From nobody Thu Sep 7 05:34:40 2023 X-Original-To: questions@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 4Rh7Gx0h7Nz4s7Sv for ; Thu, 7 Sep 2023 05:34:49 +0000 (UTC) (envelope-from ralf-mardorf@riseup.net) Received: from mx0.riseup.net (mx0.riseup.net [198.252.153.6]) (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-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mx0.riseup.net", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Rh7Gv55qqz3Vw2 for ; Thu, 7 Sep 2023 05:34:47 +0000 (UTC) (envelope-from ralf-mardorf@riseup.net) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=riseup.net header.s=squak header.b="Ra6m7a//"; spf=pass (mx1.freebsd.org: domain of ralf-mardorf@riseup.net designates 198.252.153.6 as permitted sender) smtp.mailfrom=ralf-mardorf@riseup.net; dmarc=pass (policy=none) header.from=riseup.net Received: from fews02-sea.riseup.net (fews02-sea-pn.riseup.net [10.0.1.112]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mx0.riseup.net (Postfix) with ESMTPS id 4Rh7Gt0TH6z9s1s for ; Thu, 7 Sep 2023 05:34:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1694064886; bh=eYED+zuGVL41TYxHOGsrVRnpFGF06sCMiqFfXKNz3Go=; h=Subject:From:To:Date:In-Reply-To:References:From; b=Ra6m7a//mz5PNznMbIp5fQIFlbYCQ2R/tIPjQt86CozVQlsybks1cSPy2xjjGZFyN j/9jes+tvqP00fr+99GY2GwtBNWiX8z0eOaWSbomGBZ6vGk16aoAhifLv0HH4dxg4U 3Z3xK85LfNHF+fEF2Kw1OGnPeLsClBy311FfATgc= X-Riseup-User-ID: DEA268EEDD96A552BCCA303ABA5143A678673FD7A2E24A089AA9980ED29C7407 Received: from [127.0.0.1] (localhost [127.0.0.1]) by fews02-sea.riseup.net (Postfix) with ESMTPSA id 4Rh7Gs2ljtzFpcD for ; Thu, 7 Sep 2023 05:34:45 +0000 (UTC) Message-ID: Subject: Re: 13.2 on i386? From: Ralf Mardorf To: questions@freebsd.org Date: Thu, 07 Sep 2023 07:34:40 +0200 In-Reply-To: <2d6b8f59-54e6-4919-ac0e-ad96de871c8d@tundraware.com> References: <2d6b8f59-54e6-4919-ac0e-ad96de871c8d@tundraware.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable List-Id: User questions List-Archive: https://lists.freebsd.org/archives/freebsd-questions List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org MIME-Version: 1.0 X-Spamd-Bar: --- X-Spamd-Result: default: False [-3.10 / 15.00]; NEURAL_HAM_LONG(-1.00)[-1.000]; SUBJECT_ENDS_QUESTION(1.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-1.000]; DMARC_POLICY_ALLOW(-0.50)[riseup.net,none]; R_DKIM_ALLOW(-0.20)[riseup.net:s=squak]; R_SPF_ALLOW(-0.20)[+a:mx0.riseup.net]; MIME_GOOD(-0.10)[text/plain]; RCVD_IN_DNSWL_LOW(-0.10)[198.252.153.6:from]; PREVIOUSLY_DELIVERED(0.00)[questions@freebsd.org]; ARC_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; MLMMJ_DEST(0.00)[questions@freebsd.org]; MIME_TRACE(0.00)[0:+]; RCVD_COUNT_TWO(0.00)[2]; ASN(0.00)[asn:16652, ipnet:198.252.153.0/24, country:US]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; DKIM_TRACE(0.00)[riseup.net:+]; TO_DN_NONE(0.00)[]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; DWL_DNSWL_NONE(0.00)[riseup.net:dkim]; RCVD_TLS_ALL(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[] X-Rspamd-Queue-Id: 4Rh7Gv55qqz3Vw2 On Wed, 2023-09-06 at 20:49 -0500, Tim Daneliuk wrote: > After a reboot, uname still reports that I am running 13.1. Hi, maybe you missed that autoboot did not use the expected path? /boot/GENERIC/kernel=20 /boot/kernel.old/kernel /boot/kernel.customized/kernel etc. https://docs.freebsd.org/en/books/handbook/boot/ Regards, Ralf