[Bug 255824] Unattended install with UEFI and ZFS fails
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed May 12 20:02:44 UTC 2021
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255824
--- Comment #1 from Mark Huizer <xaa+fbsdbug at dohd.org> ---
What I did to get it working is edit /usr/libexec/bsdinstall/script on my
install medium (coming from NFS, so very convenient):
near line 113 :
if [ "$ZFSBOOT_DISKS"] ; then
bsdinstall zfsboot
bsdinstall mount
....
near 169:
bsdinstall entropy
if [ "$ZFSBOOT_DISKS"]; then
bsdinstall umount
zpool export $ZFSBOOT_POOL_NAME
...
This is not a real patch. I have to recreate my install environment from the
ISO, and it should contain something like " if [ "$ZFSBOOT_BOOT_TYPE" = "UEFI"
-o "$ZFSBOOT_BOOT_TYPE" = "BOOT+UEFI" ]; then ... fi", but I'll see what I can
do
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list