- If you only have 1 Operating System, Grub Menu will not be shown because it is turned off by default.
- You can enter the Grub Menu by holding down the Shift button on your PC when boot-up.
- If you want to turn on the Grub Menu, open your Terminal.
- Type sudo su then press Enter.
- Type sudo nano /etc/default/grub then press Enter.
- Comment out "GRUB_HIDDEN_TIMEOUT=0" by putting # at the beginning of the line
- Save it.
- Recompile grub with the following command "sudo update-grub".
- Reboot your PC.
- You should see the Grub Menu on the next boot-up.
Saturday, April 9, 2011
Grub Menu
Labels:
Grub
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment