How to edit the bootloader wait time? [SOLVED]

Quick to answer questions about finding your way around Linux Mint as a new user.
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions use the other forums in the support section.
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
visk

How to edit the bootloader wait time? [SOLVED]

Post by visk »

How do I edit the wait time of grub?
default is 10s ... I think 3 is more than enough to make mint boot faster ...

btw there's any graphical piece of software to easily manage that ? :roll:
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Aging Technogeek

Re: How to edit the bootloader wait time?

Post by Aging Technogeek »

If you are using Mint 8, open Package Manager and search for and install "startupmanager". This gives you a graphical way to set Grub timeout, default boot, and even change the usplash.

In Mint 7 startupmanager is not as useful (bugs in launcher and less functions) but the version of Grub used is easier to edit, Open a terminal and type in

gksu gedit /boot/grub/menu.lst

Enter your password when asked, find the line near the beginning of menu.lst that reads

timeout = 10

change the 10 to a 3, save the changes and close the window.
Lits

Re: How to edit the bootloader wait time?

Post by Lits »

That only works if you have Mint 7 and below which uses Grub1. If you have mint 8 which has grub2, you need to go to /etc/default/grub. In the grub file change
GRUB_TIMEOUT=10
to
GRUB_TIMEOUT=3

then go to the terminal and run:

Code: Select all

sudo update-grub
Locked

Return to “Beginner Questions”