From owner-freebsd-embedded@FreeBSD.ORG Mon Nov 28 09:10:04 2011 Return-Path: Delivered-To: embedded@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8F310106566B for ; Mon, 28 Nov 2011 09:10:04 +0000 (UTC) (envelope-from ask@develooper.com) Received: from mbox1.develooper.com (mbox1.develooper.com [207.171.7.178]) by mx1.freebsd.org (Postfix) with ESMTP id 537918FC13 for ; Mon, 28 Nov 2011 09:10:04 +0000 (UTC) Received: (qmail 20620 invoked from network); 28 Nov 2011 08:43:23 -0000 Received: from cpe-76-172-28-38.socal.res.rr.com (HELO embla.bn.dev) (ask@mail.dev@76.172.28.38) by smtp.develooper.com with ESMTPA; 28 Nov 2011 08:43:23 -0000 Mime-Version: 1.0 (Apple Message framework v1251.1) Content-Type: text/plain; charset=windows-1252 From: =?iso-8859-1?Q?Ask_Bj=F8rn_Hansen?= In-Reply-To: <4E4B6E39.6030008@uffe.org> Date: Mon, 28 Nov 2011 00:43:23 -0800 Content-Transfer-Encoding: quoted-printable Message-Id: References: <4874688C-7D3D-428D-B654-C500A4F61DA2@develooper.com> <4E4B6E39.6030008@uffe.org> To: Uffe Jakobsen X-Mailer: Apple Mail (2.1251.1) Cc: embedded@freebsd.org Subject: Re: "gpart set -a active" not changing boot loader X-BeenThere: freebsd-embedded@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Nov 2011 09:10:04 -0000 On Aug 17, 2011, at 0:31, Uffe Jakobsen wrote: >> However, when booting I get: >>=20 >> 1 FreeBSD >> 2 FreeBSD >>=20 >> Default: 1 >>=20 >> =85 and `gpart show` now shows the first partition as the active one. >>=20 >> Is my boot loader too old or some such? This is a NanoBSD system = that might have been upgraded since some 6.x version. >>=20 >=20 > boot0 setting and the active partition mark in the partition table is = having the usual disagreements... I've never come around to get the = completely picture of the problem - but see the problem it quite often. I was fussing with a bit again now. It seems that at least with boot0 = v2.0 (as per boot0cfg -v) it does boot on the active (as per gpart) = partition, but the output it shows when booting says the default is = whatever number boot0cfg -v displays. Ask=