Fedora 43 upgrade stuck on black screen – GDM crashes

Hi everyone,
I’m having issues after upgrading my system to Fedora 43, and I’m a bit stuck. I’d really appreciate any help or ideas.

After updating to Fedora 43, while starting the operating system, this process froze.

The last visible line was:

[ OK ] Started gdm.service - GNOME Display Manager

After that, the system never reached the graphical login.

Things I tried

Reinstalled graphical stack:

sudo dnf reinstall gdm gnome-shell mutter \

mesa-dri-drivers mesa-vulkan-drivers mesa-libEGL mesa-libGL

Reinstalled kernel and firmware:

sudo dnf reinstall linux-firmware kernel kernel-core kernel-modules kernel-modules-extra

Photo of the messages obtained:

Edit: I was able to solve the problem reinstalling entire graphics stack with dependencies

sudo dnf reinstall --best --allowerasing gdm gnome-shell mutter 'mesa-*' 'libglvnd*' 'libdrm*' xorg-x11-server-Xorg 'xorg-x11-drv-*' gtk3 gtk4 glib2

sudo dnf distro-sync

And doing a clean GDM Configuration

sudo mv /etc/gdm /etc/gdm.backup

sudo dnf reinstall gdm --setopt=tsflags=

2 Likes