Content was moved from it's original location @ jamnetltd.com.
Linux: Change graphic/text boot
You will need to restart for the changes to take effect
Change too graphic boot: systemctl set-default graphical.target
Change to text boot: systemctl set-default multi-user.target
To show the current runlevel at boot: systemctl get-default
To list the runlevels: systemctl list-units --type=target