Boot into terminal mode

sudo systemctl set-default multi-user.target
sudo reboot now

Boot into graphical interface

sudo systemctl set-default graphical.target
sudo reboot now