CentOS 8
Graphical interface
The provided CC7 images will give you a Virtual Machine with a text console. If you require a graphical interface, please apply the following steps on your VM as root:
# dnf groupinstall "Workstation" -y # Install the graphical interface
# systemctl set-default graphical.target # Make this the default systemd target
and reboot the VM to start up X-Windows.