It had to be happen one day. I'm installing on a UEFI-only server, luckily it's without Secure Boot.
I've loaded from mfsbsd, installed everything but can't boot from NVMe.
Here's my gpart
(attempts to make something working from different sources)
What's clearly wrong is
and everything I can invent with efibootmgr fails with "permission denied". Googling did not yield much help.
I've loaded from mfsbsd, installed everything but can't boot from NVMe.
Here's my gpart
Code:
root@mfsbsd:~ # gpart show
=> 40 3750748768 nda0 GPT (1.7T)
40 532480 1 efi (260M)
532520 216 - free - (108K)
532736 3750215936 2 freebsd-zfs (1.7T)
3750748672 136 - free - (68K)
=> 40 3750748768 nda1 GPT (1.7T)
40 216 - free - (108K)
256 2048 1 efi (1.0M)
2304 530432 - free - (259M)
532736 3750215936 2 freebsd-zfs (1.7T)
3750748672 136 - free - (68K)
=> 40 3750748768 diskid/DISK-S64GNNFX503242 GPT (1.7T)
40 216 - free - (108K)
256 2048 1 efi (1.0M)
2304 530432 - free - (259M)
532736 3750215936 2 freebsd-zfs (1.7T)
3750748672 136 - free - (68K)
(attempts to make something working from different sources)
What's clearly wrong is
Code:
root@mfsbsd:~ # efibootmgr
BootCurrent: 0000
root@mfsbsd:~ # efibootmgr -c -a -L freebsd1 -l gpt/efi1:/efi/boot/bootx64.efi
efibootmgr: efi_set_variable: Permission denied
and everything I can invent with efibootmgr fails with "permission denied". Googling did not yield much help.