Everything works fine on the previous kernel (5.19.9).
However, when I choose 5.19.10 I get a black screen. I’m using Nvidia drivers (latest from RPM).
I logged in using text mode and ran dracut to rebuild initramfs (just in case), but that didn’t help. I’m still getting a black screen whenever I try a normal (i.e. graphical) boot with 5.19.10.
Any ideas? Thanks you
Check that /etc/default/grub
Should be GRUB_CMDLINE_LINUX="rhgb quiet modprobe.blacklist=nouveau rd.driver.blacklist=nouveau nvidia-drm.modeset=1"
important nvidia-drm.modeset=1
After changing it, run sudo grub2-mkconfig -o /boot/efi/EFI/fedora/grub.cfg
if using UEFI