Comment 68 for bug 381297

Revision history for this message
Brad Figg (brad-figg) wrote :

@reddaly

It seems that after upgrading to Karmic you are still
booting a non-Karmic kernel. There may have been an
issue updating grub during the upgrade.

In a terminal run:
  sudo mv /boot/grub/menu.lst /boot/grub/menu.lst.backup
  sudo update-grub
  sudo reboot

After rebooting, in a terminal run:
  uname -a

Verify that the kernel you are now booting is of the
2.6.31 variety. It should look something like: "Linux bradf-home 2.6.31-14-generic #48-Ubuntu SMP Fri Oct 16 14:05:01 UTC 2009 x86_64 GNU/Linux"