How to change the TIMEOUT of the GRUB loader Menu when your PC boots on Ubuntu?
|
|
|
|
|
Question: How to change the TIMEOUT of the GRUB loader Menu when your PC boots on Ubuntu?
NOTE: Tested on Ubuntu 9.04 Answer:Â - Boot into UbuntuÂ
- Open a new Terminal Window
- Type in the following command:
sudo gedit /boot/grub/menu.lst - Now gedit will open.
- Located the following lines:
## timeout sec
# Set a timeout, in SEC seconds, before automatically booting the default entry
# (normally the first entry defined).
timeout      10
- Change to the desired timeout seconds.
eg. - Save the file and exit.
- Now the next time you Boot your PC the timeout change will take effect.
|