PDA

View Full Version : [SOLVED] ubuntu 11.04 and win 7 dual - how to change startup timer ?



rishi_singh
September 29th, 2011, 12:39 AM
When i start my laptop, i have to choose which OS to boot. The timer allows only 10-15 seconds. How do i increase the time ? Better, how do i switch off that timer ?

haqking
September 29th, 2011, 12:43 AM
When i start my laptop, i have to choose which OS to boot. The timer allows only 10-15 seconds. How do i increase the time ? Better, how do i switch off that timer ?

You need to edit your grub


gksudo gedit /etc/default/grub or whatever editor you prefer


and change the following line:


GRUB_TIMEOUT=x to whatever time you want x to be in seconds


sudo update-grub

see here for more info https://help.ubuntu.com/community/Grub2

rishi_singh
September 29th, 2011, 09:37 PM
Thanks ! :) Dont know what those commands mean, but they work. It was the only thing i managed to do so far. My other problems with linux still persist.

haqking
September 29th, 2011, 11:15 PM
Thanks ! :) Dont know what those commands mean, but they work. It was the only thing i managed to do so far. My other problems with linux still persist.

well surely by carrying them out you know what they mean now.
You opened a file
you made some changes to it
your changes were reflected by achieving your goal

As for other problems, without problems we would never learn ;-)

Glad i could help

cheers