raid3868 Posted May 12, 2016 Posted May 12, 2016 Hi Do anyone know how to disable boot directly Gui ( auto login and start gui ) I m using armbian desktop. Please help. tks
tkaiser Posted May 12, 2016 Posted May 12, 2016 So why not filling this thread with contents and posting the solution? Since you already created an own thread others might stumble accross this searching for the same and might be disappointed not finding a real answer.
Albert911 Posted June 11, 2016 Posted June 11, 2016 Like me.. nodm is used to login the user created at the install.
Christopher Biggs Posted August 1, 2016 Posted August 1, 2016 I came across this topic while searching for the same answer. First you want to disable the display manager service, but what's it called? Find out what services are display related: Here's how I found out which service to disable: chris@trippy:~$ systemctl list-units | grep -i display nodm.service loaded active running LSB: No Display Manager Now, I want to disable the service called "nodm" (which is a cute but very confusing name): sudo systemctl disable nodm sudo reboot 1
Tido Posted August 23, 2017 Posted August 23, 2017 this solution is said to work regardless of which distro: systemctl set-default multi-user.target https://unix.stackexchange.com/questions/264393/how-to-disable-x-server-autostart-in-debian-jessie root@tinkerboard:~# systemctl set-default multi-user.target Created symlink from /etc/systemd/system/default.target to /lib/systemd/system/multi-user.target. 1
Recommended Posts