dracut
dracut copied to clipboard
dracut 106 breaks booting with zfs root using bootfs property
Describe the bug I've got a system with ZFS root where I wasn't passing root=ZFS=some/fs in grub, I was just relying on the bootfs property on the pool to tell it where root was. this was working great until I upgraded to dracut-106-1, and then it broke, and the system doesn't boot until I pass an appropriate root= line from the bootloader.
Distribution used EndeavourOS (arch variant)
Dracut version 106
Init system systemd
To Reproduce use a previous version of dracut, boot system with grub and only using the zpool's bootfs properly. then upgrade to 106, see it break.
Expected behavior it should continue to work as expected.