linux poison RSS
linux poison Email

How to change GRUB Menu Timeout on Ubuntu

When Ubuntu boots, grub gets loaded and will display the OS for only 3 sec, now suppose you want to increase this amount… or you may even want to decrease it.

Open up the /boot/grub/menu.lst file in your favorite text editor. you can use gedit:

sudo gedit /boot/grub/menu.lst

Now find the section that looks like this:

## timeout sec
# Set a timeout, in SEC seconds, before automatically booting the default entry
# (normally the first entry defined).
timeout 3

The timeout value is in seconds, specify the time you required. Save the file, and when you reboot you will have that many seconds to choose the menu item you want.

There are many other options avaliable in Grub -- check here


0 comments:

Post a Comment

Related Posts with Thumbnails