Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Jun 2013 01:12:12 +0200
From:      Polytropon <freebsd@edvax.de>
To:        Doug Hardie <bc979@lafn.org>
Cc:        "freebsd-questions@freebsd.org List" <freebsd-questions@freebsd.org>
Subject:   Re: Boot Loader Issue
Message-ID:  <20130624011212.2481df7e.freebsd@edvax.de>
In-Reply-To: <DF35C473-CC17-4A32-9F28-B50F62F6C03A@lafn.org>
References:  <DF35C473-CC17-4A32-9F28-B50F62F6C03A@lafn.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 23 Jun 2013 15:47:53 -0700, Doug Hardie wrote:
> I need to alter mountroot so it tries the right partition/slice. 
> How do I do that?  I couldn't find anything in the handbook on that.

You need to install the GPT boot code, e. g.

	# gpart add -t freebsd-boot -l gpboot -b 40 -s 512K ad0
	# gpart bootcode -b /boot/pmbr -p /boot/gptboot -i 1 ad0

See http://www.wonkity.com/~wblock/docs/html/disksetup.html for
details.

-- 
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130624011212.2481df7e.freebsd>