I already updated the bootloader and it's in this thread too at #13 - I meant whether I should have changed from legacy BIOS to EUFI within the appliance BIOS... np, forget about my question.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menu/boot/loader.conf.local and add those two lines? cpu_microcode_load="YES"
cpu_microcode_name="/boot/firmware/intel-ucode.bin"Quote from: Patrick M. Hausen on July 23, 2026, 09:59:08 PMQuote from: hushcoden on July 23, 2026, 09:20:06 PMAs for point (3), is there any sort of step-by-step, fool-proof guide?....
Sorry I don't have better news. Go ahead and try the script, report any errors you encounter. If e.g. your second EFI partition is really not formatted properly, you can update the first and then just "dd" over the whole partition to the second drive.
If you are familiar with what a partition table is, what "dd" is etc. none of this is a big deal. If you are not go step by step and we will try our best to guide you along.
Kind regards,
Patrick
loaders-update v1.4.1
One or more efi partition(s) have been found.
Examining ada1p1...
mount -t msdosfs /dev/ada1p1 /mnt
EFI loader /mnt/efi/freebsd/loader.efi is up-to-date.
EFI loader /mnt/efi/boot/bootx64.efi is up-to-date.
umount /mnt
Examining ada0p1...
Efi partition ada0p1 is already mounted in /boot/efi.
EFI loader /boot/efi/efi/freebsd/loader.efi is up-to-date.
EFI loader /boot/efi/efi/boot/bootx64.efi is up-to-date.
One or more freebsd-boot partition(s) have been found.
The root file system is zfs.
Examining ada1...
The pmbr on this disk is up-to-date.
The freebsd-boot partition ada1p2 is up-to-date.
Examining ada0...
The pmbr on this disk is up-to-date.
The freebsd-boot partition ada0p2 is up-to-date.
-------------------------------
Your current boot method is BIOS.
One or more target partition(s) have been found...
All loaders are up-to-date.
-------------------------------
/sbin/zpool status pool: zroot
state: ONLINE
status: Some supported and requested features are not enabled on the pool.
The pool can still be used, but some features are unavailable.
action: Enable all features using 'zpool upgrade'. Once this is done,
the pool may no longer be accessible by software that does not support
the features. See zpool-features(7) for details.
scan: resilvered 529M in 00:00:02 with 0 errors on Mon Feb 26 19:03:35 2024
config:
NAME STATE READ WRITE CKSUM
zroot ONLINE 0 0 0
mirror-0 ONLINE 0 0 0
ada1p4 ONLINE 0 0 0
ada0p4 ONLINE 0 0 0
errors: No known data errors
Do I need to worry for those features not available at all?Quote from: Nullman on July 25, 2026, 05:37:58 PMQuote from: hushcoden on July 25, 2026, 11:40:18 AMDecided today to migrate the rules, but if I click on Rules [new] that's already populated with floating rules and interface rules: does it mean OPNsense migrated the rules already?
No. Thats just a preview with links to legacy rules. Just follow instructions in migration assistant and keep in mind that transition is not done until you delete your legacy rules. Once the migration assistant is gone from the menu, that means that transition is fully completed. Dont forget to migrate your NAT rules too.
loaders-update v1.3.2
Usage: loaders-update mode [-befgqry] [-m efi_mount_dir] [-s loaders_source_dir]
mode can be one of:
show-me: just show the commands to type, change nothing.
shoot-me: may update the loader(s), but ask for confirmation before each one.
Options:
-b: scan only BIOS loaders (excludes EFI loaders).
-e: scan only EFI loaders (excludes BIOS loaders).
-f: won't check the freebsd-boot content for BIOS loaders update.
-g: force to use 'gpart show' for disk detection.
-q: quiet mode. No output to the console.
-r: won't check the root file system for BIOS loaders update.
-y: answer yes for shoot-me mode. Use with caution!
Return codes:
0: no error.
1: an error occured.
2: at least one loader isn't up-to-date.
3: = 1 + 2.
./loaders-update show-me
loaders-update v1.3.2
One or more efi partition(s) have been found.
Examining ada1p1...
mount -t msdosfs /dev/ada1p1 /mnt
Would run: cp /boot/loader.efi /mnt/efi/freebsd/loader.efi
Would run: cp /boot/loader.efi /mnt/efi/boot/bootx64.efi
umount /mnt
Examining ada0p1...
Efi partition ada0p1 is already mounted in /boot/efi.
Would run: cp /boot/loader.efi /boot/efi/efi/freebsd/loader.efi
Would run: cp /boot/loader.efi /boot/efi/efi/boot/bootx64.efi
One or more freebsd-boot partition(s) have been found.
The root file system is zfs.
Examining ada1...
Would run: gpart bootcode -b /boot/pmbr -p /boot/gptzfsboot -i 2 ada1
Examining ada0...
Would run: gpart bootcode -b /boot/pmbr -p /boot/gptzfsboot -i 2 ada0
-------------------------------
Your current boot method is BIOS.
Updatable EFI loader: 4
Updatable BIOS loader: 2
-------------------------------
Quote from: meyergru on July 19, 2026, 07:11:48 PMYes, it is a strange thing that opening CSV files without the specific CSV dialogue in Excel shows each row as being one text column only. To fix this, you need to import the file properly. In the English version of Excel, use the following menu path: Data > From Text/CSV (located in the Get & Transform Data group)Yep, it worked, thanks.