Looks like that while I slept last night you were going hammer and tongs to sort out MoonRise problems. I must confess that when I strike such situations as a black screen, I use alt+ctrl+F1 to login to a terminal mode. On my system I am connected to the internet via Ethernet and I then check the update status with
I then fix anything outstanding and if I am still getting a black screen, I then do drastic things like
Code:
sudo apt update; sudo apt full-upgrade
Code:
sudo apt purge nvidia*
Comment