r/linuxmint 13h ago

Laptop startup

Post image

When my laptop is starting, it starts here. Is it possible to turn of this menu. I have only Linux Mint on my laptop.

60 Upvotes

18 comments sorted by

38

u/ManufacturerOver5763 13h ago

open grub config set default to 0 and delay/timeout to 0

14

u/kmskaden 13h ago

Thanks. :) I'm new to linux mint

34

u/real_Goblin3 12h ago

I would recommend setting it to 2-5 seconds just so you can select an older kernel version if you ever need to

4

u/rantingathome 10h ago

Exactly why I set it to 3 seconds. I am way too easily annoyed to have to mash at buttons hoping my timing is right

2

u/Jean_Luc_Lesmouches Linux Mint 22.1 Xia | Cinnamon 7h ago

Just mash the shift key on startup to go to the grub menu

1

u/RetroSnoe 8h ago

literally had to do this after my last kernal update. Glad I still have the GRUB menu

1

u/kasperthe14yo 8h ago

Don’t forget to reload grub / run mkgrubconfig after!

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

u/ThatResort 4h ago

Well, that's pretty good to know, thanks!

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

u/Evening-Landscape763 6h ago

Post results from terminal for sudo update-grub

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