Ubuntu – Can’t boot into Ubuntu after installing GNOME 16.04 (stuck at blank purple screen)

16.04bootdual-bootgnomenvidia

I've also tried booting through recovery mode but that just gets stuck at a black screen instead. Everything was running fine until I tried booting into Ubuntu this morning, even last night it was working fine after installing GNOME. I have a Nvidia 1070 but all the graphics drivers should be up to date. Any ideas on what to do? Windows is still booting up fine.

Best Answer

I ended up solving this by using nomodeset to get far enough to open command line with CTRL + ALT + F1. After that I entered

sudo apt-get --reinstall install gdm
sudo dpkg-reconfigure lightdm
sudo service lightdm start

from: https://ubuntuforums.org/showthread.php?t=2058251

Related Question