Subscribe to How-To Geek

Recommended: Click Here to Run a Free Scan for Common PC Errors   [Sponsored Link]

Show the GRUB Menu by Default on Ubuntu

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. I'm 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.

The Geek is the founder of How-To Geek and a geek enthusiast. When he's not coming up with great how-to articles, he's probably writing at his personal blog. This article was written on 12/27/06 and tagged with: Ubuntu

Leave a Comment




Leave your friendly comment here. If you have a computer help question, leave it on the forums instead.

Note: Your comment may not show up immediately on the site.

Copyright © 2006-2008 HowToGeek.com. All Rights Reserved.