This workaround has worked for me and other people here:
-
Reboot the PC and hold down Shift while booting, this will bring up the GRUB2 boot loader menu.
-
Press e to edit kernel 6.9.5, find the linux line and add plymouth.enable=0 at the end of it. Then press ctrl+x to boot.
-
Log in to GNOME.
Run the following commands in a terminal:
EDIT: Assuming you have installed the nvidia drivers from RPM Fusion.
sudo dnf remove ‘kmod-nvidia-*’
sudo akmods --force
- Disable plymouth again and make it permanent until a update fixes this.
sudo nano /etc/default/grub
add
plymouth.enable=0 at the end of line that is beginning with GRUB_CMDLINE_LINUX=
sudo grub2-mkconfig -o /boot/grub2/grub.cfg
- Reboot