Possible Duplicate:
How do I change the grub boot order?
I have 4 kernels in my grub. I want to make my third kernel the first one. How to do it?
Possible Duplicate:
How do I change the grub boot order?
I have 4 kernels in my grub. I want to make my third kernel the first one. How to do it?
This from the Grub Customizer Launchpad.net page
"Grub Customizer is a graphical interface to configure the grub2/burg settings with focus on the individual list order - without losing the dynamical behavior of grub."
You can do almost all kinds of customization with it including, but not limited to:
It can be installed with the help of PPA. To install it use the following commands:
sudo add-apt-repository ppa:danielrichter2007/grub-customizer
sudo apt-get update
sudo apt-get install grub-customizer
After installation it can be found at Applications -> System Tools -> Grub Customizer