Rebuild initramfs on initial install to include GSP firmware #18
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "jonathan/nvidia-open-kmod:initramfs-dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes a first-boot failure where the NVIDIA open modules can't find their GSP firmware. This is due to an ordering issue when the initramfs rebuild occurs during scriptlets.
On a fresh
dnf install nvidia-open-kmod nvidia-driver, the first boot fails with:During the install transaction the initramfs is regenerated before the firmware (shipped by
nvidia-kmod-common) is on disk, so the module loads early without it. A manualdracut -fafterward fixes it, which confirms the firmware is present on disk, just not captured in the initramfs the transaction left behind.