, 4 May 2026 13:37:39 -0700 Cc: stable@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: References: <6ED7807C-D6F0-41F3-A287-419BCB38D696@lafn.org> <936fa241-f411-4782-8e85-5d510f19585f@quip.cz> To: Miroslav Lachman <000.fbsd@quip.cz> X-Mailer: Apple Mail (2.3864.500.181) X-Spamd-Result: default: False [0.31 / 15.00]; NEURAL_HAM_MEDIUM(-0.96)[-0.964]; NEURAL_SPAM_LONG(0.86)[0.862]; NEURAL_SPAM_SHORT(0.51)[0.510]; R_SPF_ALLOW(-0.20)[+mx:c]; ONCE_RECEIVED(0.20)[]; MIME_GOOD(-0.10)[text/plain]; ARC_NA(0.00)[]; ASN(0.00)[asn:5650, ipnet:47.181.128.0/18, country:US]; RCVD_COUNT_ONE(0.00)[1]; DMARC_NA(0.00)[lafn.org: no valid DMARC record]; MIME_TRACE(0.00)[0:+]; RCVD_TLS_ALL(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; TO_DN_SOME(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; FROM_HAS_DN(0.00)[]; APPLE_MAILER_COMMON(0.00)[]; TO_MATCH_ENVRCPT_SOME(0.00)[]; R_DKIM_NA(0.00)[]; MLMMJ_DEST(0.00)[stable@freebsd.org]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[] X-Spamd-Bar: / X-Rspamd-Queue-Id: 4g8YPC0jM9z3cjN > On May 2, 2026, at 01:40, Miroslav Lachman <000.fbsd@quip.cz> wrote: >=20 > On 02/05/2026 08:42, Doug Hardie wrote: >> I have one server (Raspberry Pi 4) which during boot shows all the = hardware configuration, but then stops until the Login prompt appears. = The other servers show the startup of each service and various other = outputs. There is a 10 minute gap on the one server and I would like to = see where it is during that process for that time. I have tried to find = differences between the server configurations and haven't found the one = that controls the startup output. What controls that? Thanks, >=20 > I=E2=80=99ve never had any experience with Raspberry Pi or similar = hardware, but I recall encountering something similar in the past. Check = the /boot/loader.conf file and settings like console (vidconsole, = comconsole). Or perhaps the output is being taken over by the BIOS or = firmware due to some redirection within the KVM remote management = framework. >=20 > Or check rc_startmsgs=3D"YES" in /etc/rc.conf and = /etc/defaults/rc.conf /boot/loader.conf has only: boot_multicons=3D"YES" boot_serial=3D"YES" I seem to recall that before 15 that the startup output was visible. =20 There is no KVM involved. Everything is local I do get the message "boot loader is too old" I am not sure how to = update that. By setting rc_info in /etc/rc.conf and enabling /var/log/console.log, I = do see the startup messages in the log file, but not on the console. -- Doug