Results 1 to 2 of 2

Thread: How to set the timer for Dual-boot?

  1. #1
    Join Date
    Jun 2010
    Location
    From UK
    Beans
    36
    Distro
    Ubuntu 10.04 Lucid Lynx

    Question How to set the timer for Dual-boot?

    I've installed Linux Ubuntu 10.04 LTS on my computer, and the Dual-booting shows after starting the computer

    But what I need to know is how do you set the timer so that if I don't press "Enter"...that it choses my preferred operating system in a certain period of time (seconds or minutes...etc) by itself?

    Thanks in advance

  2. #2
    Join Date
    Apr 2008
    Location
    USA
    Beans
    98

    Re: How to set the timer for Dual-boot?

    You have to edit the grub.cfg file. This file is located at /boot/grub

    In the file there is something that looks like:

    GRUB_TIMEOUT="10"

    This number sets the number of seconds we want GRUB to wait before automatically booting the default boot entry, unless any key is pressed to cancel the count-down timer.

    * We can change this number to a smaller number of seconds if we want our computer to boot a little faster.
    * We can set this number to a higher number of seconds if we want more time to hit a key or decide what operating system we might want to boot.
    * We can change this number to -1 if we want to keep the countdown timer on hold and have GRUB wait forever or until we come back and tell GRUB what we want to do.

    read more here: http://members.iinet.net/~herman546/...0Commands.html
    sudo get me a sandwich.

Tags for this Thread

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
  •