I had an old 16.04 system which was having issues but was set for retirement. I needed to get it working well enough to log in and get some data from two graphical applications.
I tried upgrading to 18.04 which was a big struggle (involving purging and re-installing Perl and Pythong(3?)). Could not get to a login screen.
Upgraded again to 20.04 (which went very smoothly) but still no graphical login screen (just the white-red dots screen). In 20.04 I was being prompted for credentials for a network share so I know fstab was being parsed.
Upgraded again to 22.04 (which also went smoothly). No longer parsing fstab and still no login screen.
I can console in and I can ssh in so I can make changes. I tried suggestions around the login loop issue and around logging into blank screens, but none of that had any noticable impact.
I looked at the output for both sudo apt install ubuntu-desktop-minimal
and sudo apt install ubuntu-desktop
but
those involve adding more than 300 packages, so that seems the wrong
route entirely.
I have now run sudo apt install ubuntu-desktop-minimal
and now show the current version of the waiting screen, but the system still fails to get a graphical login screen.
Suggestions?