1

After booting and decrypting my laptop (dm-crypt), the user login screen showed this error message:

enter image description here

I managed to summon the command line by pressing the Esc + Ctrl + Alt + F3 keyboard combination.

I followed commands like:

  • sudo apt -f install and sudo apt upgrade

  • sudo apt purge ubuntu-session and sudo apt install ubuntu-desktop (which seemed to fail)

    result

I tried reboot but it got even more stuck, so I reinstalled ubuntu-session, but I got the same error.

When I ran less /var/log/syslog this is what showed up:

Command line putput

karel
  • 122,292
  • 133
  • 301
  • 332

1 Answers1

0

I managed to solve it.

I went back and forth upgrading and trying to add dependencies. Also auto removing files.

The last thing I did was "do-release-update" to 24.10 -- I had tried previously but it always failed but when I did it in root mode it worked.

That seemed to be what really worked for me.