After a power failure, my system booted with the following message:
\
Some googling on the
I followed the instructions and executed the
How can I recover to a bootable system?
More details: here is some of the output from
Some googling on the
unsupported feature: com.delphix:head_errlog message led me to this helpful post: https://unixdigest.com/tutorials/upgrading-to-freebsd-14-how-to-fix-a-broken-bios-bootcode.htmlI followed the instructions and executed the
gpart bootcode -b /boot/pmbr -p /boot/gptzfsboot -i 1 {mydrive} for my system, but I accidentally chose -i 1 which is my efi partition instead of my freebsd-boot partition. Now when I boot I don't get the above message but instead the machine boots straight to the BIOS, which doesn't list any drives to boot from.How can I recover to a bootable system?
More details: here is some of the output from
gpart show. nda0 and nda1 are my OS disks, configured in a ZFS mirror.