Hi all,
I am trying to upgrade a clean install of FreeBSD 9.3 set up using bsdinstall()'s root on ZFS to 10.0. (I would start out at 10 but my VSP host doesn't offer an image).
After doing freebsd-update() and rebooting, the system fails to boot, stating that it cannot find any ZFS pools by GUID.
If I do
Is there something I am missing? Thanks.
I am trying to upgrade a clean install of FreeBSD 9.3 set up using bsdinstall()'s root on ZFS to 10.0. (I would start out at 10 but my VSP host doesn't offer an image).
After doing freebsd-update() and rebooting, the system fails to boot, stating that it cannot find any ZFS pools by GUID.
If I do
gpart bootcode -b /boot/pmbr -p /boot/gptzfsboot -i 1 vtbd0 and then reboot, I get a different error :
Code:
ZFS: unsupported feature: com.delphix:hole_birth
gptzfsboot: No ZFS pool located, can't boot.
Is there something I am missing? Thanks.