[syslinux] ISO cd image supported

Gert Hulselmans gerth at zytor.com
Sun May 16 11:33:48 PDT 2010


H. Peter Anvin wrote:
> On 05/13/2010 10:29 AM, Matthew Holevinski wrote:
>> Well It appears to work, it must just be my iso...
>> Entry #1 test
>> LABEL erd
>> MENU LABEL ^2. ERD Commander 5.0
>> LINUX /boot/syslinux/memdisk
>> INITRD /boot/images/erd50.iso
>> APPEND iso
>>
>> After it begins to load erd50.iso and does all of the periods across
>> the screen for awhile it throws up a line or two at the bottom of the
>> screen and immediately reboots an hp dc5850sff.
>>
>> Entry #2 test
>> LABEL erd
>> MENU LABEL ^2. ERD Commander 5.0
>> KERNEL /boot/syslinux/memdisk
>> APPEND iso
>> INITRD /boot/images/erd50.iso
>>
>> ditto... it does the same thing, reboots after appearing to load the iso
>> image.
>>
>
> Most isos simply will not work this way, because after loading they will
> go out and look for a physical hardware CD-ROM.
>
> 	-hpa

ERD Commander 6.0 and higher work with ISO mapping:
LABEL erd60
MENU LABEL ^1. ERD Commander 6.0
LINUX /boot/syslinux/memdisk
INITRD /boot/images/erd50.iso
APPEND iso raw

For ERD Commander 5.0, you can try this workaround:
http://www.boot-land.net/forums/index.php?showtopic=8371

Use the following to boot the image with MEMDISK and Syslinux instead of
grub4dos:
LABEL erd50
MENU LABEL ^2. ERD Commander 5.0
LINUX /boot/syslinux/memdisk
INITRD /boot/images/erd50.dsk
APPEND raw

- Gert Hulselmans




More information about the Syslinux mailing list