Enable or Disable GUI on Kali 2+

to boot without X
systemctl set-default multi-user.target

to boot to X
systemctl set-default graphical.target

find the current info
systemctl get-default

Leave a Reply