I performed an update from Fedora 40 to Fedora 41. However, I couldn’t boot the new system because I didn’t have an initramfs-6.11.5-300.fc41.x86_64.img and there was also no entry in the grub.conf.
The problem was relatively easy to solve, as I was able to boot with an old kernel. Then I ran the commands:
sudo dracut -f /boot/initramfs-6.11.5-300.fc41.x86_64.img 6.11.5-300.fc41.x86_64
and
sudo grub2-mkconfig -o /boot/grub2/grub.cfg
After that, the system started without further issues.
But why did the upgrade process not create this file and the entry?