Saturday, April 9, 2011

Grub Menu

  1. If you only have 1 Operating System, Grub Menu will not be shown because it is turned off by default.
  2. You can enter the Grub Menu by holding down the Shift button on your PC when boot-up.
  3. If you want to turn on the Grub Menu, open your Terminal.
  4. Type sudo su then press Enter.
  5. Type sudo nano /etc/default/grub then press Enter.
  6. Comment out "GRUB_HIDDEN_TIMEOUT=0" by putting # at the beginning of the line
  7. Save it.
  8. Recompile grub with the following command "sudo update-grub".
  9. Reboot your PC.
  10. You should see the Grub Menu on the next boot-up.
*Modified from here http://ubuntuforums.org/showthread.php?p=9982109

No comments:

Post a Comment