0

I wanted to only get the terminal of Ubuntu but got a black screen The normal rebooting work but after that a black screen Os: Lubuntu 20.04 a fork of ubuntu The command: $ sudo systemctl set-default multi-user" Any help would be appreciated

1 Answers1

0

I had edited some system files but found a fix

If you have root access to the terminal then run this command:

sudo systemctl set-default graphical

Or this one if you know your window manager:

sudo systemctl start "yourwmname"

And thanks to everyone who helped me.

Zanna
  • 72,312