Hey everyone,
I've performed my regular maintenance tasks on FreeBSD, including the update of my zfs pools:
gives "efi".
If I got this correct, I need to update the boot-loader to ensure compatibility with the new zfs pool features.
I would use the follow commands to do so:
Is this the correct way to update the boot-code?
I've performed my regular maintenance tasks on FreeBSD, including the update of my zfs pools:
Code:
zpool upgrade -a
Enabled the following features on 'zroot':
redaction_list_spill
raidz_expansion
fast_dedup
longname
large_microzap
block_cloning_endian
physical_rewrite
Pool 'zroot' has the bootfs property set, you might need to update
the boot code. See gptzfsboot(8) and loader.efi(8) for details.
ls /boot/efigives "efi".
Code:
pool: zroot
state: ONLINE
config:
NAME STATE READ WRITE CKSUM
zroot ONLINE 0 0 0
nda0p4 ONLINE 0 0 0
If I got this correct, I need to update the boot-loader to ensure compatibility with the new zfs pool features.
I would use the follow commands to do so:
Code:
mount -t msdosfs /dev/gpt/efi /boot/efi
cp /boot/loader.efi /boot/efi/EFI/FreeBSD/loader.efi
cp /boot/loader.efi /boot/efi/EFI/BOOT/BOOTX64.EFI
umount /boot/efi