similar to: Loading plpbt.bin from Syslinux 4.02 causes reboot

Displaying 20 results from an estimated 2000 matches similar to: "Loading plpbt.bin from Syslinux 4.02 causes reboot"

2010 Jul 01
2
[PATCH] ifplop.c32: Detect if PLoP USB/CD INT13h hook is enabled/disabled
New module which check if the PLoP Boot Loader already has booted a CDROM or USB drive by checking for the presence of the PLoP INT13h hook. The following assembly code (NASM) can detect the PLoP INT13h hook: mov eax,'PoLP' ; Reverse of 'PLoP' mov ebp,'DKHC' ; Reverse of 'CHKD' int 13h cmp eax,' sey' ; Reverse of 'yes ' jz
2010 Aug 30
4
memdisk operations FAIL to boot with Syslinux-4.02
Hello all I have installed "syslinux" as follows: Microsoft(R) Windows 98 (C)Copyright Microsoft Corp 1981-1999. C:\WINDOWS>format o: /s C:\WINDOWS>format o: /s WARNING, ALL DATA ON DISK DRIVE O: WILL BE LOST! Proceed with Format (Y/N)?y Checking existing disk format. Formatting 967.98M Format complete. System transferred Volume label (11 characters, ENTER for none)?
2013 Jun 29
7
Plop Boot Manager quit working with 5.10
I have updated syslinux in Parted Magic's test version to the 5.10 release. With 4.06 I booted plop like this: LINUX /boot/plpbt/plpbt.bin Now it says /boot/plpbt/plpbt.bin... ok Booting kernel failed: Invalid argument Other "extras" like IPXE, HDT, memtest86+, chntpw, Super Grub Disk, etc... all work with 5.10. Revert to 4.06 and plop works again. Is this a problem with syslinux
2010 Jun 13
0
[PATCH]: ifplop.c32: COM32 module for detection of PLoP USB boot-loader
I wrote a COM32 module which detects if the PLoP bootmanager was used to boot a CDROM drive or USB drive, by checking for the presence of the PLoP INT13h hook. The PLoP INT13h hook check works like this (NASM syntax): mov eax,'PoLP' ; Reverse of 'PLoP' mov ebp,'DKHC' ; Reverse of 'CHKD' int 13h cmp eax,' sey' ; Reverse of 'yes '
2013 Jun 29
3
Plop Boot Manager quit working with 5.10
> On 06/28/2013 05:32 PM, Patrick Verner wrote: > > I have updated syslinux in Parted Magic's test version to the 5.10 release. > > With 4.06 I booted plop like this: > > > > LINUX /boot/plpbt/plpbt.bin > > > > Now it says /boot/plpbt/plpbt.bin... ok > > Booting kernel failed: Invalid argument > > > > Other "extras" like
2009 Aug 18
2
MEMDISK-ISO: found another non-working ISO
Hi Shao Miller, I found another ISO that doesn't work with MEMDISK-ISO. It is the ISO of the PloP bootmanager. It is a ISO which uses floppy emulation. When I boot it with MEMDISK-ISO (run from Syslinux), my PC instantly reboots. When I extract the floppy image from the ISO and boot this file with MEMDISK, it works fine. Grub4dos iso emulation works fine for this iso. When using Grub4dos
2013 Jun 29
0
Plop Boot Manager quit working with 5.10
> I have updated syslinux in Parted Magic's test version to the 5.10 release. > With 4.06 I booted plop like this: > > LINUX /boot/plpbt/plpbt.bin > > Now it says /boot/plpbt/plpbt.bin... ok > Booting kernel failed: Invalid argument > > Other "extras" like IPXE, HDT, memtest86+, chntpw, Super Grub Disk, etc... > all work with 5.10. Revert to 4.06 and
2013 Jun 29
0
Plop Boot Manager quit working with 5.10
On 06/28/2013 05:32 PM, Patrick Verner wrote: > I have updated syslinux in Parted Magic's test version to the 5.10 release. > With 4.06 I booted plop like this: > > LINUX /boot/plpbt/plpbt.bin > > Now it says /boot/plpbt/plpbt.bin... ok > Booting kernel failed: Invalid argument > > Other "extras" like IPXE, HDT, memtest86+, chntpw, Super Grub Disk,
2013 Jul 01
0
Plop Boot Manager quit working with 5.10
On Fri, 28 Jun, at 07:32:30PM, Patrick Verner wrote: > I have updated syslinux in Parted Magic's test version to the 5.10 release. > With 4.06 I booted plop like this: > > LINUX /boot/plpbt/plpbt.bin > > Now it says /boot/plpbt/plpbt.bin... ok > Booting kernel failed: Invalid argument > > Other "extras" like IPXE, HDT, memtest86+, chntpw, Super Grub
2010 Jan 09
2
chain.c32 add grldr= command for Grub4dos
$ git log -p commit d8c5e94803fa01f0d52475a50b69681ad3135700 Author: Gert Hulselmans <kimmik999999 at yahoo.co.uk> Date: Sat Jan 9 15:30:49 2010 +0100 chain.c32: Add grldr= command for Grub4dos grldr of Grub4dos wants the partition number in DH: 0xff: whole drive 0-3: primary partitions 4-*: logical partitions diff --git a/com32/modules/chain.c
2009 Oct 04
1
Build a bootable floppy image which contains HDT
It is now possible to build a bootable floppy image which contains HDT, with my patch applied to Erwans HDT branch: http://git.zytor.com/?p=users/erwan/hdt.git;a=commit;h=16b37fe2266c920087f88cdec94243b71218d871 Unpack the Syslinux archive and build whole Syslinux first, then cd to ./com32/hdt/ and make hdt.img $ make $ cd ./com32/hdt/ $ make hdt.img Now you have a 2.88 MB floppy image which
2009 Sep 30
2
Bootable CD for booting of USB HDD
Hi, I bought a USB hard drive, got Mandriva installed on it, and made it bootable with extlinux. Works great on machines that can boot from USB. I also created a boot cd using the instructions in the wiki. This is working too. The only problem with the boot cd is that I had to copy the kernel, initrd, etc. to the cd. This means that whenever I install a new kernel I'll have to create and
2010 Jul 02
1
Syslinux 4.01 released
Syslinux 4.01 is a bug fix release for 4.00, but also includes the new experimental lua interpreter, as well as the ifplop module. Changes in 4.01: * ISOLINUX: fix initialization on systems which don't zero low memory. * SYSLINUX/EXTLINUX: fix handing of disk read retries in EDD mode. * ISOLINUX: change the initialization sequence to avoid
2013 Jul 09
0
Backward compatibility
Hello Syslinux Team, Syslinux 5.xx / 6.xx are currently showing some backward compatibility issues. Between the ML and the IRC, there have been some comments / reports regarding memtest, older kernels, plop boot manager, ifplop.c32, hdt.c32... In some cases, the problems were seen when booting with some specific variant of Syslinux 5.xx / 6.xx (say, ISOLINUX only, or PXELINUX only); or with
2013 Jun 30
1
Plop Boot Manager quit working with 5.10
> On Sat, Jun 29, 2013 at 3:04 PM, Ady <ady-sf at hotmail.com> wrote: > > > If with "ancient kernel" you are referring to the memtest(86|86+) > > issue, I don't see the same *exact* problem / behavior. > > My cuent understanding is as follows: HPA is using the label "ancient > kernel" for any kernel that has a hard-coded load address and
2015 Sep 20
1
[syslinux:master] com32/modules: Split build by architecture. Add dir.c32
On Sun, Sep 20, 2015 at 8:33 AM, syslinux-bot for Gene Cumm <gene.cumm at gmail.com> wrote: > Commit-ID: e0ac1d2fdf7d7c58457f3796a12561cce95ca29f > Gitweb: http://www.syslinux.org/commit/e0ac1d2fdf7d7c58457f3796a12561cce95ca29f > Author: Gene Cumm <gene.cumm at gmail.com> > AuthorDate: Sun, 20 Sep 2015 08:30:55 -0400 > Committer: Gene Cumm <gene.cumm at
2010 Apr 09
1
3 Bugs in SysLinux -3.86
As the first step, I want to thank everybody involved for making a majorly useful application! Second, here are the problems I see: Bug 1: if DEFAULT is not a tag, but a kernel name, menu.c32 fails loading. Bug 2: When menu.c32 returns to syslinux (on pressing Esc), the splash screen is not shown; Bug 3 or a missing feature: When grub.exe tries to return control to syslinux, it
2009 Feb 25
1
[Feature-Request] syslinux in linux kernel format
Hi It would be pretty useful to have syslinux in linux kernel format so it can be chainloaded easy and directly by other bootloaders such as grub4dos. related topics: http://www.boot-land.net/forums/index.php?showtopic=7013 http://www.boot-land.net/forums/index.php?s=&showtopic=6119&view=findpost&p=59236
2018 Jul 06
2
help booting iso's?
Hi. I prefer using the syslinux boot loader and recently undertook a project of creating a multiboot USB drive that boots using syslinux. The aim is to create a medium from which various live linux environments can be run for things like system maintenance, installation, and perhaps demonstration. I anticipate using this multiboot USB drive on mostly legacy, BIOS systems, if that matters. As
2006 Oct 31
1
USB w/Syslinux w/Grub4Dos works on Thinkpad .. but Memdisk doesn't
My thumbdrive w/Syslinux and memdisk doesn't work on my Thinkpad laptop. But the thumbdrive does work on desktop platforms. And .. if i use Grub4dos with Syslinux .. it works on the Thinkpad Laptop. Any assistance would be greately appreciated! Thanks! <<john>> ____________________________________________________________________________________ Access over 1 million songs