And just for the record, I had some problems setting grub to
automatically boot to this kernel.  Since the older kernel is hidden
under a submenu you have to first find the entry which the 'advanced
options' section is, and which entry the 3.6 kernel is within the
'advanced options'. Then you have to remember that Grub starts counting
from 0, so substract 1 from both and change the default in:

sudo gedit /etc/default/grub

In my case, advanced options for Ubuntu was the 3d option (so 2), and
the 3.6 kernel was the 2nd option in the submenu (so 1).

GRUB_DEFAULT="2>1"

(Note the " around 2>1, it won't work without them).

sudo update-grub

Reboot to check your settings.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1173581

Title:
  Ubuntu 13.04 full system crash/kernel panic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1173581/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to