Ubuntu not responding after Login (20.04)
Matthew Martinez
Ubuntu machine will stuck on a "Blank" screen after entering the Login and password in the login screen.
What happens is, the login window is getting stuck after you enter the login credentials.
You will get some screen shown like below.
11 Answer
I have tried a lot of online solutions for this and finally found a proper solution.
We have to reset the Login screen. By doing this what actually happens is we will kill the current existing login session.
To do this,
- Restart your computer & go to the Login screen.
- Do not enter any credentials.
- Press Ctrl + Alt + F2 to go to Emergency console screen.
- Enter your username & password
- Then enter the command
sudo systemctl restart gdm.service
This command works only for Default Ubuntu version
for Kubuntu & Lubuntu they use sddm login manager, so we have to enter sudo systemctl restart sddm.service
for Xubuntu, Ubuntu Mate & Ubuntu budgie sudo systemctl restart lightdm.service
Please comment if you know the login manager detail of other Ubuntu versions