PDA

View Full Version : Can't boot to 2.6 Kernel



JockVSJock
02-22-2004, 04:52 AM
I've installed 2.6.3 kernel under /usr/src.

Seemed to install ok, didn't get any error messages.

Checked under /boot and see that it is there and added the following under /etc/lilo.conf



image=/boot/vmlinuz-2.4.22-xfs
label=Linux
initrd=/boot/initrd.gz
read-only
# restricted
# alias=1

image=/boot/vmlinuz-2.6.3
label=Linux2.6
initrd=/boot/initrd.gz
read-only


Reran lilo and when I rebooted, I still get my old kernel...what am I doing wrong?

thanks

mschievano
03-10-2004, 12:48 AM
initrd.gz point to kernel 2.4.22-xfs and not to 2.6.3 kernel.

I have the same problem: make modules && make modules_install && make install doesn't resolv this quest.... :cry: