1
24.7 Production Series / zfs bootcode upgrade "not enough space"
« on: November 16, 2024, 08:07:34 am »
Hi all,
After upgrading to OPNsense 24.7.8, zfs complains about not all features being enabled.
After running
However, running
Since the system boots via UEFI (I think), this may be irrelevant, but why did the installer partition the disk like this:
156K looks like deliberately setting the size to exactly what was needed at the time without any kind of reserve for future changes?
After upgrading to OPNsense 24.7.8, zfs complains about not all features being enabled.
After running
Code: [Select]
zpool upgrade zrootthe system advises to update the boot code as well.However, running
Code: [Select]
gpart bootcode -b /boot/pmbr -p /boot/gptzfsboot -i 2 nda0results in: gpart: /dev/nda0p2: not enough spaceSince the system boots via UEFI (I think), this may be irrelevant, but why did the installer partition the disk like this:
Code: [Select]
gpart show
=> 3 500118181 nda0 GPT (238G)
3 532480 1 efi (260M)
532483 311 2 freebsd-boot (156K)
532794 482344960 3 freebsd-zfs (230G)
482877754 17240430 4 freebsd-swap (8.2G)
156K looks like deliberately setting the size to exactly what was needed at the time without any kind of reserve for future changes?

