Rebuild initramfs on initial install to include GSP firmware #18

Merged
alukoshko merged 2 commits from jonathan/nvidia-open-kmod:initramfs-dev into main 2026-07-19 19:19:20 +00:00

2 Commits

Author SHA1 Message Date
eda7530990 Rebuild initramfs on initial install to include GSP firmware
The open modules load GSP firmware (nvidia/<ver>/gsp_*.bin) early from the
initramfs. On a fresh install the initramfs is regenerated before that
firmware is on disk, so the first boot fails with
"gsp_*.bin failed with error -2" until a manual "dracut -f".

Add a %posttrans that rebuilds the initramfs after every payload in the
transaction has landed, guaranteeing the firmware is captured. Gate it to
the initial install with a %ghost stamp file, since $1 cannot distinguish
install from upgrade in %posttrans.
2026-07-19 14:09:22 -05:00
4e919f3558 Revert "Update to 610.43.03"
This reverts commit 196c7dc65a.
2026-07-19 13:55:52 -05:00