zfs:解決 ZFS: unsupported feature 問題

當遇到執行 zpool upgrade -a 之後會提示

Pool 'zroot' has the bootfs property set, you might need to update
the boot code. See gptzfsboot(8) and loader.efi(8) for details.
請執行:
gpart bootcode -b /boot/pmbr -p /boot/gptzfsboot -i 1 da1(此處替換為你的硬碟代號)

否則開機後會出現

ZFS: unsupported feature: com.delphix:head_errlog ZFS: pool zroot is not supported gptzfsboot: failed to mount default pool zroot

無法掛載,請使用最新版的安裝img 啟動後使用救援模式執行:

mkair /tmp/zroot
zpool import -fR /tmp/zroot zroot

然後使用 gpart show 來尋找硬碟

最後執行:

gpart bootcode -b /boot/pmbr -p /boot/gptzfsboot -i 1 (此處替換為你的硬碟代號)

退出後重開即可救援完成

阅读剩余
THE END