Results 1 to 5 of 5
I want to install my system on my U-Disk.So I need to delay the time when system starting before the system recognized the U-Disk.How to change it in the grub?
...
- 04-02-2010 #1Just Joined!
- Join Date
- Apr 2010
- Posts
- 1
In the grub,how to change the delay time before system start?
I want to install my system on my U-Disk.So I need to delay the time when system starting before the system recognized the U-Disk.How to change it in the grub?
If I change it ,how can I save it in order not to change it every time I start the computer?Is it in the /boot/grub/menu.lst?
- 04-02-2010 #2Yes, it is. Look for the timeout option.If I change it ,how can I save it in order not to change it every time I start the computer?Is it in the /boot/grub/menu.lst?
Code:# general configuration: timeout 5 default 0
- 04-02-2010 #3Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,974
In /boot/grub/grub.conf, change the line timeout=NN where NN is the number of seconds (my is set to 10) to whatever timeout is reasonable for you. You need to edit the file as root (or sudo) with something like VI, and then save it. The next time you boot, the new timeout will be in effect.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 04-02-2010 #4
- 04-02-2010 #5Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,974
On some systems menu.lst is a soft link to grub.conf. You should be able to edit it in any case.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!


Reply With Quote
