Page 1 of 1

[SOLVED] Skipping GRUB menu

Posted: Fri Oct 19, 2018 6:55 am
by FinixFighter
Hi! I installed LMDE 3 today (before I was using Linux Mint 19) and I would like to skip the GRUB menu that appear at the start, in fact I only have LMDE3 installed on my pc. I didn't have this "problem" with Linux Mint 19, the GRUB menu didn't appear, but it does with LMDE3. How can I skip the GRUB menu :?:

Re: Skipping GRUB menu

Posted: Fri Oct 19, 2018 7:02 am
by catweazel
FinixFighter wrote: Fri Oct 19, 2018 6:55 am Hi! I installed LMDE 3 today (before I was using Linux Mint 19) and I would like to skip the GRUB menu that appear at the start, in fact I only have LMDE3 installed on my pc. I didn't have this "problem" with Linux Mint 19, the GRUB menu didn't appear, but it does with LMDE3. How can I skip the GRUB menu :?:

Code: Select all

sudo nano /etc/default/grub
ctrl-o + enter to save, ctrl-x to exit.

You may also want to modify GRUB_TIMEOUT to read GRUB_TIMEOUT="3"

Add GRUB_TIMEOUT_STYLE=hidden

Code: Select all

sudo update-grub

Re: Skipping GRUB menu

Posted: Fri Oct 19, 2018 6:01 pm
by FinixFighter
It worked! Thank you so much! :D

Re: Skipping GRUB menu

Posted: Fri Oct 19, 2018 6:15 pm
by catweazel
FinixFighter wrote: Fri Oct 19, 2018 6:01 pm It worked! Thank you so much! :D
My pleasure :)