From nobody Mon Jul 22 21:44:57 2024 X-Original-To: freebsd-stable@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 4WSYjV36v2z5QFkj for ; Mon, 22 Jul 2024 21:45:18 +0000 (UTC) (envelope-from stable@lordcow.org) Received: from mail.lordcow.org (lordcow.org [IPv6:2c0f:fb18:402:5::2]) (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 4WSYjT3mD7z4hDP; Mon, 22 Jul 2024 21:45:17 +0000 (UTC) (envelope-from stable@lordcow.org) Authentication-Results: mx1.freebsd.org; none Received: from lordcow.org (localhost [127.0.0.1]) by mail.lordcow.org (8.17.2/8.17.2) with ESMTP id 46MLj2HZ002768; Mon, 22 Jul 2024 23:45:02 +0200 (SAST) (envelope-from lordcow@lordcow.org) X-Authentication-Warning: lordcow.org: Host localhost [127.0.0.1] claimed to be lordcow.org Received: (from lordcow@localhost) by lordcow.org (8.17.2/8.17.2/Submit) id 46MLiv6X002526; Mon, 22 Jul 2024 23:44:57 +0200 (SAST) (envelope-from lordcow) Date: Mon, 22 Jul 2024 23:44:57 +0200 From: Gareth de Vaux To: freebsd-stable@freebsd.org Cc: Dag-Erling Sm??rgrav Subject: Re: Upgrade from 12.4-STABLE to 13.3-STABLE fails Message-ID: References: <86r0bl2p6g.fsf@ltc.des.dev> List-Id: Production branch of FreeBSD source code List-Archive: https://lists.freebsd.org/archives/freebsd-stable List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: freebsd-stable@freebsd.org Sender: owner-freebsd-stable@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <86r0bl2p6g.fsf@ltc.des.dev> X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham autolearn_force=no version=4.0.0 X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on lordcow.org X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:37199, ipnet:2c0f:fb18::/32, country:ZA] X-Rspamd-Queue-Id: 4WSYjT3mD7z4hDP On Mon 2024-07-22 (21:37), Dag-Erling Sm??rgrav wrote: > > The main problem is then trying to boot kernel.test. At the loader > > prompt either: > > Instead of breaking to the loader prompt, hit 'k' until the kernel line > shows kernel.test instead of whatever the default is, then 's' to boot > to single-user mode. Ah thanks