What version of fedora? cat /etc/fedora-release
What hardware and drivers? inxi -Fzxx
What version of the shim package is installed? dnf list installed shim*
When was your system last updated?
Please post those outputs as preformatted text using the </> button on the toolbar.
With that GPU and using nouveau there seem to always be problems.
Are you using secure boot? mokutil --sb-state will tell you that.
If secure boot is enabled then you have to first enable signing the nvidia driver by
install akmods sudo dnf install akmods
create the local signing key and import it into bios by following the instructions in the file /usr/share/doc/akmods/README.secureboot. All those command s before the reboot must be run with sudo.
After the key is created with step 2 above (or if secure boot is disabled) then continue the installation of the driver with
Hello, on further investigation into this problem its looking like the boot manager/utility program that I use (TeraByte BootIt Collection) is the software that is
causing this problem.
From their support
“It probably needs the new secure boot piece, that will be in the next update.”
I am also using Boot-It UEFI from the TeraByte Bootit Collection. To recover from the “Verifying shim SBAT data failed: Security Policy Violation” error on my Dell PC I had to:
Enter the Dell BIOS and change one setting. Secure Boot : Security Boot Mode. In particular I switched from Deployed Mode to Audit Mode Per Dell “Audit mode performs a signature check but does not block execution of all UEFI drivers and bootloaders.”
Reinstall Terabyte Boot-It UEFI.
3, Reinstall Windows partitions from a backup using the Terabyte Boot-It UEFI disk imaging tool. (My Windows 11 install was totally messed up and unrecoverable using Microsoft tools, but booted normally after the Windows partitions were restored from backup.).
Install Fedora 40 KDE spin from USB drive.
Re-enable Boot-It UEFI as the bootloader in the BIOS so it loads before the fedora bootloader.
Note: per the developer of Terabyte Boot-It Collection this error with security violation will be fixed in the next release. However the workaround above has things functioning as expected without waiting for any new release – at least for me. I am able to dual boot.