I want to default boot an older Kernal of Ubuntu, what is the best way to do this?
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
Edit menu.lst in /boot/grub/ |
|||
|
|
|
You can select the default kernel by editing
to the index of the kernel you want on the list, e.g. If you want to be more dynamical, you can save the latest selection as the default by changing the line above to say After that, whichever kernel you choose to boot, will be the default selection next time. |
|||
|
|
grub2config is a little different thangrub. – quack quixote Dec 9 '09 at 3:04