Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Mar 2021 12:50:39 +0000
From:      bugzilla-noreply@freebsd.org
To:        current@FreeBSD.org
Subject:   [Bug 254395] bsdinstall: fail script install after BETA3
Message-ID:  <bug-254395-2597-nqjSCoy6Lt@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-254395-2597@https.bugs.freebsd.org/bugzilla/>
References:  <bug-254395-2597@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=3D254395

Ryan Moeller <freqlabs@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |freqlabs@FreeBSD.org

--- Comment #2 from Ryan Moeller <freqlabs@FreeBSD.org> ---
This affects me as well. The install completely fails. I'm even doing EFI
installs: PARTITIONS=3D"zvol/pool/dataset/vol gpt"

I've used this same script quite a lot and it has only started to fail
recently. I noticed yesterday and started looking into it a bit before I got
pulled into something else.

The tarball that fails to be extracted is base.txz (it's the one that conta=
ins
./boot/efi). The output on the console shows this as well:

DEBUG: dialog.subr: DEBUG_SELF_INITIALIZE=3D[]
DEBUG: UNAME_S=3D[FreeBSD] UNAME_P=3D[amd64] UNAME_R=3D[14.0-CURRENT]
DEBUG: common.subr: Successfully loaded.
DEBUG: f_debug_init: ARGV=3D[mount] GETOPTS_STDARGS=3D[dD:]
DEBUG: f_debug_init: debug=3D[1] debugFile=3D[]
DEBUG: Running installation step: mount
DEBUG: dialog.subr: DEBUG_SELF_INITIALIZE=3D[]
DEBUG: UNAME_S=3D[FreeBSD] UNAME_P=3D[amd64] UNAME_R=3D[14.0-CURRENT]
DEBUG: common.subr: Successfully loaded.
DEBUG: f_debug_init: ARGV=3D[checksum] GETOPTS_STDARGS=3D[dD:]
DEBUG: f_debug_init: debug=3D[1] debugFile=3D[]
DEBUG: Running installation step: checksum
DEBUG: Extracting /storage/bhyve/14.0-CURRENT/a771bf748f9/kernel.txz
DEBUG: Extracting /storage/bhyve/14.0-CURRENT/a771bf748f9/kernel-dbg.txz
DEBUG: Extracting /storage/bhyve/14.0-CURRENT/a771bf748f9/base.txz
ERROR: bsdinstall script failed

At this point the script exits, leaving the filesystems mounted even:

/dev/zvol/storage/bhyve/14.0-CURRENT/a771bf748f9/templatep2 on /mnt (ufs,
local, journaled soft-updates)
/dev/zvol/storage/bhyve/14.0-CURRENT/a771bf748f9/templatep1 on /mnt/boot/efi
(msdosfs, local)
devfs on /mnt/dev (devfs)

# cat /tmp/bsdinstall-tmp-fstab
/dev/zvol/storage/bhyve/14.0-CURRENT/a771bf748f9/templatep1     /mnt/boot/e=
fi=20=20
msdosfs rw      2       2
/dev/zvol/storage/bhyve/14.0-CURRENT/a771bf748f9/templatep2     /mnt    ufs=
=20=20=20=20
rw      1       1
# cat /tmp/bsdinstall_etc/fstab
# Device        Mountpoint      FStype  Options Dump    Pass#
/dev/zvol/storage/bhyve/14.0-CURRENT/a771bf748f9/templatep1     /boot/efi=
=20=20=20=20=20=20
        msdosfs rw      2       2
/dev/zvol/storage/bhyve/14.0-CURRENT/a771bf748f9/templatep2     /=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20
ufs     rw      1       1
/dev/zvol/storage/bhyve/14.0-CURRENT/a771bf748f9/templatep3     none=20=20=
=20=20=20=20=20=20=20=20=20
swap    sw      0       0

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-254395-2597-nqjSCoy6Lt>