
How to Change Grub Boot Order in Ubuntu 11.10
There are two approaches to change Grub boot order: command line and GUI. For command line method: Run this command to edit /etc/default/grub: $ sudo nano /etc/default/grub Change the number in GRUB_DEFAULT line. First boot menu is numbered 0. If it is 6th boot menu, type in GRUB_DEFAULT=5. Press CTRL-X, press Y, press Enter (save…