Open bronzeblood opened 2 years ago
I was also getting this error:
OC: grabbed zero system-id for SB, this is not allowed
And instead of your suggestion was able to go around it by generating a random ApECID
using:
> python3 -c 'import secrets; print(secrets.randbits(64))'
3000XXXXXXXXXX...
Then edited the file \EFI\OC\config.plist
to add the ID:
<key>ApECID</key>
<integer>3000XXXXXXXXXX</integer>
And it booted all right.
Note: Not sure if SystemUUID
shouldn't be set as well.
I had to change a setting in config.plist
from
to
To get opencore to load, after that all went smoothly