Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Feb 2014 16:04:24 -0800
From:      Marcel Moolenaar <marcel@xcllnt.net>
To:        John Baldwin <jhb@freebsd.org>
Cc:        Ryan Stark <rstark@rackspace.com>, Marcel Moolenaar <marcel@freebsd.org>, dteske@freebsd.org, freebsd-amd64@freebsd.org
Subject:   Re: amd64/185623: [install] freebsd 10.0-RC5 fresh install does not boot on asus h87m-e
Message-ID:  <719632CE-D5D0-451E-A18B-0C0840FA91E5@xcllnt.net>
In-Reply-To: <201402141248.38728.jhb@freebsd.org>
References:  <201401222140.s0MLe1xm078974@freefall.freebsd.org> <201401281057.05050.jhb@freebsd.org> <52FE1FDA.7080307@freebsd.org> <201402141248.38728.jhb@freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

--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 <jhb@freebsd.org> 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--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?719632CE-D5D0-451E-A18B-0C0840FA91E5>