On Mon, 24 Jun 2013, Polytropon wrote:
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.
That is GPT bootcode, but he was switching to MBR. That is documented
in the second half of the link.
_______________________________________________
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"