cannot get to grub (SOLVED)

Questions about Grub, UEFI,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
Prsman
Level 4
Level 4
Posts: 399
Joined: Tue Nov 17, 2015 3:15 pm

cannot get to grub (SOLVED)

Post by Prsman »

I just installed mint 20.3 cinnamon on my gaming desktop with a Nvidia card. I need to get to the grub menu but cannot, The shift key does not work, esc key gets me the boot menu. Select the installed drive, enter and I get a corrupt screen. Holding down the shift key while pressing enter gets me the same garbled screen, as well when holding the esc key. I need to get to grub to use the nomodeset to get to the desktop. Can I boot the install usb, modify the grub on the harddrive?
Desktop is an Asus ROG with Nvidia GTX1660 video card. What to do? Thamks
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.
ajgreeny
Level 7
Level 7
Posts: 1662
Joined: Mon Nov 19, 2007 3:27 pm

Re: cannot get to grub

Post by ajgreeny »

I always like to see the grub menu for just 2 seconds in all my systems as it is so much easier that way than trying to hit Esc at the correct moment to get it to show on a UEFI machine.

The easiest way to get that is to edit the /etc/default/grub file so the config lines look like this.

Code: Select all

GRUB_DEFAULT=0
#Next line will make the countdown time show the menu
GRUB_TIMEOUT_STYLE=menu
#Next line changed from 0 to 2 for 2 second delay
GRUB_TIMEOUT=2
#Next line changed from true to false to allow delay countdown to show
GRUB_HIDDEN_TIMEOUT_QUIET=false
#Next line changed to show the real distro name as I want it
GRUB_DISTRIBUTOR="Mint Xfce 20.3"
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
#Next line needed on new versions to allow dual boot machines to detect other OS
GRUB_DISABLE_OS_PROBER=false
All lines starting with # are simply my explanation lines and some of those config lines, eg, just for clarity are my own choice.
You must run

Code: Select all

sudo update-grub
after editing that file to get the new config to work.
User avatar
Prsman
Level 4
Level 4
Posts: 399
Joined: Tue Nov 17, 2015 3:15 pm

Re: cannot get to grub

Post by Prsman »

Thanks for the reply. I found the magic key combo to get into grub. Once I'm up and running I will look into your grub file. Thanks
User avatar
JerryF
Level 16
Level 16
Posts: 6572
Joined: Mon Jun 08, 2015 1:23 pm
Location: Rhode Island, USA

Re: cannot get to grub

Post by JerryF »

Prsman wrote: Thu Jan 20, 2022 5:33 pm Thanks for the reply. I found the magic key combo to get into grub. Once I'm up and running I will look into your grub file. Thanks
Which were the magic keys? It might help others. :wink:
User avatar
Prsman
Level 4
Level 4
Posts: 399
Joined: Tue Nov 17, 2015 3:15 pm

Re: cannot get to grub (SOLVED)

Post by Prsman »

Ok here are the magic keys to get to grub on this CPU.
At boot press the ESC key which gets the boot menu up. Select the drive you want. Press the ESC key once, then press enter. Grub on display.

Computer is a Asus ROC gaming desktop.

Code: Select all

Machine:
  Type: Desktop Mobo: ASUSTeK model: GL10CS v: 1.0 serial: <filter> 
  UEFI: American Megatrends v: GL10CS.309 date: 11/27/2019 
Locked

Return to “Installation & Boot”