[Bug 290981] Install does not add itself to UEFI menu on WD SN850X NVMe drive. Worked in 14.3

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 12 Nov 2025 18:43:33 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=290981

--- Comment #2 from Peter Kay <syllopsium@syllopsium.com> ---
Workaround :

exit loader to loader prompt

load /boot/kernel/kernel
load /boot/kernel/zfs.ko
set currdev="zfs:zroot/ROOT/default:"
boot

to boot from new installation via install media, then.

efibootmgr -a -c -l /boot/efi/EFI/freebsd/loader.efi -L FreeBSD-15

from install.

It then works fine.

-- 
You are receiving this mail because:
You are the assignee for the bug.