Just remove any login-manager like gdm, kdm, sddm and lightdm. For testing purposes, you can eaily remove the binaries below /usr/bin/ to somewhere, for example to /root/.
Then reboot and it will not boot into X. Startx will work. And if this is not what you want, just move the binaries back to /usr/bin/, reboot and X is starting at boot again. Hope this helps. Best Hans > >>> # systemctl get-default # reports bootup state # systemctl set-default > >>> graphical.target sets GUI as default state # systemctl set-default > >>> multi-user.target brings system up without GUI running > >>> > >>> For a single boot to finish at multi-user, simply append 3 to the end > >>> of the (usually wrapped) linu line after striking E key at the default > >>> Grub menu selection. If already using multi-user.target default, > >>> append 5 to linu line to get a full GUI boot.