From owner-freebsd-amd64@FreeBSD.ORG Sat Feb 15 00:04:40 2014 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C5DEC81E; Sat, 15 Feb 2014 00:04:40 +0000 (UTC) Received: from mail.xcllnt.net (mail.xcllnt.net [50.0.150.214]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8F9AA153D; Sat, 15 Feb 2014 00:04:40 +0000 (UTC) Received: from [172.29.0.16] ([66.129.239.12]) (authenticated bits=0) by mail.xcllnt.net (8.14.7/8.14.7) with ESMTP id s1F04T15021582 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Fri, 14 Feb 2014 16:04:31 -0800 (PST) (envelope-from marcel@xcllnt.net) Content-Type: multipart/signed; boundary="Apple-Mail=_C535D4B5-8247-469E-802F-0FD20998B54F"; protocol="application/pgp-signature"; micalg=pgp-sha1 Mime-Version: 1.0 (Mac OS X Mail 7.1 \(1827\)) Subject: Re: amd64/185623: [install] freebsd 10.0-RC5 fresh install does not boot on asus h87m-e From: Marcel Moolenaar In-Reply-To: <201402141248.38728.jhb@freebsd.org> Date: Fri, 14 Feb 2014 16:04:24 -0800 Message-Id: <719632CE-D5D0-451E-A18B-0C0840FA91E5@xcllnt.net> References: <201401222140.s0MLe1xm078974@freefall.freebsd.org> <201401281057.05050.jhb@freebsd.org> <52FE1FDA.7080307@freebsd.org> <201402141248.38728.jhb@freebsd.org> To: John Baldwin X-Mailer: Apple Mail (2.1827) Cc: Ryan Stark , Marcel Moolenaar , dteske@freebsd.org, freebsd-amd64@freebsd.org X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Feb 2014 00:04:40 -0000 --Apple-Mail=_C535D4B5-8247-469E-802F-0FD20998B54F Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=iso-8859-1 On Feb 14, 2014, at 9:48 AM, John Baldwin wrote: >> Interesting, I wasn't aware of this change. So this is an attribute = of=20 >> the entire geom? It's an easy enough change to make, but I want to be=20= >> sure I'm doing the right thing. >=20 > Yes, it's a setting applied to the GPT I believe, though I'm not = actually sure > if gpart allows setting this flag directly currently. It may be that = we need > that added to gpart so that there is a non-hacky way to set this flag = in the > PMBR. It can be set using gpart: gpart create -s gpt ${dev} gpart bootcode -b /boot/pmbr -B /boot/gptboot ${dev} gpart set -a active {dev} ...etc... In other words, the set and unset commands can now also be applied to the scheme at large and not only to patitions. FYI, --=20 Marcel Moolenaar marcel@xcllnt.net --Apple-Mail=_C535D4B5-8247-469E-802F-0FD20998B54F Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Comment: GPGTools - http://gpgtools.org iEYEARECAAYFAlL+rwgACgkQpgWlLWHuifbp7gCfRXZ9gSmr1fp0bBdsJpWUjac3 gOQAnj+cGLrQGkrCSBjGOZpqcjrUe0gi =Atk1 -----END PGP SIGNATURE----- --Apple-Mail=_C535D4B5-8247-469E-802F-0FD20998B54F--