Cinnamon does not start automatically with the system

[sorry for my bad english]

I go straight to the point, when I start fedora, it goes straight to the terminal (ttl) and does not start Cinnamon, I always need to use the command “sudo init 5”, which ends up being very annoying.

how do I start the graphical interface with the system? (I use LightDM)

1 Like

did you tried?

First run this command for a graphical environment:

sudo systemctl set-default graphical.target

Because you have used sudo systemctl set-default multi-user.target before.

Step 1: Enable LightDM with systemctl enable .

sudo systemctl enable lightdm -f

Step 2: Reboot using the command

systemctl reboot

Regards.,

1 Like