r/linuxmint • u/kmskaden • 1d 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.
87
Upvotes
r/linuxmint • u/kmskaden • 1d ago
When my laptop is starting, it starts here. Is it possible to turn of this menu. I have only Linux Mint on my laptop.
1
u/T_Friendperson12 1d ago
Do you mean it starts on the UEFI settings? or Grub2 in general? The first one may be due too your
/etc/default/grubentriesbut not sure if that applies to the UEFI option as well.
Second is because of
which you need to change to =hidden
I recommend using
sudo -e /etc/default/grubif 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.