2

I installed Ubuntu 22.04.1 and it was working fine until after couple of restarts. Now, it no longer boots to a desktop environment. I get this black screen with login:

Ubuntu login (no DE)

After entering the password it enters a directory and not the desktop.

I am new to Ubuntu.

Nmath
  • 12,664
Rakesh Jinaga
  • 31
  • 1
  • 2

1 Answers1

0

My Ubuntu laptop stopped loading the desktop environment after trying to "fix" the sound by running the commands at https://askubuntu.com/a/1441491/282606 - I should have read the comments first though.

This post saved me as the comment by Archisman Panigrahi fixed it, but it deserves its own answer:

sudo apt install --reinstall ubuntu-desktop

Thanks Archisman!

isapir
  • 591