Results 1 to 9 of 9

Thread: Remove grub timeout

  1. #1
    Join Date
    Oct 2009
    Beans
    9

    Arrow Remove grub timeout

    Hey i would like to know how to safely remove the grub timeout, which is set to 10 seconds by default. i saw somewhere someone else had tried setting it to "0" which i was inclined to do but this really just sets it to 0 seconds and doesnt give you a chance to choose. should i just delete the "timeout" line completely?

  2. #2
    Join Date
    Jul 2008
    Location
    Alabama, USA
    Beans
    906
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Remove grub timeout

    Open /boot/grub/menu.lst as root (alt+f2, then type "gksu gedit /boot/grub/menu.lst")

    Find the line "timeout 10" and change it to "timeout 0"

    Save the file, and you're done

  3. #3
    Join Date
    Oct 2009
    Location
    UK
    Beans
    919
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Remove grub timeout

    If you're looking to have an unlimited timeout then I understand Grub prefers you to hash out the line rather than set it to 0.

    i.e. in grub/menu.lst

    change...

    timeout x

    to read...

    # timeout x
    Last edited by mechro; October 2nd, 2009 at 02:18 AM.

  4. #4
    Join Date
    Sep 2009
    Beans
    167

    Re: Remove grub timeout

    You can download Startup Manager and mark: use timeout in bootloader menu.
    If you unmark it then the time will not be 0 seconds but rather infinite seconds.It waits till you press enter key.

  5. #5
    Join Date
    Sep 2009
    Beans
    8,874
    Distro
    Ubuntu Development Release

    Re: Remove grub timeout

    Quote Originally Posted by sopadeajo View Post
    You can download Startup Manager and mark: use timeout in bootloader menu.
    If you unmark it then the time will not be 0 seconds but rather infinite seconds.It waits till you press enter key.
    Startup manager is a great tool.

  6. #6
    Join Date
    Sep 2009
    Beans
    167

    Re: Remove grub timeout

    Quote Originally Posted by wilee-nilee View Post
    Startup manager is a great tool.
    Not so great, but anyway i still do not know a different way to act on boot menu

  7. #7
    Join Date
    Sep 2009
    Beans
    8,874
    Distro
    Ubuntu Development Release

    Re: Remove grub timeout

    Quote Originally Posted by sopadeajo View Post
    Not so great, but anyway i still do not know a different way to act on boot menu
    I like startup manager mainly due to it will rewrite the grub menu if you have a dualboot for the default startup, but hey we all have our own likes. I believe that the grub menu itself can be modified for the wait time.

  8. #8
    Join Date
    Apr 2009
    Beans
    134
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Remove grub timeout

    Changing the Timeout value to -1 worked for me.

  9. #9
    Join Date
    Oct 2009
    Beans
    9

    Re: Remove grub timeout

    thanks everyone, works great!

Bookmarks

Posting Permissions

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