How to enter into terminal mode?!
I am running Fedora 24 with MATE. I am currently trying to install my NVIDIA drivers. I am following a guide on how to do it ( http://www.if-not-true-then-false.com... ). I have to reboot into terminal mode. I am up to step 2.8.1.
So how do I enter terminal mode from the GRUB2 menu. I got 3 options.
- Fedora 24
- Fedora 24 Recovery
- Windows 10
Looking at a few more of your comments below. It looks like it won't boot for you at all anymore. Is that right? You mentioned that you're getting a grub> prompt?
If this is the case, you'll probably need either Emergency Mode or single-user mode: When it loads and you get the normal grub screen where you choose your OS. Press 'e', scroll down to the line that starts with linux16 scroll until you get to the 'rhgb quiet' section, delete 'rhgb quiet' and replace it with 'systemd.unit=emergency.target' press ctrl+x to continue the boot in this mode.
From there, you should be able to fix it.