The NVIDIA GPU installed in this system is not supported by open nvidia.ko because it does not include the required GPU System Processor (GSP)

I use I use Nvidia MX250. on F43 nvidia driver work perfectly fine, its always update to newest, until i update to F44, the driver wont work. I think thats a minor bug, today I got update for nvidia, so i update it but still nothing.

When I turn on my laptop, I got this error on my boot screen, it comes on green text.

May 02 19:52:49 user kernel: NVRM: The NVIDIA GPU 0000:02:00.0 (PCI ID: 10de:1d13)
                            NVRM: installed in this system is not supported by open
                            NVRM: nvidia.ko because it does not include the required GPU
                            NVRM: System Processor (GSP).
                            NVRM: Please see the 'Open Linux Kernel Modules' and 'GSP
                            NVRM: Firmware' sections in the driver README, available on
                            NVRM: the Linux graphics driver download page at
                            NVRM: www.nvidia.com.
May 02 19:52:49 user kernel: nvidia 0000:02:00.0: probe with driver nvidia failed with error -1
May 02 19:52:49 user kernel: NVRM: The NVIDIA probe routine failed for 1 device(s).
May 02 19:52:49 user kernel: NVRM: None of the NVIDIA devices were initialized.

You need to swap driver

sudo dnf swap akmod-nvidia akmod-nvidia-580xx --allowerasing

thats mean my GPU is not supported for driver 595?

Thanks! This enlighten me. When I run that swap command, It show some package have conflict. So I decide to remove installed nvidia driver which version 595, and install the correct one which is 580xx.

dnf remove xorg-x11-drv-nvidia\*
sudo dnf install xorg-x11-drv-nvidia-580xx akmod-nvidia-580xx

Correct. NVIDIA dropped support for what they consider old GPUs with the 595 driver.

Feeling grateful for the forum and this solution that fixes it for me :clap:
Using Nvidia Titan X Pascal (2016). Happened after upgrading to F44. System was booting fine but flatpak applications froze on launch. Got error message looking at system’s journal : journalctl -p err.