7

I'm on Ubuntu MATE 16.04.1 and I changed graphic card to GeForce 8600GT and now I can't enter LUKS password on boot after installing NVIDIA propriatary drivers (I tried 304.135 and 340.102). Keyboard does not work there, I only have such screen and I can't enter anything:

enter image description here

To boot my OS I need to go through recovery mode and it boots fine, but I would like to fix it by perhaps changing that passphrase screen to text-mode. I know that there should be such mode for this as I have it on another machine with another GeForce, only thing that it's on 14.04 and it switched to text-mode automatically right after installing NVIDIA driver.

How do I do this on 16.04?

PS. I've tried THIS solution (both wxh and text) and it does not work for me - not any passphrase screen appears...

GreggD
  • 1,164
  • 2
  • 11
  • 19

1 Answers1

9

I have enabled this on my Ubuntu 16.04 server that has XFCE installed.

Edit /etc/default/grub with your text editor of choice, and remove the option quiet splash, and then if this does not work I would suggest also adding GRUB_GFXPAYLOAD_LINUX=text on a new line in /etc/default/grub. Remember, after you make a change to the grub config file, you should always run

sudo update-grub

to apply the changes.

Zanna
  • 72,312
Ken
  • 612