The start of your /etc/lilo.conf should look like this.
boot=/dev/hdx <===
map=/boot/map
install=/boot/boot.b
root=current
read-only
disk=/dev/hdx <===
bios=0x80
image=...
replace hdx with the name of your IDE disk, as listed by Linux when
booting from floppy. The magic incantation
disk=/dev/hdx
bios=0x80
tells lilo where the BIOS boot disk is instead of guessing.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/faq.html