Contribute
Register

<< Solved >> KP after updating Clover

Status
Not open for further replies.
Joined
Jul 23, 2011
Messages
36
Motherboard
ASRock Z270 Pro4
CPU
Intel Core i5 7600k
Graphics
ASUS Vega 64 Strix OC
Mac
  1. MacBook Air
  2. Mac mini
Classic Mac
  1. Classic
Mobile Phone
  1. iOS
EDIT: Fixed by switching to OpenCore :lol: Not sure exactly what the cause was but I assume the latest OcQuirks/OpenRuntime doesn't play nice with Clover.

I updated to Clover 5121 today and now my Catalina partition kernel panics shortly after boot.

When I initially updated Clover, the entire system was stalled at boot. I then noticed that the installer updated me to OcQuirks but was using FwRuntime instead of OpenRuntime. I fixed that and now I can get Clover to boot up, but Catalina is still crashing. I've included a couple blurry pics when the kernel panic happens (config.plist at the bottom).

Any ideas?

drivers/UEFI:

ApfsDriverLoader.efi
HFSPlus.efi
OcQuirks.efi
OcQuirks.plist
OpenRuntime.efi

kexts/Other:

AirportBrcmFixup.kext
AppleALC.kext
FakeSMC.kext
FakeSMC_ACPISensors.kext
FakeSMC_CPUSensors.kext
FakeSMC_GPUSensors.kext
FakeSMC_LPCSensors.kext
FakeSMC_SMMSensors.kext
Lilu.kext
WhateverGreen.kext

IMG_2403.JPEG

IMG_2402.JPEG


My config.plist:

XML:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
    <key>ACPI</key>
    <dict>
        <key>DSDT</key>
        <dict>
            <key>Debug</key>
            <false/>
            <key>Fixes</key>
            <dict>
                <key>AddDTGP</key>
                <false/>
                <key>AddHDMI</key>
                <false/>
                <key>AddIMEI</key>
                <false/>
                <key>AddMCHC</key>
                <false/>
                <key>AddPNLF</key>
                <false/>
                <key>DeleteUnused</key>
                <false/>
                <key>FakeLPC</key>
                <false/>
                <key>FixACST</key>
                <false/>
                <key>FixADP1</key>
                <false/>
                <key>FixAirport</key>
                <false/>
                <key>FixDarwin</key>
                <false/>
                <key>FixDisplay</key>
                <false/>
                <key>FixFirewire</key>
                <false/>
                <key>FixHDA</key>
                <false/>
                <key>FixHPET</key>
                <false/>
                <key>FixIDE</key>
                <false/>
                <key>FixIPIC</key>
                <false/>
                <key>FixIntelGfx</key>
                <false/>
                <key>FixLAN</key>
                <false/>
                <key>FixRTC</key>
                <false/>
                <key>FixRegions</key>
                <false/>
                <key>FixS3D</key>
                <false/>
                <key>FixSATA</key>
                <false/>
                <key>FixSBUS</key>
                <false/>
                <key>FixShutdown</key>
                <false/>
                <key>FixUSB</key>
                <false/>
            </dict>
            <key>Name</key>
            <string>DSDT.aml</string>
            <key>ReuseFFFF</key>
            <false/>
        </dict>
        <key>HaltEnabler</key>
        <false/>
        <key>SSDT</key>
        <dict>
            <key>DropOem</key>
            <false/>
            <key>Generate</key>
            <dict>
                <key>CStates</key>
                <false/>
                <key>PStates</key>
                <false/>
            </dict>
        </dict>
    </dict>
    <key>Boot</key>
    <dict>
        <key>Arguments</key>
        <string>-v shikigva=80</string>
        <key>DefaultVolume</key>
        <string>LastBootedVolume</string>
        <key>IgnoreNVRAMBoot</key>
        <true/>
        <key>Legacy</key>
        <string>PBR</string>
        <key>Log</key>
        <true/>
        <key>Secure</key>
        <false/>
        <key>Timeout</key>
        <integer>3</integer>
        <key>XMPDetection</key>
        <false/>
    </dict>
    <key>Devices</key>
    <dict>
        <key>Audio</key>
        <dict>
            <key>Inject</key>
            <integer>1</integer>
        </dict>
        <key>FakeID</key>
        <dict>
            <key>ATI</key>
            <string>0x0</string>
            <key>IMEI</key>
            <string>0x0</string>
            <key>IntelGFX</key>
            <string>0x0</string>
            <key>LAN</key>
            <string>0x0</string>
            <key>NVidia</key>
            <string>0x0</string>
            <key>SATA</key>
            <string>0x0</string>
            <key>WIFI</key>
            <string>0x0</string>
            <key>XHCI</key>
            <string>0x0</string>
        </dict>
        <key>Properties</key>
        <dict>
            <key>PciRoot(0x0)/Pci(0x1,0x0)/Pci(0x0,0x0)/Pci(0x0,0x0)/Pci(0x0,0x0)</key>
            <dict>
                <key>PP_DisablePowerContainment</key>
                <integer>1</integer>
            </dict>
        </dict>
        <key>USB</key>
        <dict>
            <key>FixOwnership</key>
            <false/>
            <key>Inject</key>
            <false/>
        </dict>
        <key>UseIntelHDMI</key>
        <false/>
    </dict>
    <key>DisableDrivers</key>
    <array>
        <string>Nothing</string>
    </array>
    <key>GUI</key>
    <dict>
        <key>Hide</key>
        <array>
            <string>850 Pro</string>
            <string>Barracuda</string>
            <string>Preboot</string>
            <string>Ultra II</string>
            <string>Windows</string>
        </array>
        <key>Language</key>
        <string>en:0</string>
        <key>Mouse</key>
        <dict>
            <key>Enabled</key>
            <true/>
            <key>Speed</key>
            <integer>8</integer>
        </dict>
        <key>Scan</key>
        <dict>
            <key>Entries</key>
            <true/>
            <key>Legacy</key>
            <string>First</string>
            <key>Tool</key>
            <true/>
        </dict>
        <key>ScreenResolution</key>
        <string>1920x1080</string>
        <key>Theme</key>
        <string>embedded</string>
    </dict>
    <key>Graphics</key>
    <dict>
        <key>BootDisplay</key>
        <integer>2</integer>
        <key>DualLink</key>
        <integer>1</integer>
        <key>Inject</key>
        <dict>
            <key>ATI</key>
            <false/>
            <key>Intel</key>
            <false/>
            <key>NVidia</key>
            <false/>
        </dict>
        <key>NvidiaGeneric</key>
        <false/>
        <key>NvidiaSingle</key>
        <false/>
        <key>VRAM</key>
        <integer>4095</integer>
        <key>VideoPorts</key>
        <integer>2</integer>
    </dict>
    <key>KernelAndKextPatches</key>
    <dict>
        <key>AppleIntelCPUPM</key>
        <false/>
        <key>AppleRTC</key>
        <false/>
        <key>FakeCPUID</key>
        <string></string>
        <key>KernelCpu</key>
        <false/>
        <key>KernelLapic</key>
        <false/>
        <key>KernelXCPM</key>
        <false/>
        <key>KextsToPatch</key>
        <array>
            <dict>
                <key>Comment</key>
                <string>USB Port Patch</string>
                <key>Disabled</key>
                <false/>
                <key>Find</key>
                <data>g/sPDw==</data>
                <key>InfoPlistPatch</key>
                <false/>
                <key>Name</key>
                <string>IOUSBHostFamily</string>
                <key>Replace</key>
                <data>g/s/Dw==</data>
            </dict>
            <dict>
                <key>Comment</key>
                <string>USB Port Patch pt2</string>
                <key>Disabled</key>
                <false/>
                <key>Find</key>
                <data>g/kPDw==</data>
                <key>InfoPlistPatch</key>
                <false/>
                <key>Name</key>
                <string>AppleUSBXHCI</string>
                <key>Replace</key>
                <data>g/k/Dw==</data>
            </dict>
        </array>
    </dict>
    <key>RtVariables</key>
    <dict>
        <key>BooterConfig</key>
        <string>0x28</string>
        <key>CsrActiveConfig</key>
        <string>0x67</string>
        <key>ROM</key>
        <string>UseMacAddr0</string>
    </dict>
    <key>SMBIOS</key>
    <dict>
        <key>BiosReleaseDate</key>
        <string>09/03/2013</string>
        <key>BiosVendor</key>
        <string>Apple Inc.</string>
        <key>BiosVersion</key>
        <string>IM142.88Z.0118.B00.1309031249</string>
        <key>Board-ID</key>
        <string>Mac-27ADBB7B4CEE8E61</string>
        <key>BoardManufacturer</key>
        <string>Apple Inc.</string>
        <key>BoardSerialNumber</key>
        <string>D253292074NF8YLJC</string>
        <key>BoardType</key>
        <integer>10</integer>
        <key>ChassisAssetTag</key>
        <string>iMac-Aluminum</string>
        <key>ChassisManufacturer</key>
        <string>Apple Inc.</string>
        <key>ChassisType</key>
        <string>13</string>
        <key>Family</key>
        <string>iMac</string>
        <key>Manufacturer</key>
        <string>Apple Inc.</string>
        <key>Mobile</key>
        <false/>
        <key>ProductName</key>
        <string>iMac14,2</string>
        <key>SerialNumber</key>
        <string>D25L3DZLF8JC</string>
        <key>SmUUID</key>
        <string>CA6ABD0D-9829-418D-81C1-02FF8832A5D0</string>
        <key>Trust</key>
        <true/>
        <key>Version</key>
        <string>1.0</string>
    </dict>
    <key>SystemParameters</key>
    <dict>
        <key>InjectKexts</key>
        <string>Yes</string>
        <key>InjectSystemID</key>
        <true/>
    </dict>
</dict>
</plist>
 
Last edited:
hi, i have the same problem...
it's probably cause for one of these drivers or all of them:
OcQuirks.efi
OcQuirks.plist
OpenRuntime.efi

I'm still with version 5120

greetings.-
 
Try resetting the CMOS.

Remember the BIOS settings are reset, so you’ll need to reenter them. If there is an option to save the BIOS settings as a profile then reload it, that would the best option.


hi, i have the same problem...
it's probably cause for one of these drivers or all of them:
OcQuirks.efi
OcQuirks.plist
OpenRuntime.efi

I'm still with version 5120

greetings.-
 
I updated to Clover 5121 today and now my Catalina partition kernel panics shortly after boot.

When I initially updated Clover, the entire system was stalled at boot. I then noticed that the installer updated me to OcQuirks but was using FwRuntime instead of OpenRuntime. I fixed that and now I can get Clover to boot up, but Catalina is still crashing. I've included a couple blurry pics when the kernel panic happens (config.plist at the bottom).

Any ideas?

drivers/UEFI:

ApfsDriverLoader.efi
HFSPlus.efi
OcQuirks.efi
OcQuirks.plist
OpenRuntime.efi

kexts/Other:

AirportBrcmFixup.kext
AppleALC.kext
FakeSMC.kext
FakeSMC_ACPISensors.kext
FakeSMC_CPUSensors.kext
FakeSMC_GPUSensors.kext
FakeSMC_LPCSensors.kext
FakeSMC_SMMSensors.kext
Lilu.kext
WhateverGreen.kext

View attachment 485430
View attachment 485429

My config.plist:

XML:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
    <key>ACPI</key>
    <dict>
        <key>DSDT</key>
        <dict>
            <key>Debug</key>
            <false/>
            <key>Fixes</key>
            <dict>
                <key>AddDTGP</key>
                <false/>
                <key>AddHDMI</key>
                <false/>
                <key>AddIMEI</key>
                <false/>
                <key>AddMCHC</key>
                <false/>
                <key>AddPNLF</key>
                <false/>
                <key>DeleteUnused</key>
                <false/>
                <key>FakeLPC</key>
                <false/>
                <key>FixACST</key>
                <false/>
                <key>FixADP1</key>
                <false/>
                <key>FixAirport</key>
                <false/>
                <key>FixDarwin</key>
                <false/>
                <key>FixDisplay</key>
                <false/>
                <key>FixFirewire</key>
                <false/>
                <key>FixHDA</key>
                <false/>
                <key>FixHPET</key>
                <false/>
                <key>FixIDE</key>
                <false/>
                <key>FixIPIC</key>
                <false/>
                <key>FixIntelGfx</key>
                <false/>
                <key>FixLAN</key>
                <false/>
                <key>FixRTC</key>
                <false/>
                <key>FixRegions</key>
                <false/>
                <key>FixS3D</key>
                <false/>
                <key>FixSATA</key>
                <false/>
                <key>FixSBUS</key>
                <false/>
                <key>FixShutdown</key>
                <false/>
                <key>FixUSB</key>
                <false/>
            </dict>
            <key>Name</key>
            <string>DSDT.aml</string>
            <key>ReuseFFFF</key>
            <false/>
        </dict>
        <key>HaltEnabler</key>
        <false/>
        <key>SSDT</key>
        <dict>
            <key>DropOem</key>
            <false/>
            <key>Generate</key>
            <dict>
                <key>CStates</key>
                <false/>
                <key>PStates</key>
                <false/>
            </dict>
        </dict>
    </dict>
    <key>Boot</key>
    <dict>
        <key>Arguments</key>
        <string>-v shikigva=80</string>
        <key>DefaultVolume</key>
        <string>LastBootedVolume</string>
        <key>IgnoreNVRAMBoot</key>
        <true/>
        <key>Legacy</key>
        <string>PBR</string>
        <key>Log</key>
        <true/>
        <key>Secure</key>
        <false/>
        <key>Timeout</key>
        <integer>3</integer>
        <key>XMPDetection</key>
        <false/>
    </dict>
    <key>Devices</key>
    <dict>
        <key>Audio</key>
        <dict>
            <key>Inject</key>
            <integer>1</integer>
        </dict>
        <key>FakeID</key>
        <dict>
            <key>ATI</key>
            <string>0x0</string>
            <key>IMEI</key>
            <string>0x0</string>
            <key>IntelGFX</key>
            <string>0x0</string>
            <key>LAN</key>
            <string>0x0</string>
            <key>NVidia</key>
            <string>0x0</string>
            <key>SATA</key>
            <string>0x0</string>
            <key>WIFI</key>
            <string>0x0</string>
            <key>XHCI</key>
            <string>0x0</string>
        </dict>
        <key>Properties</key>
        <dict>
            <key>PciRoot(0x0)/Pci(0x1,0x0)/Pci(0x0,0x0)/Pci(0x0,0x0)/Pci(0x0,0x0)</key>
            <dict>
                <key>PP_DisablePowerContainment</key>
                <integer>1</integer>
            </dict>
        </dict>
        <key>USB</key>
        <dict>
            <key>FixOwnership</key>
            <false/>
            <key>Inject</key>
            <false/>
        </dict>
        <key>UseIntelHDMI</key>
        <false/>
    </dict>
    <key>DisableDrivers</key>
    <array>
        <string>Nothing</string>
    </array>
    <key>GUI</key>
    <dict>
        <key>Hide</key>
        <array>
            <string>850 Pro</string>
            <string>Barracuda</string>
            <string>Preboot</string>
            <string>Ultra II</string>
            <string>Windows</string>
        </array>
        <key>Language</key>
        <string>en:0</string>
        <key>Mouse</key>
        <dict>
            <key>Enabled</key>
            <true/>
            <key>Speed</key>
            <integer>8</integer>
        </dict>
        <key>Scan</key>
        <dict>
            <key>Entries</key>
            <true/>
            <key>Legacy</key>
            <string>First</string>
            <key>Tool</key>
            <true/>
        </dict>
        <key>ScreenResolution</key>
        <string>1920x1080</string>
        <key>Theme</key>
        <string>embedded</string>
    </dict>
    <key>Graphics</key>
    <dict>
        <key>BootDisplay</key>
        <integer>2</integer>
        <key>DualLink</key>
        <integer>1</integer>
        <key>Inject</key>
        <dict>
            <key>ATI</key>
            <false/>
            <key>Intel</key>
            <false/>
            <key>NVidia</key>
            <false/>
        </dict>
        <key>NvidiaGeneric</key>
        <false/>
        <key>NvidiaSingle</key>
        <false/>
        <key>VRAM</key>
        <integer>4095</integer>
        <key>VideoPorts</key>
        <integer>2</integer>
    </dict>
    <key>KernelAndKextPatches</key>
    <dict>
        <key>AppleIntelCPUPM</key>
        <false/>
        <key>AppleRTC</key>
        <false/>
        <key>FakeCPUID</key>
        <string></string>
        <key>KernelCpu</key>
        <false/>
        <key>KernelLapic</key>
        <false/>
        <key>KernelXCPM</key>
        <false/>
        <key>KextsToPatch</key>
        <array>
            <dict>
                <key>Comment</key>
                <string>USB Port Patch</string>
                <key>Disabled</key>
                <false/>
                <key>Find</key>
                <data>g/sPDw==</data>
                <key>InfoPlistPatch</key>
                <false/>
                <key>Name</key>
                <string>IOUSBHostFamily</string>
                <key>Replace</key>
                <data>g/s/Dw==</data>
            </dict>
            <dict>
                <key>Comment</key>
                <string>USB Port Patch pt2</string>
                <key>Disabled</key>
                <false/>
                <key>Find</key>
                <data>g/kPDw==</data>
                <key>InfoPlistPatch</key>
                <false/>
                <key>Name</key>
                <string>AppleUSBXHCI</string>
                <key>Replace</key>
                <data>g/k/Dw==</data>
            </dict>
        </array>
    </dict>
    <key>RtVariables</key>
    <dict>
        <key>BooterConfig</key>
        <string>0x28</string>
        <key>CsrActiveConfig</key>
        <string>0x67</string>
        <key>ROM</key>
        <string>UseMacAddr0</string>
    </dict>
    <key>SMBIOS</key>
    <dict>
        <key>BiosReleaseDate</key>
        <string>09/03/2013</string>
        <key>BiosVendor</key>
        <string>Apple Inc.</string>
        <key>BiosVersion</key>
        <string>IM142.88Z.0118.B00.1309031249</string>
        <key>Board-ID</key>
        <string>Mac-27ADBB7B4CEE8E61</string>
        <key>BoardManufacturer</key>
        <string>Apple Inc.</string>
        <key>BoardSerialNumber</key>
        <string>D253292074NF8YLJC</string>
        <key>BoardType</key>
        <integer>10</integer>
        <key>ChassisAssetTag</key>
        <string>iMac-Aluminum</string>
        <key>ChassisManufacturer</key>
        <string>Apple Inc.</string>
        <key>ChassisType</key>
        <string>13</string>
        <key>Family</key>
        <string>iMac</string>
        <key>Manufacturer</key>
        <string>Apple Inc.</string>
        <key>Mobile</key>
        <false/>
        <key>ProductName</key>
        <string>iMac14,2</string>
        <key>SerialNumber</key>
        <string>D25L3DZLF8JC</string>
        <key>SmUUID</key>
        <string>CA6ABD0D-9829-418D-81C1-02FF8832A5D0</string>
        <key>Trust</key>
        <true/>
        <key>Version</key>
        <string>1.0</string>
    </dict>
    <key>SystemParameters</key>
    <dict>
        <key>InjectKexts</key>
        <string>Yes</string>
        <key>InjectSystemID</key>
        <true/>
    </dict>
</dict>
</plist>

Hi,
Same problem here. I'm guessing that this is not an uncommon problem with Clover v.5121.
Hopefully, you have a back-up drive with Clover 5120? If you do, boot from the drive copy. Open Clover Configurator, open the EFI partition, copy your efi folder from your backup drive that you are now booted from (I always copy the old efi folder to a usb stick (pen drive, etc) before updating Clover so I have the old efi folder handy). Unmount the back up EFI partition. Now mount the EFI partition from the problem drive. Delete the efi folder from the EFI partition. Copy the old (v5120) folder into the EFI partition. Reboot. It worked for me.
 
Hi,
Same problem here. I'm guessing that this is not an uncommon problem with Clover v.5121.
Hopefully, you have a back-up drive with Clover 5120? If you do, boot from the drive copy. Open Clover Configurator, open the EFI partition, copy your efi folder from your backup drive that you are now booted from (I always copy the old efi folder to a usb stick (pen drive, etc) before updating Clover so I have the old efi folder handy). Unmount the back up EFI partition. Now mount the EFI partition from the problem drive. Delete the efi folder from the EFI partition. Copy the old (v5120) folder into the EFI partition. Reboot. It worked for me.

Thanks for the tip - I forgot to reply here but I actually resolved the issue by switching to OpenCore :lol: Not sure exactly what the cause was but I assume the latest OcQuirks/OpenRuntime doesn't play nice with Clover.
 
Status
Not open for further replies.
Back
Top