@cdf I'm re-installing Windows, in your instructions you say VMM to be off, but that will force me to also set Cpuid1Data to same
I need to remove these values from configuration? I the past I always let VMM on.
From your guide:
Once I have everything identical to your install specs, I will be able to see if all Windows issues are gone. I never noticed the VMM flag needs to off, for example.
AAAAAAAAAAAAAAAAAAAAAA==
value? Note the 80 byte on Cpuid1Data:
Code:
'Kernel': {
'Emulate': {
'Cpuid1Data': build.unhexlify('00 00 00 00 00 00 00 00 00 00 00 80 00 00 00 00'),
'Cpuid1Mask': build.unhexlify('00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00')
},
- validating config.plist...
Kernel->Emulate->Cpuid1Data requires Cpuid1Mask to be active for replaced bits!
CheckKernel returns 1 error!
From your guide:
What is that setting? I think you should mention it into guide so people know, is thatThe sample configuration includes the required setting to protect the Mac Pro from potential damage caused by UEFI Windows.
ProtectSecureBoot
? Thank you. Edit: I did a PR to set this failsafe value to True instead of relying on users to make sure they set it, see #82.Once I have everything identical to your install specs, I will be able to see if all Windows issues are gone. I never noticed the VMM flag needs to off, for example.
Last edited: