[SOLVED] Skipping GRUB menu

Questions about Grub, the liveCD and the installer
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
User avatar
FinixFighter
Level 3
Level 3
Posts: 162
Joined: Mon Oct 01, 2018 12:54 pm
Location: Pescara, Italy

[SOLVED] Skipping GRUB menu

Post 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 :?:
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.
stallmansupport.org
User avatar
catweazel
Level 19
Level 19
Posts: 9763
Joined: Fri Oct 12, 2012 9:44 pm
Location: Australian Antarctic Territory

Re: Skipping GRUB menu

Post 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
"There is, ultimately, only one truth -- cogito, ergo sum -- everything else is an assumption." - Me, my swansong.
User avatar
FinixFighter
Level 3
Level 3
Posts: 162
Joined: Mon Oct 01, 2018 12:54 pm
Location: Pescara, Italy

Re: Skipping GRUB menu

Post by FinixFighter »

It worked! Thank you so much! :D
stallmansupport.org
User avatar
catweazel
Level 19
Level 19
Posts: 9763
Joined: Fri Oct 12, 2012 9:44 pm
Location: Australian Antarctic Territory

Re: Skipping GRUB menu

Post by catweazel »

FinixFighter wrote: Fri Oct 19, 2018 6:01 pm It worked! Thank you so much! :D
My pleasure :)
"There is, ultimately, only one truth -- cogito, ergo sum -- everything else is an assumption." - Me, my swansong.
Locked

Return to “Installation & Boot”