[Bug 291559] Freshly installed FreeBSD UEFI "Auto (ZFS)" fails to boot when the selected pool name is "boot" and installation type is "Distribution sets"

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 10 Dec 2025 21:37:23 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=291559

--- Comment #3 from vedad@kajtaz.net ---
Finally, using another pool name (eg. "test") and renaming it to "boot" after
install works fine, so this seems to be a bsdinstall problem:

zpool import -N test boot
zpool set bootfs=boot/ROOT/default boot
zpool export boot

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