On 08-Jan-2000, Bryan Scaringe <[EMAIL PROTECTED]> wrote:
> Lilo must be installed in the MBR of /dev/hda.  That is where your BIOS
> looks to boot your system.   change your  boot" line to look like:
> boot=/dev/hda
> 
> This will install LILO in the MBR of /dev/hda.
> 
> LILO can *boot* things pretty much anywhere in your system
> (like /dev/hdc1) but it must be located where the BIOS looks
> (generally the boot sector of your first floopy drive, or the MBR of 
> your first Hard disk. 
> 
I am not sure about that, here is my setup for lilo at home, where the NT
bootmanager is in charge, and all it needs to now is how to boot from
the start of the partition.

boot=/dev/hda5
root=/dev/hda5
compact
install=/boot/boot.b
map=/boot/map
vga=normal
delay=20
append="mem=20M"
image=/vmlinuz
        label=linux
        read-only
image=/vmlinuz.new
        label=new
        read-only
image=/vmlinuz.old
        label=old
        read-only

Pete

Reply via email to