Tuesday, November 1, 2016

Ubuntu 16.04 + Nvidia Driver + Encrypted harddrive = Blank screen




Steps:




  • sudo add-apt-repository ppa:graphics-drivers/ppa

  • Install the nvidia via the "Additional Drivers"

  • Reboot



After rebooting, getting a blank screen.




Ubuntu 16.04 + Nvidia Driver = Blank screen shows a lot of answers, but none fixed the issue.



I found out that the issue is that the graphical "splash" screen that asks for the passphrase that is causing the issue with Nvidia drivers.



The fix is to remove the graphical splash and switch to pure text mode. Like that, I get a text passphrase prompt and then it goes on to boot the GUI without issue.



Steps to do after:




  • Edit /etc/default/grub


  • Remove quiet splash and replace with text in the line GRUB_CMDLINE_LINUX_DEFAULT

  • Save and execute sudo update-grub

  • Reboot and enjoy


No comments:

Post a Comment

11.10 - Can't boot from USB after installing Ubuntu

I bought a Samsung series 5 notebook and a very strange thing happened: I installed Ubuntu 11.10 from a usb pen drive but when I restarted (...