I cannot use lilo to boot, grub works fine. Here is my
/boot/grub/device.map :
(fd0) /dev/fd0
(hd0) /dev/hda
(hd1) /dev/hdd
/etc/lilo.conf
boot=/dev/hda
map=/boot/map
install=/boot/boot.b
vga=Normal
default=linux
keytable=/boot/fr-latin1.klt
lba32
i tried here :
disk=/dev/hdd
bios=0x82
prompt
timeout=50
message=/boot/message
menu-scheme=wb:bw:wb:bw
image=/boot/vmlinuz-2.4.17-10mdk
label=old_linux
root=/dev/hdd1
initrd=/boot/initrd-2.4.17-10mdk.img
append=" quiet devfs=mount"
vga=788
read-only
image=/boot/vmlinuz-2.4.17-10mdk
label=old1_linux-nonf
root=/dev/hdd1
initrd=/boot/initrd-2.4.17-10mdk.img
append=" devfs=mount"
read-only
image=/boot/vmlinuz-2.4.17-10mdk
label=old2_failsafe
root=/dev/hdd1
initrd=/boot/initrd-2.4.17-10mdk.img
append=" failsafe devfs=mount"
read-only
other=/dev/hda1
label=old3_windows
table=/dev/hda
other=/dev/fd0
label=old4_floppy
unsafe
image=/boot/vmlinuz
label=linux
root=/dev/hdd1
initrd=/boot/initrd.img
append=" devfs=mount quiet"
vga=788
read-only
image=/boot/vmlinuz
label=linux-nonfb
root=/dev/hdd1
initrd=/boot/initrd.img
append=" devfs=mount"
read-only
image=/boot/vmlinuz
label=failsafe
root=/dev/hdd1
initrd=/boot/initrd.img
append=" devfs=mount failsafe"
read-only
other=/dev/hda1
label=windows
table=/dev/hda
other=/dev/fd0
label=floppy
unsafe
Need something else ?
Stef