Can't Trigger Grub Menu in Mint 13

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
buzzingrobot

Can't Trigger Grub Menu in Mint 13

Post by buzzingrobot »

What's the trick of getting into the Grub menu in Mint 13 Cinnamon?

It was tricky in the RC. I've installed the release from DVD and need to add some boot options to Grub. (My Nividia card + Nouveau = black screen). So far, it's impossible there.

I've rebooted 4 times, trying tapping and holding both shift and tab. No sign of the Grub menu. What's the secret?
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
dritzominous
Level 3
Level 3
Posts: 161
Joined: Sat Nov 14, 2009 12:49 am

Re: Can't Trigger Grub Menu in Mint 13

Post by dritzominous »

Have you tried:

Code: Select all

sudo update-grub
jfet41

Re: Can't Trigger Grub Menu in Mint 13

Post by jfet41 »

Try to press either "Esc" or "Shift" after BIOS screen.
barryp
Level 2
Level 2
Posts: 55
Joined: Wed Sep 24, 2008 5:14 am

Re: Can't Trigger Grub Menu in Mint 13

Post by barryp »

Me too. Mint 13 Mate, upgraded from RC via Mint Update. Blank screen.

I tried grub-update as well as pressing escape or shift, no dice.

I changed the Grub timeout from 0 to 5 but it still didn't appear.
jfet41

Re: Can't Trigger Grub Menu in Mint 13

Post by jfet41 »

Please try this:
GRUB_HIDDEN_TIMEOUT_QUIET=FALSE
GRUB_HIDDEN_TIMEOUT=
buzzingrobot

Re: Can't Trigger Grub Menu in Mint 13

Post by buzzingrobot »

Thank for the replies. I got in by holding down a shift key as soon as the BIOS was loaded.

Running update-grub, etc., weren't options because the system wasn't responding and the screen was black, as mentioned. There is a bug in the 3.2/3.3 kernels. As soon as the boot process attempts to load the Nouveau driver (the open source Nvidia driver) machines with certain Nvidia cards (mine is a 550ti) lock up. WIth Mint 13, I had to edit the installer's Grub menu to get it to run, and , of course, do the same after the install until I could install the proprietary Nvidia drivers, which also blacklists Nouveau.
barryp
Level 2
Level 2
Posts: 55
Joined: Wed Sep 24, 2008 5:14 am

Re: Can't Trigger Grub Menu in Mint 13

Post by barryp »

Hi jfet,

Thanks, I tried
GRUB_HIDDEN_TIMEOUT_QUIET=FALSE
GRUB_HIDDEN_TIMEOUT=
But I still had an invisible grub.

Solution: un-comment the line that says #gfx640x480
:D
I found it here:

http://melpctec.blogspot.co.uk/2011/05/ ... -1104.html
DeanoUk

Re: Can't Trigger Grub Menu in Mint 13

Post by DeanoUk »

This solved my problem me thinking it was me installing it wrongly installed re-installed like 4 times losing 1.5 TB of data :P

Run as administrator in system file /etc/default/grub , un-comment the line that says #gfx640x480 by removing the #

and change GRUB_HIDDEN_TIMEOUT_QUIET=FALSE , To True.

Terminal , sudo update-grub
Locked

Return to “Installation & Boot”