Score:0

What do I modify to stop light dm from starting at boot

bd flag

I installed MATE and lightdm and then set them to to start automatically

$ sudo systemctl set-default graphical
$ sudo systemctl start lightdm
$ reboot

System is now stuck trying to start light manager with no time out limit on the service timeout.

I believe I failed to install lightdm greeter!!!

Ctrl-AltF[1-12] don't achieve anything because the login/logon service has not yet started.

I have another system where I can mount the drive and make changes.

What do I edit in order to set the system back to multi-user mode in the same way that:

$ sudo systemctl set-default multi-user

does?

guiverc avatar
cn flag
Please start with your OS & release details, why make us guess?
Score:0
jp flag

multi-user.target

What

sudo systemctl set-default multi-user.target

does is remove the file(symbolic link):

/etc/systemd/system/default.target

then create this symbolic link:

/etc/systemd/system/default.target --> /lib/systemd/system/multi-uaer.target

which you can manually do with:

sudo rm /etc/systemd/system/default.target

then:

sudo ln -s /lib/systemd/system/multi-uaer.target /etc/systemd/system/default.target

graphical.target

And what

sudo systemctl set-default graphical.target

does is remove the file(symbolic link):

/etc/systemd/system/default.target

then create this symbolic link:

/etc/systemd/system/default.target --> /lib/systemd/system/graphical.target

which you can manually do with:

sudo rm /etc/systemd/system/default.target

then:

sudo ln -s /lib/systemd/system/graphical.target /etc/systemd/system/default.target
WallyZ avatar
bd flag
Looked in that directory (/etc/...). I can see another dir "default.target.wants" (not a link) but nothing just "default.target". I did find it under /lib/systemd/system. SO I changed that symbolic and rebooted but it still is trying to start lightdm. Simpler at this stage to re-install!!!
I sit in a Tesla and translated this thread with Ai:

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.