Cannot boot my root on zfs system. System is 15.1-RELEASE-p1 on 6 disk raidz2 pool, bootfs is zroot/ROOT/15.1-RELEASE.
After isses with the bootloader on an USB drive booting the system from the zfs pool (see
Thread loader-not-found-after-upgrading-the-bios-boot-loader-root-on-zfs-freebsd-boot-on-usb.103205), I rebuilt the pool, since I wanted to switch from 5 disk raidz to 6 disk raidz2 anyways. Therefore I started in 14.4, built a new 5 disk raidz2 pool, sent all data to the new pool, and switched to the new pool. The disks on the raidz2 pool now have an efi slice and a freebsd-zfs slice to evade my earlier boot problems.
Since I wanted to update to 6 disks, I updated the system to 15.1 (and bootloader on every efi slice via
Ever since the
Is it possible that zfs in the loader is outdated and missing the raidz_expansion feature?
ZFS: unsupported feature: org.openzfs:raidz_expansionAfter isses with the bootloader on an USB drive booting the system from the zfs pool (see
Thread loader-not-found-after-upgrading-the-bios-boot-loader-root-on-zfs-freebsd-boot-on-usb.103205), I rebuilt the pool, since I wanted to switch from 5 disk raidz to 6 disk raidz2 anyways. Therefore I started in 14.4, built a new 5 disk raidz2 pool, sent all data to the new pool, and switched to the new pool. The disks on the raidz2 pool now have an efi slice and a freebsd-zfs slice to evade my earlier boot problems.
Since I wanted to update to 6 disks, I updated the system to 15.1 (and bootloader on every efi slice via
cp /boot/loader.efi /mnt/EFI/BOOT/BOOTX64.efi), upgraded the pool (zpool-upgrade(8)), and used one disk from the old raidz pool for the new raidz2 pool (zpool-attach(8)).Ever since the
zpool upgrade and zpool attach I cannot boot my system anymore. On video I catched the error above (unsupported feature). I can import the pool in 15.1 live usb. I tried loader.efi from the pool and from the live system, and tried gptzfsboot from either - without success.Is it possible that zfs in the loader is outdated and missing the raidz_expansion feature?