zpool upgrade zroot
gpart bootcode -b /boot/pmbr -p /boot/gptzfsboot -i 1 ada0
mount -t msdosfs /dev/ada0p1 /mntcp /boot/gptboot.efi /mnt/efi/boot/BOOTx64.efiumount /mnt
dd if=/dev/ada0p1 of=/dev/ada1p1
And yes, as Patrick mentioned, the zpool upgrade is optional as long you don't need any zfs features on the pool (normally you don't).
Quote from: devhunter55 on April 16, 2022, 11:09:24 amAnd yes, as Patrick mentioned, the zpool upgrade is optional as long you don't need any zfs features on the pool (normally you don't).Won’t any features available and or used in the prior versions of ZFS continue working just fine? It’s only the new features, draid for example, that will not work on zpools that have not been upgraded.