How to Make Ubuntu Show the Grub Menu by Default on Startup
If you work on Ubuntu and want to see the Grub Menu by default, you can easily do that. First of all if you are wondering why you want to see the Grub Menu, then the answer is that along with many functions, it allows you to enter command-line options easily.
Here is an easy way of making the Ubuntu show the Grub Menu by default. All you have to do is just open up the /boot/grub/menu.lst file in your favorite text editor or type the following command:
sudo gedit /boot/grub/menu.lst
Now carefully observe the file and go to a section that reads
## hiddenmenu
# Hides the menu by default (press ESC to see the menu)
hiddenmenu
Put # before hiddenmenu, doing this will not make the Operating System read this line. The file would like :
## hiddenmenu
# Hides the menu by default (press ESC to see the menu)
#hiddenmenu
That’s it, just save the file and the Grub Menu will appear next time on reboot by default.
You May Also Like to Read
- Ubuntu Transformation Pack for Windows XP
- Install Mac Fonts on Ubuntu
- Speed up Ubuntu Updates with fastest Server
- [Solved] Invalid Boot.ini Loading from C:\Windows Error
- Solve PC Beeps Continuously After Startup
- Boot Windows Directly in Safe Mode without F8 Key
- Solution to No Desktop, Taskbar and Icons at Startup Problem
- Show Hibernate Button on Shutdown Permanently
- Install Office 2007 in Ubuntu and Use it without Problems
- Steps to Remove Windows OS from Dual Boot Screen



Leave a Reply