>[оверквотинг удален]
> Обновил FreeBSD c 12.2 до 14.3, в конце сделал
> zpool upgrade -v
> zpool upgrade -a
> Перегрузился и получил-
> ZFS: unsupported feature: com.delphix:head_errlog
> ZFS: pool zroot is not supported
> zfsboot: filed to mount default pool
> FreeBSD/x86 boot
> Default: bootpool:
> boot: # less /usr/src/UPDATING
ZFS notes
---------
When upgrading the boot ZFS pool to a new version (via zpool upgrade),
always follow these three steps:
1) recompile and reinstall the ZFS boot loader and boot block
(this is part of "make buildworld" and "make installworld")
2) update the ZFS boot block on your boot drive (only required when
doing a zpool upgrade):
When booting on x86 via BIOS, use the following to update the ZFS boot
block on the freebsd-boot partition of a GPT partitioned drive ada0:
gpart bootcode -p /boot/gptzfsboot -i $N ada0
The value $N will typically be 1. For EFI booting, see EFI notes.
3) zpool upgrade the root pool. New bootblocks will work with old
pools, but not vice versa, so they need to be updated before any
zpool upgrade.
> Как вернуть систему в строй?
обновить загрузчик как расписано в 2) на обоих дисках зеркала
ps. в handbook в падлу заглянуть?