I installed Mandrake linux 8.0. The installation went as well as could
be expected (the video card is really old which caused problems with X
configuration), but when I boot the system, lilo doesn't time out.
I have made sure I have a non-zero timeout (timeout=100), and run
/sbin/lilo to install the configuration. But I still have to be there
to hit return before linux will boot.
Any ideas?
Here is my /etc/lilo.conf file:
boot=/dev/sda
map=/boot/map
install=/boot/boot.b
vga=normal
default=linux
keytable=/boot/us.klt
lba32
prompt
timeout=100
message=/boot/message
menu-scheme=wb:bw:wb:bw
image=/boot/vmlinuz-2.4.3-20mdk
label=old_linux
root=/dev/sda1
initrd=/boot/initrd-2.4.3-20mdk.img
read-only
image=/boot/vmlinuz-2.4.3-20mdk
label=old1_failsafe
root=/dev/sda1
initrd=/boot/initrd-2.4.3-20mdk.img
append=" failsafe"
read-only
other=/dev/fd0
label=floppy
unsafe
image=/boot/vmlinuz
label=linux
root=/dev/sda1
initrd=/boot/initrd.img
read-only
image=/boot/vmlinuz
label=failsafe
root=/dev/sda1
initrd=/boot/initrd.img
append=" failsafe"
read-only