Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 May 2023 23:01:47 +0000
From:      bugzilla-noreply@freebsd.org
To:        doc@FreeBSD.org
Subject:   [Bug 271403] System unusable at first boot after install of 13.2-RELEASE amd64
Message-ID:  <bug-271403-9-Tb72M85RbA@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-271403-9@https.bugs.freebsd.org/bugzilla/>
References:  <bug-271403-9@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=3D271403

Dennis Clarke <dclarke@blastwave.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Open                        |Closed
         Resolution|---                         |Not A Bug

--- Comment #5 from Dennis Clarke <dclarke@blastwave.org> ---
Well, not a bug. Seems the user ( me ) did not set zfs_enable=3D"YES"
and therefore, well gee, it isn't enabled.  What a sad state of
affairs to waste peoples time. I will try the re-install again and
this time I need to find a shell prompt somewhere to set that
variable.=20

The trick seems to be to get a shell after the initial bsdinstall
does the goodness.

                    =E2=94=8C=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=
=E2=94=80=E2=94=80Manual Configuration=E2=94=80=E2=94=80=E2=94=80=E2=94=80=
=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=90
                    =E2=94=82 The installation is now finished.   =E2=94=82
                    =E2=94=82 Before exiting the installer, would =E2=94=82
                    =E2=94=82 you like to open a shell in the new =E2=94=82
                    =E2=94=82 system to make any final manual     =E2=94=82
                    =E2=94=82 modifications?                      =E2=94=82
                    =E2=94=9C=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=
=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=
=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=
=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=
=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=A4
                    =E2=94=82         < Yes >     < No  >         =E2=94=82
                    =E2=94=94=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=
=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=
=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=
=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=
=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=80=E2=94=98


well Yes we need to make an adjustment of course.

May as well change /etc/rc.conf and /boot/loader.conf :=20

#=20
# cat /etc/rc.conf
clear_tmp_enable=3D"YES"
syslogd_flags=3D"-ss"
hostname=3D"pluto"
ifconfig_em0=3D"inet 172.16.35.42 netmask 255.255.255.192"
defaultrouter=3D"172.16.35.1"
ifconfig_ix0=3D"inet 10.0.0.1 netmask 255.255.255.0 mtu 9000"
sshd_enable=3D"YES"
ntpdate_enable=3D"YES"
ntpd_enable=3D"YES"
powerd_enable=3D"YES"
# Set dumpdev to "AUTO" to enable crash dumps, "NO" to disable
dumpdev=3D"AUTO"
zfs_enable=3D"YES"
rpcbind_enable=3D"YES"
nfs_server_enable=3D"YES"
mountd_enable=3D"YES"
#=20

# cat /boot/loader.conf
kern.vt.splash_cpu=3D1
geom_mirror_load=3D"YES"
security.bsd.allow_destructive_dtrace=3D0
kern.geom.label.disk_ident.enable=3D"0"
kern.geom.label.gptid.enable=3D"0"
cryptodev_load=3D"YES"
zfs_load=3D"YES"
verbose_loading=3D"YES"
#=20

That solves that problem. Never was a bug unless we count the user PEBKAC.

Dennis Clarke

--=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-271403-9-Tb72M85RbA>