2

I want to access my recovery mode because I have problems with my nvidia drivers. But I don't get a chance to use my shift key because I have a black screen for 10 seconds (when I boot my pc) and the next screen that I get is the screen with the Linux Mint emblem on.

I first though that I didn't get a screen from my motherboard because my pc stood in Fast Boot but I've reset my cmos and now I'm sure it isn't.

What should I do?

CedricP
  • 21
  • Normally to get into the BIOS screen you have to press a key as the machine is just starting to boot. It's a different key for different BIOSs, but Delete is normally a good try, otherwise the F keys (often F10 or F12) – Arronical Aug 13 '15 at 12:42
  • Well I can't access my bios because I don't get a screen from my motherboard. I have to disable fast boot to get this screen when I boot my pc. – CedricP Aug 13 '15 at 12:51
  • Besides you using Mint this has nothing to do with the operating system at all. Not related to Ubuntu. And yes you do regarding the comment... you probably need either another key to enter it or need to be quicker. – Rinzwind Aug 13 '15 at 12:52
  • I know for sure that "del" the key is to enter my bios, so when I boot my pc. I start pressing the "del" button and my screen stays black. – CedricP Aug 13 '15 at 12:59
  • We're sorry, but this site is all about Ubuntu and its official derivatives as posted on https://wiki.ubuntu.com/Releases so Mint is off-topic here as well. However, on http://unix.stackexchange.com, a sister site to Ask Ubuntu, they're very good at all varieties of Linux and Unix, so you might be better off there. ;-) – Fabby Aug 13 '15 at 13:29

1 Answers1

0

Instead of disabling fast boot, you can un-hide GRUB. Note that this will also show all the boot messages instead of showing the Mint splash screen. In a terminal:

sudo -e /etc/default/grub

Comment out (put a hash in front of) the line GRUB_HIDDEN_TIMEOUT=0. Also change the line GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" to GRUB_CMDLINE_LINUX_DEFAULT="", assuming you don't have any other options in there. If you do, remove quiet splash but it's up to you to make sure the options are valid.

Exit the editor with Ctrl-X, Y, Enter, then sudo update-grub.