GUI Problem with Foreman

Hi guys ;

i want to provision many PCs in my Company , and every time i deploy
installation from foreman the un attended machine dont have any GUI , its a
minimal installation , and i dont now where is the problem , i do this many
times with Ubuntu and centos , so any one have any ideas ?

thanks

The %packages section of the kickstart template you are using needs to be edited to add the relevant desktop package group. Can't remember off the top of my head, but I think it's @gnome-desktop or @kde-desktop.

You might also need something in the %post section to ensure the graphical.target is reached by systemd (I've not installed RHEL7/CentOS desktop systems from Satellite, so not sure about this part)

> You might also need something in the %post section to ensure the graphical.target is reached by systemd (I've not installed RHEL7/CentOS desktop systems from Satellite, so not sure about this part)

You should be able to just remove the "skipx" option in the kickstart [template] (and install a desktop environment). If you install a desktop and don't have skipx the default boot target will be graphical.

https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/Installation_Guide/sect-kickstart-syntax.html

(search for "skipx")