⇤ ← Revision 1 as of 2014-02-20 09:22:05
Size: 559
Comment:
|
← Revision 2 as of 2014-02-20 09:22:41 ⇥
Size: 655
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 12: | Line 12: |
* Reboot the machine and check if the desired entry appears selected on the grub boot options |
grub
GNU GRUB is a Multiboot boot loader. It was derived from GRUB, the GRand Unified Bootloader
http://www.gnu.org/software/grub/
Change boot order on Ubuntu 10.04
Check the Ubuntu version with lsb_release -a
Check the number of existing entries running update-grub
- Count the number of entries found
Edit the file /etc/default/grub and change the parameter GRUB_DEFAULT=X, where X is the entry number desired to be the default one
Run again update-grub to update /boot/grub/grub.cfg
- Reboot the machine and check if the desired entry appears selected on the grub boot options