I initially had a RH 7.3 which I upgraded to RH 9 using Irwin's method. All went great, except the new kernel(s) won't boot. I have to have EV1 select the backup.

Below is my lilo config, showing the kernels installed and such, but the only one that will seem to work on the box is 2.4.20-18.7. None of the others will load.

Does anyone have any idea? Is there an issue with these kernels and the Celeron?

I need to get up to date on kernels due to security issues on the older one being used.

prompt
timeout=50
default=linux.bak
boot=/dev/hda
map=/boot/map
install=/boot/boot.b
message=/boot/message
lba32

image=/boot/vmlinuz-2.4.20-24.9
label=2.4.20-24.9
root=/dev/hda2
append="ide0=ata66 ide1=ata66 ide0=autotune ide1=autotune hda=autotune hdb=autotune hdc=autotune /dev/hdb2"
read-only
initrd=/boot/initrd-2.4.20-24.9.img

image=/boot/vmlinuz-2.4.20-20.9
label=2.4.20-20.9
root=/dev/hda2
read-only
initrd=/boot/initrd-2.4.20-20.9.img
append="ide0=ata66 ide1=ata66 ide0=autotune ide1=autotune hda=autotune hdb=autotune hdc=autotune /dev/hdb2"

image=/boot/vmlinuz-2.4.20-18.7
label=linux.bak
root=/dev/hda2
read-only
initrd=/boot/initrd-2.4.20-18.7.img
append="ide0=ata66 ide1=ata66 ide0=autotune ide1=autotune hda=autotune hdb=autotune hdc=autotune"

image=/boot/vmlinuz-2.4.20-20.9
label=linux.bak1
root=/dev/hda2
append="ide0=ata66 ide1=ata66 ide0=autotune ide1=autotune hda=autotune hdb=autotune hdc=autotune"
read-only
initrd=/boot/initrd-2.4.20-20.9.img

image=/boot/vmlinuz-2.4.20-24.9
label=linux
root=/dev/hda2
append="ide0=ata66 ide1=ata66 ide0=autotune ide1=autotune hda=autotune hdb=autotune hdc=autotune"
read-only
initrd=/boot/initrd-2.4.20-24.9.img

Any help would be greatly appreciated.

Thx,

Terry