From nobody Sun Aug 17 13:42:39 2025 X-Original-To: current@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4c4cWc3SlLz64nHh for ; Sun, 17 Aug 2025 13:43:56 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from kib.kiev.ua (kib.kiev.ua [IPv6:2001:470:d5e7:1::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4c4cWc02yqz3f2s for ; Sun, 17 Aug 2025 13:43:55 +0000 (UTC) (envelope-from kostikbel@gmail.com) Authentication-Results: mx1.freebsd.org; none Received: from tom.home (kib@localhost [127.0.0.1] (may be forged)) by kib.kiev.ua (8.18.1/8.18.1) with ESMTP id 57HDgdl3013298; Sun, 17 Aug 2025 16:42:42 +0300 (EEST) (envelope-from kostikbel@gmail.com) DKIM-Filter: OpenDKIM Filter v2.10.3 kib.kiev.ua 57HDgdl3013298 Received: (from kostik@localhost) by tom.home (8.18.1/8.18.1/Submit) id 57HDgdqu013297; Sun, 17 Aug 2025 16:42:39 +0300 (EEST) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: tom.home: kostik set sender to kostikbel@gmail.com using -f Date: Sun, 17 Aug 2025 16:42:39 +0300 From: Konstantin Belousov To: David Wolfskill , current@freebsd.org Subject: Re: Loading kernel seems to fail at main-n279667-7ce07c41423d Message-ID: References: List-Id: Discussions about the use of FreeBSD-current List-Archive: https://lists.freebsd.org/archives/freebsd-current List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-current@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED,BAYES_00, DKIM_ADSP_CUSTOM_MED,FORGED_GMAIL_RCVD,FREEMAIL_FROM, NML_ADSP_CUSTOM_MED autolearn=no autolearn_force=no version=4.0.1 X-Spam-Checker-Version: SpamAssassin 4.0.1 (2024-03-26) on tom.home X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:6939, ipnet:2001:470::/32, country:US] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Rspamd-Queue-Id: 4c4cWc02yqz3f2s On Sun, Aug 17, 2025 at 06:14:33AM -0700, David Wolfskill wrote: > On Sun, Aug 17, 2025 at 06:07:45AM -0700, David Wolfskill wrote: > > ... > > After updating sources to main-n279667-7ce07c41423d this morning, > > "buildworld" &c. was also uneventful, but the following reboot did not > > actually complete: it brought up the loader menu as normal, but seems > > (because it's a bit hard to tell what's going on when the screen is > > blank) to fail to load and transfer control from the loader to the > > kernel. Eventually, it appears to time out & (attempt a) reboot again; > > absent human intervention, I expect the cycle would repeat indefinitely. > > .... > > On the second laptop, I tried escaping to the loader prompt. I then: > * Verified that nothing was loaded initially > * Successully loaded /boot/kernel/kernel > * Verified that "lsmod" showed that something was now loaded > * Issued "boot" > > The machine immediately rebooted. > > Booting kernel.old succeeds. Should be fixed by e1a358aa72af, sorry. I only tested on la57 machine.