Hi, can I have some help recovering my system please. It’s been running for over a year until I uninstalled XRDP. Now it boots to a black screen with a cursor at the top left.
I get offered these boot options via Grub -
Ubuntu, with Linux 6.8.0-52 - generic
Ubuntu, with Linux 6.8.0-52 - generic (recovery mode)
Ubuntu, with Linux 6.8.0-51 - generic
Ubuntu, with Linux 6.8.0-52 - generic (recovery mode)
Ubuntu, with Linux 6.8.0-[long number] - generic
Ubuntu, with Linux 6.8.0-[long number] - generic (recovery mode)
I can access the command prompt recovery options also.
There is no Ubuntu version 24.01 Which Ubuntu flavor and version are you using?
What are those long numbers?
Which option are you booting at the GRUB menu?
When you get to the GRUB menu and select your chosen kernel version, press “e” key to edit boot options. At that screen, delete the boot parameters quiet and splash if present. Then boot with these modified parameters by pressing Ctrl-X. Do you now see any related messages on screen when the system doesn’t boot as expected?
If that gives you a text login you can use, check /var/log/apt/history.log to see what was removed along with XRDP?
If you’re using Ubuntu (as in, GNOME desktop) then you can probably re-install what was removed by logging in at the terminal and then running this command:
sudo apt update
sudo apt install ubuntu-desktop^
The caret (^) is important. This should work if you are connected to a network.
Can you boot into Ubuntu, with Linux 6.8.0-52 - generic (recovery mode)?
Enable networking
Drop to root shell prompt
Press Enter for maintenance apt update apt upgrade exit
Resume boot
Thank you @popey - this worked after I ran it again after enabling networking. The network was previously showing as ‘active’ when I checked before, but enabling it in the recovery menu worked.