Hello,
Today I upgraded my FreeBSD 11-STABLE to recent version r322164. After that I cannot boot from my pool:
After upgrade I did:
I tried to boot from ISO (FreeBSD-11.1-STABLE-amd64-20170807-r322164-disc1.iso) and reinstall bootcode:
...but it didn't help. Also I tried install bootcode from ISO, without chroot with the same result.
Possibly some useful info:
Could you please point me how can I fix this problem?
Thank you!
Today I upgraded my FreeBSD 11-STABLE to recent version r322164. After that I cannot boot from my pool:
Booting from Hard Disk...
ZFS: unsuported feature: org.illumos.sha512
ZFS: pool zironroot is not supported
gptzfsboot: failed to mount default pool zironroot
FreeBSD/x86 boot
Default: zironroot:
boot:
After upgrade I did:
zpool upgrade -a
but there wasn't any new feature.I tried to boot from ISO (FreeBSD-11.1-STABLE-amd64-20170807-r322164-disc1.iso) and reinstall bootcode:
# zpool import -m -fR /mnt zironroot
# mount -t devfs devfs /mnt/dev
# chroot /mnt
# gpart bootcode -b /boot/pmbr -p /boot/gptzfsboot -i 1 vtbd0
partcode written ro vtbd0p1
bootcode written ro vtbd0
...but it didn't help. Also I tried install bootcode from ISO, without chroot with the same result.
Possibly some useful info:
# zpool get feature@sha512
NAME PROPERTY VALUE SOURCE
zironroot feature@sha512 active local
Could you please point me how can I fix this problem?
Thank you!