Quote:
# Linux bootable partition config begins
image = /boot/vmlinuz
root = /dev/hda5
label = Linux_13_37
read-only
# Linux bootable partition config ends
|
Copy the actual 13.37 kernel (vmlinuz-huge-2.6.37.6) in /boot on /dev/hda5 to /boot on /dev/hda1 and change the line highlighted in red to "image = /boot/vmlinuz-huge-2.6.37.6" in /etc/lilo.conf. Rerun lilo.
With your current setup, the lilo bootloader is loading the 2.6.24.5 kernel, which is trying to find kernel modules on /dev/hda5. As the kernel modules on /dev/hda5 are for the 2.6.37.6 kernel, then the FATAL error results.