I don’t know why, but since my last boot, fedora feels very slow. I figured it was because my nvidia driver doesn’t load.
nvidia-smi
NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running.
I tried sudo akmods --force, sudo dracut --force and reboot.
I have secure boot enabled and i would prefer to fix this problem without disabling it because i dual boot windows and i play game that require it. And it worked nicely before.
It might be since i updated my bios that i have this issue, but i’m not sure.
This may happen when the nvidia driver fails to load during boot.
Please run (and post the output) lsmod | grep -iE "nvidia|nouveau"
If that returns a list of nouveau modules then please run sudo akmods --rebuild --force followed by a reboot.
If you updated the bios, doing so usually removes the nvidia signing key from the bios and you will need to import it again into the bios to enable loading the nvidia driver when secure boot is enabled.
Additional info would be gotten by running sudo dmesg | grep -iE 'secure|nouveau|nvidia'. If that shows secure boot enabled and you have the nouveau drivers loading then follow the guide in the file /usr/share/doc/akmods/README.secureboot to import the signing key again