I am running Fedora 41 with root on ZFS with 2 kernels installed and working very well:
vmlinuz-6.11.4-301.fc41.x86_64
vmlinuz-6.13.7-200.fc41.x86_64
Today I did an update for version 6.13.8-200.fc41.x86_64 and I can not boot this one (vmlinuz-6.13.8-200.fc41.x86_64)
The error is :
dracut-pre-mount: Cannot get properties of zroot: no such pool available
So I got into the emergency mode and mounted the zroot pool manualy and also mounted all my zfs file system so the question is what next, how do I continue from that point?
Thanks
Right now I am running kernel vmlinuz-6.11.4-301.fc41.x86_64 !
sudo zfs set org.zfsbootmenu:commandline="rd.driver.blacklist=nouveau modprobe.blacklist=nouveau nvidia-drm.modeset=1" zroot/ROOT
then, remake the initramfs-6.13.8-200.fc41.x86_64.img:
sudo dracut -f
reboot
and the system still gives me the same error, drops me into emergency shell and again I do have to mount everything manually in order to be able to boot.