Mint default itself in dual OS - a problem

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
sunyata

Mint default itself in dual OS - a problem

Post by sunyata »

I have installed Mint as a dual OS with Windows XP on my computer. However, when starting up, it allows for perhaps three seconds for user to select which OS to boot up, and frequently I'm too slow and it will automatically boot into Mint. How can I make it stop at the selection menu and not continue with the startup until I select the OS I want? If this is not possible, can I lengthen the wait time to 10 seconds for me to select the OS of my choice? Thanks in advance for any tips.
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.
terrorblader

Re: Mint default itself in dual OS - a problem

Post by terrorblader »

Type in a terminal :

Code: Select all

sudo gedit /boot/grub/menu.lst
to edit the configuration file and change the timeout :

Code: Select all

## timeout sec
# Set a timeout, in SEC seconds, before automatically booting the default entry
# (normally the first entry defined).
timeout		5
to 10 seconds.
sunyata

Re: Mint default itself in dual OS - a problem

Post by sunyata »

Thanks for your quick reply. It works. I experimented a bit and found that Mint allows max 10 seconds to select the OS.
Locked

Return to “Installation & Boot”