I tried editing in GRUB and changing quiet splash
to nomodeset
, and all it did was turn the black screen purple. I'm not sure what to do. I was trying to install dependencies for ibus for a Tibetan keyboard. Then I tried to restart and the black screen began.
I installed the dependencies listed here: https://www.christian-steinert.de/home/tibetan-computing/typing-tibetan-on-windows-and-linux
sudo apt install ubuntu-desktop
orsudo apt install --reinstall ubuntu-desktop
. this and this should give you an idea on how to do that. – Raffa Apr 20 '20 at 04:50sudo apt update
before you attempt to install anything and pay attention to when APT tells you it will remove packages. Do not answer yes to removing packages unless you know what you are doing. You can also attempt to do other fixes from the recovery mode like editing GRUB and removingnomodeset
back toquiet splash
or uninstalling the lately installed packages that caused the problem. – Raffa Apr 20 '20 at 05:08systemctl status gdm*
andsystemctl status lightdm*
what output do you get? – Raffa Apr 20 '20 at 05:11sudo apt install ubuntu-desktop
worked for me. Sorry I misread your comment. After doing what's in the first link you commented and running that command, I am now able to fully boot into Ubuntu. – Nia Jefferson Apr 20 '20 at 05:21