I have an older kernel installed, 6.13.5, it boots fine. With kernel 6.13.9 I get:
KERNEL PANIC!
Please reboot your computer.
VFS: Unable to mount root fs on unknown-block(0,0)
Solved by generating the initramfs, using sudo dracut -vf --kver=6.13.9-200.fc41.x86_64
. To find kver, run uname -r
for an example and change the version to the one that is broken.
I am posting this here in case anyone else has this issue. Curious that the initramfs was not generated during the offline update.