PeterHolbrook
macrumors 68000
I must have done something wrong. I've tried to install an unmodified version of the Big Sur installer on a Mac Pro 5,1 booted through OC 0.6.3 and with the syntax:
<key>SMBIOS</key>
<dict>
<key>BoardProduct</key>
<string>Mac-7BA5B2D9E42DDD94</string>
<key>FirmwareFeatures</key>
<string>A1QM4A==</string>
<key>FirmwareFeaturesMask</key>
<string>P/8f/w==</string>
</dict>
For some reason, the installer tells me my firmware (144.0.0.0.0 in reality) must be updated. Am I missing something?
EDIT: My bad. A1QM4A== and P/8f/w== should be surrounded by data tags, not string tags.
<key>SMBIOS</key>
<dict>
<key>BoardProduct</key>
<string>Mac-7BA5B2D9E42DDD94</string>
<key>FirmwareFeatures</key>
<string>A1QM4A==</string>
<key>FirmwareFeaturesMask</key>
<string>P/8f/w==</string>
</dict>
For some reason, the installer tells me my firmware (144.0.0.0.0 in reality) must be updated. Am I missing something?
EDIT: My bad. A1QM4A== and P/8f/w== should be surrounded by data tags, not string tags.
Last edited:
