Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 May 2021 20:02:44 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 255824] Unattended install with UEFI and ZFS fails
Message-ID:  <bug-255824-227-kUliwYyex4@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-255824-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-255824-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D255824

--- Comment #1 from Mark Huizer <xaa+fbsdbug@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" =3D "=
UEFI"
-o "$ZFSBOOT_BOOT_TYPE" =3D "BOOT+UEFI" ]; then ... fi", but I'll see what =
I can
do

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-255824-227-kUliwYyex4>