How to add an Opnsense boot entry to the UEFI?

Started by ranixon, June 13, 2024, 06:57:07 PM

Previous topic - Next topic
June 13, 2024, 06:57:07 PM Last Edit: June 25, 2024, 11:11:22 PM by ranixon
SOLVED: you can add it with this command from a linux live iso (like Arch) or anything that comes with efibootmanager. More options in the Gentoo Wiki.

efibootmgr -c -L "OPNsense" -l '\EFI\FreeBSD\loader.efi'

Hi, I have installed OPNsense in a PC with a Gigabyte B75N motherboard in UEFI mode. After installing OPNsense I noted that it didn't add a boot entry in the UEFI, the UEFI boots it from the HDD, this forces me to put the UEFI password every time that  the PC boot. Is there a way to add OPNsense to the UEFI's boot list so I don't have to put the password every time?

Thank you