Quote:
Originally posted by chem1
I changed my lilo.conf to
*********************************************************
prompt
timeout="50"
default=linux
boot="/dev/hda6"
map=/boot/map
install=/boot/boot.b
message=/boot/message
lba32
image="/boot/vmlinuz-2.4.18-10"
label="Linux"
initrd="/boot/initrd-2.4.18-10.img"
read-only
root="/dev/hda7"
********************************************************
|
OK... silly question... when you boot the system, are you letting it default to new kernel? I ask because you have default specified as "linux". But the label entry for the kernel says "Linux". I'm pretty sure the uppercase L makes a difference. Change the label entry to "linux" and also check the label entry for your old kernel. It may still say "linux". If so, change it to something like "linux-2.4.18-3".
Of course, after making these changes, be sure to run lilo.
Rick