Change if CentOS 8 boots to a GUI or to the command line.

Step-by-step guide

  1. Choose which mode you would like
    1. Boot to GUI

      You must have a GUI (like GNOME) installed for this to work!

      sudo systemctl set-default graphical.target
    2. Boot to command line

      sudo systemctl set-default multi-user.target
  2. Reboot to see changes take effect