After upgrading Ubuntu 20.04 LTS to 22.04 LTS, my workstation (which has a Nvidia RTX 3080 12gb installed) ceased being able to boot. Regular boot attempts results in the well known black screen with blinking and non-responsive cursor.
However, in my case, if I drop to terminal mode, e.g. with Ctrl+Alt+F1, login attempts with any user name/password registered in the system leads to a terminal login loop (not desktop login loop) - that is, after correct user name and password are inserted, it just goes back to the login terminal prompt.
The only exception is if I log with user "root" and the root password at the terminal login prompt - that works and leads to a regular terminal session (same works at recovery mode).
What have I tried:
- the usual
nomodesetandno splashparameters for logging in (see); - the usual
sudo apt-get update+sudo apt-get upgrade+sudo apt-get dist-upgrade(see); - reinstalling Nvidia most recent drivers via root terminal (see);
- turning off Wayland (see);
- turning on and reconfiguring lightdm (
sudo dpkg-reconfigure lightdm) (see); - tried gdm3 instead of lightdm (see);
- checking
.Xauthority(see); - checking if my disk is full (see);
- reinstalling the desktop environment (see);
- reinstalling the kernel (see);
My question: what else can be done to try to solve this problem? My impression is that the key is to, first, understand what it causing the login-loop at terminal mode - but I have found very scarce mentions online to login-loop issues at terminal mode (desktop login-loop issues are somewhat common).