PDA

View Full Version : [ubuntu] Jaunty shows I have 2.6.27 kernel



arysar
July 6th, 2009, 02:12 PM
I upgraded to Jaunty but when I boot grub shows me 2.6.27 kernel

uname -r gives me:

2.6.27-7-generic


and the grub

title Ubuntu 8.10, kernel 2.6.27-7-generic
root (hd0,0)
kernel /boot/vmlinuz-2.6.27-7-generic root=UUID=c55ce624-30fb-4254-895e-b8b375c563d5 ro quiet splash
initrd /boot/initrd.img-2.6.27-7-generic

how can I upgrade the kernel?

thanks!

aLiEnTxC
July 6th, 2009, 02:19 PM
sudo aptitude install linux-image-generic ;-)

or sudo aptitude -f --with-recommends dist-upgrade

NilsE
July 6th, 2009, 02:21 PM
In software sources make sure you have jaunty-security under the updates tab turn on.

Also make sure all on the first tab are selected

Then run update manager and you should get it.

arysar
July 6th, 2009, 02:23 PM
Ok Thanks!