similar to: MEMDISK-ISO: found another non-working ISO

Displaying 20 results from an estimated 900 matches similar to: "MEMDISK-ISO: found another non-working ISO"

2010 Sep 05
1
Loading plpbt.bin from Syslinux 4.02 causes reboot
Hi, I'm trying to setup a flash drive with Syslinux 4.0.2, ifplop.c32, and plpbt.bin (5.0.10) as shown in the thread here: http://forum.plop.at/index.php/topic,165.0.html Unfortunately, the system reboots as soon as I load plpbt.bin from Syslinux. I don't think it's a problem with plpbt.bin because it works if I boot Grub4DOS and load it. : ( It will also work if I boot
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
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
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
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 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
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 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)?
2009 Jul 19
2
Patch for chain.c32: Set default boot drive to CD drive from which ISOLINUX is booted
chain.c32 of SYSLINUX 3.82 does set the boot drive passed to the DL register to 0x80 and not to the boot drive (CD-drive). This can be a problem if you want to chainload grldr (grub4dos bootloader) from a CD and if you want to let grldr search for its menu.lst file on the CD. For more info: http://www.boot-land.net/forums/index.php?showtopic=8457 This 1 line patch fixes the issue (Thanks to
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
2012 Dec 22
1
ElTorito.sys Scanning Strategy
Good day to all. Since we've adopted Gary Tong's and Bart Lagerweij's ElTorito.sys (now modified by H. Peter Anvin and tiny changes from myself), I'd appreciate if anyone with more El Torito experience might criticize my comments below and advise as to how they might be wrong. Some of it is off-topic GRUB4DOS detail; safe to ignore. A bit of history: FDUBCD ("FreeDOS
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
2010 Mar 11
1
Recovery console doesn't work in chain.c32 3.85 or 3.86-pre1
The Windows recovery console doesn't work with chain.c32 3.85 or 3.86-pre1. COM32 chain.c32 APPEND cmldr=/cmldr Initially reported by cdob at: http://www.boot-land.net/forums/index.php?showtopic=10487#entry94001 It did work fine with the: "chain.c32: Handle nonlinear logical partitions" patch. The following patch broke the recovery console hack: chain.c32: add option to set hidden
2015 May 26
1
Windows 7 client trying to authenticate with windows machine name
Gents, Any clue on what could be the problem and how to solve it ? My conf and error inside the following pastebin : smb error win7 - Pastebin.com | ? | | ? | | ? | ? | ? | ? | ? | | smb error win7 - Pastebin.com## Samba Conf ## [global] ? ?workgroup = plop ? ?server string = %h serveur ? ?security = user ? ? ?netbios name = plop ? ?dns proxy = no ? ?log file = /var/log/sam... | | | | Afficher
2009 Dec 18
1
chainload back pxelinux from Grub4DOS?
Dear everyone, I have a simple and silly question. I'm using pxelinux in a small LAN - I'm using it to boot a few universal profiles based on Linux and DOS. I have a simple DOS-based "screensaver" (winter background theme with snow falling down) that I'd like to hook up as a default profile (say after 5 minutes timeout) into the PXElinux boot menu. That works - the
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 May 25
0
Windows 7 client trying to authenticate with windows machine name
Well, this is some ugly text formating, let me fix that :)? ## Samba Conf ##[global]? ?workgroup = plop? ?server string = %h serveur ? ?security = user?? ?netbios name = plop? ?dns proxy = no? ?log file = /var/log/samba/log.%m? ?max log size = 1000? ?syslog = 0? ?panic action = /usr/share/samba/panic-action %d? ?log level = 3? ?server role = standalone server? ?passdb backend = tdbsam? ?obey pam
2009 Feb 11
1
Something weird about pdbedit.
Hi ! I'm running a samba domain controler under rhel 5. It's version 3.0.33-3.7.el5. I've also installed a ldap server to store users and groups and so on. When I try a pdbedit -v david, I get the following : Unix username: david NT username: david Account Flags: [U ] User SID: S-1-5-21-215069222-2822928016-2390355089-1016 Finding user