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, ...
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to