[syslinux] Any way to boot a CD if no BIOS support & CD-ROM is not 100% standard?

Stephen Liu satimis at yahoo.com
Tue Nov 22 19:20:50 PST 2005


Hi Scott,

> Make one of the options in menu.lst point to 
> a kernel image on a linux CD.This link describes how to create a 
> bootable GRUB CD, but the techniques would seem to apply to your
> case:
> 
http://www.gnu.org/software/grub/manual/html_node/Making-a-GRUB-bootable-CD-ROM.html

Can it work on LiveCD instead of using isolinux?

For example :-

The HD has 2 partitions
- partition 1 : the Host
- partition 2 : LiveCD OS

On the Host running following command to create an ISO image;

$ mkisofs -R -b /path/to/boot/grub/stage2_eltorito -o livecd.iso \   
     -no-emul-boot -boot-load-size 4 -boot-info-table -V \
     "livecd" /path/to/livecdOS


on /boot/grub/menu.lst
title LiveCD
        root (hd3)
        kernel /boot/lfscdkernel ro root=/dev/hdd vga=795


Whether "root (hd3) is correct?  There is no partition on the CD.  The
CDRom is connected as Slave secondary IDE.

TIA

Sorry for my posting being out of topic.

BR
SL







More information about the Syslinux mailing list