Error using GRUB patch (and LILO questions)

Ilguiz Latypov ilatypov at superbt.com
Mon Feb 25 15:00:04 EST 2002


Herman,

Yes, when starting from a floppy, it is BIOS who hands the control over to
the boot sector content of the floppy disk.  LILO doesn't interfere with
the BIOS boot order.

The DoC patch to GRUB will affect the BIOS boot order, since the code in
the flash memory will gain control earlier.

It is still possible to boot off the floppy drive by using the GRUB 
loader (see below an untested sample of /boot/grub/menu.lst).

Ilguiz

================================================================
default=0
timeout=2
serial --speed=115200
terminal --timeout=2 serial console

title=Linux with serial console
root (dc0,0)
kernel /boot/vmlinuz root=/dev/nftla2 ro console=ttyS0,115200

title=Rescue floppy disk
root (fd0)
kernel /vmlinuz root=/dev/fd0 ro console=ttyS0,115200

title=Windows
rootnoverify (hd0,0)
makeactive
chainloader +1
================================================================


On Mon, 25 Feb 2002, Herman Theron wrote:

> Sometimes I want to boot using a stiffy (rescue disk), but Grub will
> always start first.






More information about the linux-mtd mailing list