After removing some drivers / packages Ubuntu 20.04 is not loading any more. Following commands were executed:
sudo apt-get remove --purge radeon*
sudo apt --purge autoremove
It stops loading at the following message:
/dev/sda5: clean xxx/xxx files, xxx/xxx blocks
underscore indicator is blinking but desktop UI is not loading. I've tried following command:
sudo apt-get install ubuntu-desktop
it didn't help. Is there any way to fix the UI load without uninstalling the entire OS?
It is possible to boot in the rescue mode and login to Ubuntu, so that I still can login and access the OS through the command line.
PS. I do have enough space on the disk.