We aims to provide in house support to our colleagues and the Engineers for any sort of technical help.You can raise your technical queriesor browse for any solutions for the probelms through our groups.We provide driver support,OS support and utility support too to make your life a better one.

Our Mission

Transform HCL Infosystems LTD into services and solution centric organization

Wednesday, December 23, 2009

Change the GRUB Menu Timeout on Ubuntu

When your Ubuntu system boots, you will see the GRUB menu if you hit
the Esc key, or if you've enabled the

menu to show by default. The only issue with this is that the default
timeout is only 3 seconds. You may 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

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. Save the file, and when you reboot
you will have that many seconds to choose the menu item you want.

No comments:

Post a Comment