I think if the driver has already been built (modinfo -F version nvidia prints the version of the driver), then you don’t need to do anything after disabling Secure Boot.
There was not enough time for the driver modules to get built before rebooting.
You can check that with:
$ uname -r
$ dnf list --installed "*nvidia*"
You should see the kmod-nvidia package listed, suffixed with the kernel version. If not sure, please post here the output.
OR
nova-core has not been blacklisted.
Kernel 6.15 introduced the new nova driver for NVIDIA GPUs, intended to supersede the older nouveau drivers. So those using the proprietary NVIDIA drivers, should also blacklist nova-core, in addition to nouveau, in the kernel arguments.
I am now unable to boot. I have the exact same problem I encountered here:
This time I found a reddittor that swore they had figured out how to get nvidia drivers working with secure boot on. I followed the instructions and very nervously rebooted after
before grub comes up. I fixed this somehow 20 days ago, but don’t really remember what I did. Does anybody here know how I managed to break my boot twice now trying to follow detailed instructions?
More to the point, how can I fix this please?
Edit: I’ve turned off secure boot and grub came back from the dead. I am amazed that I appear to be the only person on the internet to hit this trouble spot.