Find the answer to your Linux question:
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? ...
  1. #1
    Just 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?

  2. #2
    Linux Guru reed9's Avatar
    Join Date
    Feb 2009
    Location
    Boston, MA
    Posts
    4,651
    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?
    Yes, it is. Look for the timeout option.
    Code:
    # general configuration:
    timeout   5
    default   0

  3. #3
    Linux Guru Rubberman's Avatar
    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!

  4. #4
    Linux Guru reed9's Avatar
    Join Date
    Feb 2009
    Location
    Boston, MA
    Posts
    4,651
    Quote Originally Posted by Rubberman View Post
    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.
    Is that specific to GRUB in Fedora/RHEL? I don't have a grub.conf. I can't recall if Ubuntu did before the GRUB2 switch. My timeout is in menu.lst.

  5. #5
    Linux Guru Rubberman's Avatar
    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!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...