Grub Timer?

Questions about Grub, UEFI,the liveCD and the installer
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
proxima_centauri

Re: Grub Timer?

Post by proxima_centauri »

You need to edit your grub menu

Open a Terminal

Code: Select all

gksudo gedit /boot/grub/menu.lst
Looks for the "timeout" entry, change to 3

Scroll down tell you see your entrys, looks something like this (but not the same)
title Linux Mint, kernel 2.6.24-19-generic
root (hd0,0)
kernel /boot/vmlinuz-2.6.24-19-generic root=/dev/sda1 ro quiet
splash
initrd /boot/initrd.img-2.6.24-19-generic

Cut and paste windows entry before the linux ones.
Save and exit.

Upon reboot your Windows entry will boot in 3 seconds if no keys are pressed at the grub screen.

Cheers
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Locked

Return to “Installation & Boot”