Changes between 9.1 and 9.2 affecting boot/loader/gpt discs
Andrey V. Elsukov
ae at FreeBSD.org
Fri Mar 21 06:04:19 UTC 2014
On 20.03.2014 23:13, Paul Thornton wrote:
> This seems OK to me. I've diffed block 0 of the 9.1 install with the
> 9.2 install and the only difference was the extra partition (as the 9.2
> machine hadn't completed its installation process and removed it).
>> 000001b0 6d 00 00 00 00 62 7a 99 b6 12 00 00 00 00 00 fe
>> |m....bz.........|
>> 000001c0 ff ff ee fe ff ff 01 00 00 00 00 40 06 00 80 fe
>> |........... at ....|
>> 000001d0 ff ff a5 fe ff ff 28 40 06 00 60 1f 19 3a 00 fe
>> |......(@..`..:..|
>> 000001e0 ff ff a5 fe ff ff 50 60 1f 3a b0 ff 18 00 00 00
>> |......P`.:......|
>> 000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa
>> |..............U.|
>> 00000200
Hello,
Your first sector contains several partitions and this is why the loader
ignores partition table. From one side MBR has the PMBR partition, that
needed for GPT, but PMBR isn't correct in your case.
Actually your configuration is similar to what called Bootcamp, but it
isn't correct bootcamp :)
I modified the code to be less strict for you case. Can you try this loader?
http://people.freebsd.org/~ae/loader
--
WBR, Andrey V. Elsukov
More information about the freebsd-hackers
mailing list