Results 1 to 3 of 3

Thread: windows 7 dual boot timeout

  1. #1
    Join Date
    2015-Dec
    Posts
    1

    windows 7 dual boot timeout

    Hi, i recently installed kali linux with windows 7 but when i get to the menu to choose the OS i want to boot in i always have 3 seconds to choose. If i dont do anything it automatically boots into linux. Has anyone had this issue?

  2. #2
    You should be able to edit the "GRUB_TIMEOUT" option inside /etc/default/grub to increase the timeout to select an OS. As an example, you can set this to 10, 15, etc for a 10 or 15 second timeout respectively.

  3. #3
    Join Date
    2015-Aug
    Posts
    19
    You can proceed this in 2 ways.

    Method 1
    You can change the default partition/OS selection. You can make windows to open aa default.
    Just do as:

    gedit /etc/default/grub
    Use sudo if non-root user.

    Then you would find GRUB_DEFAULT=0

    This means it will select the default partition/OS In boot menu. Number 0 means it will select top linux OS.

    In boot menu you may find windows OS like
    windows /dev/sda3
    by moving few steps below. You may just count the number of steps in which it lies from top.
    Count from top starting from 0

    Then replace that number in place of 0. Then save it and exit from editor.
    And type
    update-grub in the terminal.

    Method 2
    You could also increase the grub timeout. Just replace the value in
    GRUB_TIMEOUT with any value. The value entered will be in seconds. If you want 10 seconds just simply type 10 in that section. And at last save it and exit from editor.
    And type
    update-grub in the terminal.
    That's it.
    Last edited by Sagaryal; 2015-12-24 at 14:53.

Similar Threads

  1. Replies: 3
    Last Post: 2022-12-06, 23:44
  2. Replies: 2
    Last Post: 2022-11-20, 22:13
  3. Replies: 0
    Last Post: 2020-08-11, 15:31

Posting Permissions

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