Reading the upgrading docs about upgrade loader bios, and I'm not sure what the following means:
...bootstrap upgrades are optional unless a ZFS root pool is upgraded...
How to tell if the ZFS root pool is upgraded or not?!
I have ZFS but haven't touched anything as far as I know.
This is what I have:
Thanks,
...bootstrap upgrades are optional unless a ZFS root pool is upgraded...
How to tell if the ZFS root pool is upgraded or not?!
I have ZFS but haven't touched anything as far as I know.
This is what I have:
Code:
# pkg which /usr/bin/uname
/usr/bin/uname was installed by package FreeBSD-runtime-15.0p10
# sysctl machdep.bootmethod
machdep.bootmethod: BIOS
# gpart show
=> 40 146800560 da0 GPT (70G)
40 1024 1 freebsd-boot (512K)
1064 984 - free - (492K)
2048 16777216 2 freebsd-swap (8.0G)
16779264 130019328 3 freebsd-zfs (62G)
146798592 2008 - free - (1.0M)
Thanks,