Does not start in graphical mode

Latest response

Hi,

I installed Red Hat 8 on a new system with Server option (not Server with GUI), did all the updates and now is running RHEL release 8.4.

Then I installed the graphical mode with:

dnf groupinstall "Server with GUI"
systemctl set-default graphical

[root@aea system]# systemctl get-default
graphical.target

But when I reboot the server it still starts in terminal mode, if I run startx, then it works but I wanted to start directly in graphical mode.

In /var/log/messages I can only see this reference to graphical

Oct 7 11:07:04 aea-pbs-app kdumpctl[1492]: kdump: Secure Boot is enabled. Using kexec file based syscall.
Oct 7 11:07:04 aea-pbs-app systemd[1]: Started Performance Metrics Archive Logger.
Oct 7 11:07:04 aea-pbs-app systemd[1]: Started Half-hourly check of pmlogger instances.
Oct 7 11:07:04 aea-pbs-app systemd[1]: Reached target Multi-User System.
Oct 7 11:07:04 aea-pbs-app systemd[1]: Reached target Graphical Interface.
Oct 7 11:07:04 aea-pbs-app systemd[1]: Starting Update UTMP about System Runlevel Changes...
Oct 7 11:07:04 aea-pbs-app systemd[1]: Started Hourly polling of log processing.
Oct 7 11:07:04 aea-pbs-app systemd[1]: Started Daily processing of archive logs.
Oct 7 11:07:04 aea-pbs-app systemd[1]: Reached target Timers.
Oct 7 11:07:04 aea-pbs-app systemd[1]: systemd-update-utmp-runlevel.service: Succeeded.
Oct 7 11:07:04 aea-pbs-app systemd[1]: Started Update UTMP about System Runlevel Changes.

Any idea what can I do? Thanks.

Responses