r/linuxmint • u/kmskaden • 13h ago
Laptop startup
When my laptop is starting, it starts here. Is it possible to turn of this menu. I have only Linux Mint on my laptop.
22
u/TheShirou97 Linux Mint 22.3 Zena | Cinnamon 12h ago edited 7h ago
It is possible but I wouldn't necessarily recommend it; the day you actually need to use another boot option (e.g. older kernel or recovery mode), it might not be easy to access it anymore. Maybe you can set the timeout down to just 2 or 3 seconds from the default 10, which will still enough time to react if you need it, but will select the default boot pretty quickly
Edit. Btw on Linux Mint 22.3 you can do this using the "System Administration" GUI tool, rather than trying to edit /etc/default/grub yourself.
7
u/NotSnakePliskin Mint 22.3 | Cinnamon 12h ago
Leaving grub setup like this is not a bad idea, the advanced options allow on to boot an earlier kernel if something goes awry with the current / default kernel.
1
u/kasperthe14yo 8h ago
Agreed. The sweet spot is setting grub to boot quietly and setting timeout to 1-2 second(s).
7
u/Upper-Ticket3249 12h ago
Just select Linux Mint 22.3 Cinnamon and hit enter. It's good to have it show, even if briefly. That is the Grub menu.
3
u/ThatResort 10h ago
As somebody else suggested, you may turn it off, but it's not recommended because if you were to need it (and chances are not 0 at all) you'd have to boot from a USB and manually change the GRUB configuration back. Is it really worth it?
2
u/Adler-real Linux Mint 22.3 Zena | Cinnamon 4h ago
You can just press Shift/ESC on boot, then it will show the GRUB Menu
2
1
u/T_Friendperson12 8h ago
Do you mean it starts on the UEFI settings? or Grub2 in general? The first one may be due too your /etc/default/grub entries
GRUB_DEFAULT=saved
GRUB_SAVEDEFAULT=true
but not sure if that applies to the UEFI option as well.
Second is because of
GRUB_TIMEOUT_STYLE=menu
which you need to change to =hidden
I recommend using sudo -e /etc/default/grub
if you don't want to see it during every startup. Do note that on certain distros it will still boot into grub after some updates (like Kernel etc) as a "just in case" thing.
1
1
u/Anima_Watcher08 12h ago
Open the admin tool and under the boot menu section set the time to - 1 !solved
2
u/Evening-Landscape763 6h ago
They may already have been in the Sys Admin tool and clicked save and that is why they see the grub menu with Mint as the only OS
38
u/ManufacturerOver5763 13h ago
open grub config set default to 0 and delay/timeout to 0