I would personally advise not regenerating against all installed kernels (could potentially bust working prior kernels… unlikely, but just cautionary), and only the latest affected one.
So instead of:
dracut --regenerate-all -p
Do that only the latest kernel having the issue:
dracut --kver 6.12.5-200.fc41.x86_64
again, thats just personal suggestion for safety. Don’t regenerate for what’s already working is a bit safer.