21.05 ZFS root install can't import pool on boot

Try setting boot.zfs.devNodes to the type of device you used to create your zpool(You can see this in zpool status)

For example, I use:

boot.zfs.devNodes = "/dev/disk/by-partuuid";

Maybe the difference between this and your previous working installs is how you created the zpool.

2 Likes