When Ubuntu boots, you normally briefly see a screen that says "GRUB loading. please wait… Press Esc to enter the menu…"
If you are hacking around your system and would prefer to always see the GRUB menu (to enter command-line options, for instance), there's an easy fix.
Open up the /boot/grub/menu.lst file in your favorite text editor.
We'r using gedit:
sudo gedit /boot/grub/menu.lst
Now find the section that looks like this:
## hiddenmenu
# Hides the menu by default (press ESC to see the menu)
hiddenmenu
Put a # before hiddenmenu to comment that line out:
## hiddenmenu
# Hides the menu by default (press ESC to see the menu)
#hiddenmenu
Save the file, and you should see the menu the next time you reboot.

Categories
- GNU/Linux (20)
- Linux Security (12)
- Ubuntu Tutorials (20)
- Web Browsers (1)
- Windows 2000 (20)
- Windows 2003 (13)
- Windows 7 (8)
- Windows Vista (43)
- Windows XP (54)
Bookmark us
Monday, July 21, 2008
Show the GRUB Menu by Default on Ubuntu
Posted by
Tutorialsland Staff
at
12:56 PM
Labels: Ubuntu Tutorials
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment