AMD-OSX / bugtracker

AMD OS X Bugtracker
13 stars 2 forks source link

Kernel Panic: AppleIntelMCE: Controller: This platform does not support CMCI #61

Closed wtongze closed 4 years ago

wtongze commented 5 years ago

Hi there, I am keep getting this “Kernel Panic: AppleIntelMCE: Controller: This platform does not support CMCI” issue when I try to install MacOS 10.15 Catalina on my AMD build after I updated to the latest version of config.plist and patch.plist. Is there any solutions to this issue?

BB3A1722-6300-40F3-AAA6-DA27F3927B6F.jpeg

FYI: CPU: AMD Ryzen 2600 Motherboard: Gigabyte Aorus M B450

No issue on installing MacOS 10.14.6 Mojave though.

Thanks

hsombini commented 5 years ago

Quote from XLNC commit, this kext solved the problem for me

If using SMBIOS ( MacPro6,1 , MacPro7,1 , iMacPro1,1 ) the AppleIntelMCEReporter.kext might panic so to prevent that you need to either use a different SMBIOS model or use a disabler kext from here : https://github.com/acidanthera/bugtracker/files/3703498/AppleMCEReporterDisabler.kext.zip

wtongze commented 5 years ago

Quote from XLNC commit, this kext solved the problem for me

If using SMBIOS ( MacPro6,1 , MacPro7,1 , iMacPro1,1 ) the AppleIntelMCEReporter.kext might panic so to prevent that you need to either use a different SMBIOS model or use a disabler kext from here : https://github.com/acidanthera/bugtracker/files/3703498/AppleMCEReporterDisabler.kext.zip

It now works like a charm :) Thx