viniciusmi00 Posted October 31, 2020 Share Posted October 31, 2020 (edited) For all users of x79 (C602) cards, who are having trouble getting Catalina and BigSur to work with Clover or OpenCore. After spending days trying to get my x79 stop giving Kernel Panic in BS I was successful with a Patch. I realized that there are still people with difficulties in Catalina too, so I will leave some tips that can help you to get Catalina and BigSur. For Power Management work in Catalina and BigSur there is a Patch in Kernel and Kext Patches, in KextsToPatch: Name* Find*. Replace* Comment com.apple.driver.AppleIntelCPUPowerManagement 7511B9 EB11B9 10.15, 11 com.apple.driver.AppleIntelCPUPowerManagement 3E7538 3E9090 10.15, 11 Like a: For BigSur not to get a Kernel Panic in IOPCIFamily there is a Patch in the ACPI, in DSDT. Patches Find*. Replace* UNC0 _HID to XHID 554E43 30085F48 4944 554E43 30085848 4944 UNC1 _HID to XHID - UNC1 to Dual CPU 554E43 31085F48 4944 554E43 31085848 4944 Note*: UNC1 only required for cards with 2 processors Like a: You can use my EFI as an example, just stay tuned as I removed some essential files to get smaller. EFI.zip Note: In CPU > Type, you can remove these codes and put your CPU's code to appear correctly in "About this Mac" To find the code of your CPU, just open the IOJones App and find the reference for your CPU (probably above the AppleACPICPU). The code for your cpu is found in the "cpu-type" property. Just reverse the order by placing the last 2 numbers first and the first two numbers last. Edited October 31, 2020 by viniciusmi00 3 Quote i7 3930k (Sandy Bridge-E) - Rampage IV Extreme (x79) Bios 4901 Modified to NVME - AMD RX 5700XT - 16GB (4x4GB) Ripjaws 1866MHz - Monterey 12.3.1 - Clover 5146 Link to comment Share on other sites More sharing options...
Administrators MaLd0n Posted October 31, 2020 Administrators Share Posted October 31, 2020 1 Quote Support Olarila Vanilla Hackintosh by making a donation HERE About Premium Users you can check HERE Problems with Paypal HERE Link to comment Share on other sites More sharing options...
Hector Melendez Posted November 15, 2020 Share Posted November 15, 2020 (edited) Hi, first of all, thanks for the help. I am having problems updating to BigSur and I believe a relationship with what you comment. First of all I do not load the AppleIntelCPUPowerManagement, I understand that it is only used on laptops. The second thing is that I am using OpenCore 0.6.3 and a patched DDST from Marl0n, initially I used the SSDT-UNC.aml from the official opencore guide but same Kernel Panic in IOPCIFamily . I have included the UNC0 _HID to XHID patch but continue with the Panic . This is my EFI tree: ├── BOOT │ └── BOOTx64.efi └── OC ├── ACPI │ └── DSDT.aml │ └── DSDT-UNC.aml ├── Bootstrap │ └── Bootstrap.efi ├── Drivers │ ├── HfsPlusLegacy.efi │ └── OpenRuntime.efi ├── Kexts │ ├── AirportBrcmFixup.kext │ │ └── Contents │ │ ├── Info.plist │ │ ├── MacOS │ │ │ └── AirportBrcmFixup │ │ └── PlugIns │ │ ├── AirPortBrcm4360_Injector.kext │ │ │ └── Contents │ │ │ └── Info.plist │ │ └── AirPortBrcmNIC_Injector.kext │ │ └── Contents │ │ └── Info.plist │ ├── AppleALC.kext │ │ └── Contents │ │ ├── Info.plist │ │ └── MacOS │ │ └── AppleALC │ ├── Lilu.kext │ │ └── Contents │ │ ├── Info.plist │ │ └── MacOS │ │ └── Lilu │ ├── NoTouchID.kext │ │ └── Contents │ │ ├── Info.plist │ │ └── MacOS │ │ └── NoTouchID │ ├── NullCPUPowerManagement.kext │ │ └── Contents │ │ ├── Info.plist │ │ ├── MacOS │ │ │ └── NullCPUPowerManagement │ │ └── Resources │ │ └── English.lproj │ │ └── InfoPlist.strings │ ├── SATA-unsupported.kext │ │ └── Contents │ │ └── Info.plist │ ├── SmallTreeIntel82576.kext │ │ └── Contents │ │ ├── Info.plist │ │ ├── MacOS │ │ │ └── SmallTreeIntel82576 │ │ ├── Resources │ │ │ └── English.lproj │ │ │ └── InfoPlist.strings │ │ └── _CodeSignature │ │ └── CodeResources │ ├── USBInjectAll.kext │ │ └── Contents │ │ ├── Info.plist │ │ ├── MacOS │ │ │ └── USBInjectAll │ │ └── _CodeSignature │ │ └── CodeResources │ ├── VirtualSMC.kext │ │ └── Contents │ │ ├── Info.plist │ │ └── MacOS │ │ └── VirtualSMC │ ├── VoodooTSCSync.kext │ │ └── Contents │ │ ├── Info.plist │ │ └── MacOS │ │ └── VoodooTSCSync │ ├── WhateverGreen.kext │ │ └── Contents │ │ ├── Info.plist │ │ └── MacOS │ │ └── WhateverGreen │ └── XHCI-unsupported.kext │ └── Contents │ └── Info.plist ├── OpenCore.efi ├── Resources │ ├── Audio │ ├── Font │ ├── Image │ └── Label ├── Tools │ └── OpenShell.efi ├── config-BigSur.plist ├── config-catalina.plist └── config.plist Can you give me a hand please? Edited November 15, 2020 by Hector Melendez Quote Link to comment Share on other sites More sharing options...
viniciusmi00 Posted November 16, 2020 Author Share Posted November 16, 2020 @Hector Melendez I don't know what it can be, I'm also not good with OpenCore. Mine is functional, see if it can help you. EFI OpenCore.zip 1 Quote i7 3930k (Sandy Bridge-E) - Rampage IV Extreme (x79) Bios 4901 Modified to NVME - AMD RX 5700XT - 16GB (4x4GB) Ripjaws 1866MHz - Monterey 12.3.1 - Clover 5146 Link to comment Share on other sites More sharing options...
Asia Firmware Posted December 27, 2020 Share Posted December 27, 2020 On 11/16/2020 at 6:35 AM, viniciusmi00 said: @Hector Melendez I don't know what it can be, I'm also not good with OpenCore. Mine is functional, see if it can help you. EFI OpenCore.zip 2.38 MB · 49 downloads Hi Dear .. first i want to say thank you .. i tried every config and images but this second efi folder you shared solved my problem and now i can install Big Sur 11.1 image with your efi but i have little issues . my usb 3 and wifi dosnt work .. can you make this efi opencore folderbetter for me ? Asus P9x79 i7 3820 ( i want upgrade to e5 2697 v2 ) Asus ROG Strix 5500XT / 5700XT ( but in 5700xt geekbench gpu test , my pc was restarted every time ) Quote Link to comment Share on other sites More sharing options...
dwdistrito Posted December 29, 2020 Share Posted December 29, 2020 On 11/16/2020 at 12:05 AM, viniciusmi00 said: @Hector Melendez I don't know what it can be, I'm also not good with OpenCore. Mine is functional, see if it can help you. EFI OpenCore.zip 2.38 MB · 51 downloads Hello, I watch this EFI. I already make chances this file to my Xeon E5 2630 v2 and RX 470, but the system not Iniciatialize, only the apple screen remains and does not enter to login Quote Link to comment Share on other sites More sharing options...
viniciusmi00 Posted January 9, 2021 Author Share Posted January 9, 2021 On 12/27/2020 at 4:41 PM, Asia Firmware said: Hi Dear .. first i want to say thank you .. i tried every config and images but this second efi folder you shared solved my problem and now i can install Big Sur 11.1 image with your efi but i have little issues . my usb 3 and wifi dosnt work .. can you make this efi opencore folderbetter for me ? Asus P9x79 i7 3820 ( i want upgrade to e5 2697 v2 ) Asus ROG Strix 5500XT / 5700XT ( but in 5700xt geekbench gpu test , my pc was restarted every time ) I'm also not getting my USB 3.0 to work. The "GenericUSBXHCI.kext" kext is not working on Big Sur. I am looking for a solution, but so far I haven't found it. Is your USB 3.0 also controlled by Asmedia ASM 1042? On 12/29/2020 at 5:41 PM, dwdistrito said: Hello, I watch this EFI. I already make chances this file to my Xeon E5 2630 v2 and RX 470, but the system not Iniciatialize, only the apple screen remains and does not enter to login I abandoned OpenCore, I had some problems. I'm just using Clover. See if my EFi folder solves your problem. Note: I already changed the SMBIOS serial before I sent you the Clover. You can test this folder without having to change the SMBIOS serial. https://drive.google.com/file/d/1hiIk9gt4HAp0nr4N4x7eSmmauFJzqm_S/view?usp=sharing 1 Quote i7 3930k (Sandy Bridge-E) - Rampage IV Extreme (x79) Bios 4901 Modified to NVME - AMD RX 5700XT - 16GB (4x4GB) Ripjaws 1866MHz - Monterey 12.3.1 - Clover 5146 Link to comment Share on other sites More sharing options...
Asia Firmware Posted January 10, 2021 Share Posted January 10, 2021 8 hours ago, viniciusmi00 said: I'm also not getting my USB 3.0 to work. The "GenericUSBXHCI.kext" kext is not working on Big Sur. I am looking for a solution, but so far I haven't found it. Is your USB 3.0 also controlled by Asmedia ASM 1042? I abandoned OpenCore, I had some problems. I'm just using Clover. See if my EFi folder solves your problem. Note: I already changed the SMBIOS serial before I sent you the Clover. You can test this folder without having to change the SMBIOS serial. https://drive.google.com/file/d/1hiIk9gt4HAp0nr4N4x7eSmmauFJzqm_S/view?usp=sharing yes yes .. exactly ASMedia® USB 3.0 controller if you found a solution , please share with us again , thank you for everythink Quote Link to comment Share on other sites More sharing options...
anibalin Posted January 21, 2021 Share Posted January 21, 2021 Hi guys. I'm having a hard time with a hp z820. It has a dual e5-2670 and been struggling for days. I followed the dortiana guide for sandy bridge e but I cannot get it to load successfully. I have a ati 570 on it. Using oc 0.6.4 which I attach just in case. Thanks in advance. v5_efiHP_CpuTscSync 2.zip Quote Link to comment Share on other sites More sharing options...
JakubW Posted January 28, 2021 Share Posted January 28, 2021 Hey guys, I got PM to work fully in OC, I followed the official OC guide and generated the SSDT with Piker's script and set up the Omni Patch. Config bit for OC attached, as well as Output from AppleIntelnfo Config and output.zip Quote Link to comment Share on other sites More sharing options...
anibalin Posted January 29, 2021 Share Posted January 29, 2021 On 1/28/2021 at 2:08 PM, JakubW said: Hey guys, I got PM to work fully in OC, I followed the official OC guide and generated the SSDT with Piker's script and set up the Omni Patch. Config bit for OC attached, as well as Output from AppleIntelnfo Config and output.zip 4.46 kB · 1 download Hi mate, do you have x86platformplugin loaded in ioregistry? Thanks for sharing the .plist. Do you mind sharing the ssdt so I can compare with mine? Thanks in advance. Quote Link to comment Share on other sites More sharing options...
JakubW Posted February 3, 2021 Share Posted February 3, 2021 Hey, no the x86platformplugin plugin isn't loaded, it wouldn't load anyway, just the kext patches 23 minutes ago, JakubW said: Hey, no the x86platformplugin plugin isn't loaded, it wouldn't load anyway, just the kext patches And here is the SSDT, nothing big, most of the job was done with Pikers script. SSDT-PM.aml Quote Link to comment Share on other sites More sharing options...
Asia Firmware Posted February 6, 2021 Share Posted February 6, 2021 On 11/16/2020 at 6:35 AM, viniciusmi00 said: @Hector Melendez I don't know what it can be, I'm also not good with OpenCore. Mine is functional, see if it can help you. EFI OpenCore.zip 2.38 MB · 79 downloads Hi bro can you update this efi folder with new big sur 11.2 image on 0.6.6 opencore ! Quote Link to comment Share on other sites More sharing options...
JakubW Posted March 10, 2021 Share Posted March 10, 2021 On 2/3/2021 at 9:00 PM, JakubW said: Hey, no the x86platformplugin plugin isn't loaded, it wouldn't load anyway, just the kext patches And here is the SSDT, nothing big, most of the job was done with Pikers script. SSDT-PM.aml 2.71 kB · 1 download got improvements on SSDT and loading x86 platform plugin, now it is loading correctly and Mac single core turbo is displayed correctly. To generate it I sues the script with following attributes ./ssdtPRGen.sh -p 'E5-2670' -x 1 -target 0 -c 3 -cpus 1 -l 8 -mode custom -d 3 You need to extract amps from your motherboard and copy APIC.aml to your desktop. Quote Link to comment Share on other sites More sharing options...
kundaria Posted April 4, 2021 Share Posted April 4, 2021 it looks like all are testing on catalina 10.15.7 its not working on BigSur 11.2.3 i am trying since last two weeks not a single patch of AppleIntelCPUPowerManagement on x79 is working on BigSur 11.2.3 Quote Link to comment Share on other sites More sharing options...
osamamattar Posted April 30, 2021 Share Posted April 30, 2021 (edited) I make my ssdt in windows using SSDTTime-master I just want to know how to change the cpu type to i7 3820 in OpenCore board is Asus p9 x79 rx 570 SSDT-EC.aml SSDT-IMEI.aml SSDT-PMC.aml SSDT-USB-Reset.aml Edited April 30, 2021 by osamamattar Quote Link to comment Share on other sites More sharing options...
drone4zone Posted Saturday at 08:57 PM Share Posted Saturday at 08:57 PM Hello, Can not seem to get my board to boot into anything above "Mojave" Tried Big Sir, Monterey , with most patched solutions listed in clover and OpenCore solutions, without any success alway KP in process. my Board is DX79SR Intel with 32 Ram with 3960X cpu, X79-snap.zip Quote Link to comment Share on other sites More sharing options...
Administrators MaLd0n Posted yesterday at 11:09 AM Administrators Share Posted yesterday at 11:09 AM -Desktop HEDT SandyBridge-E and IvyBridge-E Download HERE (x79 Chipset) Quote Support Olarila Vanilla Hackintosh by making a donation HERE About Premium Users you can check HERE Problems with Paypal HERE Link to comment Share on other sites More sharing options...