Contribute
Register

New Clover Release v5.1 r5123/4/5/6/7 - Big Sur Support

Status
Not open for further replies.

Attachments

  • config.plist
    46.5 KB · Views: 209
have you added the new sections in your config.plist?


Solved for now , installing. add ssdt rtc0 range.aml and work for now.
 
Thnk you for posting.

I created screeshot of Clover Configurator if someone would like to use GUI for applying suggests quirks.

clover-quirks.jpg


Well after some extensive testing, I finally was able to boot the Big Sur Beta USB using Clover v5.1 r5123 on the following systems:

400 Series Prime Z490-A | i5 10600K | Intel HD 630 graphics
300 Series Z370N WIFI | i7 8700K | Intel HD 630 graphics

I created the USB using this post:


One thing I noticed is that on the Clover Boot screen it says 5122- this is a coding error I think. I added all of the Quirks section to my old plist as shown in the example config.plist. The Quirks section should look like this:

Code:
    <key>Quirks</key>
    <dict>
        <key>AppleCpuPmCfgLock</key>
        <false/>
        <key>AppleXcpmCfgLock</key>
        <false/>
        <key>AppleXcpmExtraMsrs</key>
        <false/>
        <key>AppleXcpmForceBoost</key>
        <false/>
        <key>AvoidRuntimeDefrag</key>
        <true/>
        <key>CustomSMBIOSGuid</key>
        <false/>
        <key>DevirtualiseMmio</key>
        <true/>
        <key>DisableIoMapper</key>
        <true/>
        <key>DisableLinkeditJettison</key>
        <true/>
        <key>DisableRtcChecksum</key>
        <false/>
        <key>DisableSingleUser</key>
        <false/>
        <key>DisableVariableWrite</key>
        <false/>
        <key>DiscardHibernateMap</key>
        <false/>
        <key>DummyPowerManagement</key>
        <false/>
        <key>EnableSafeModeSlide</key>
        <true/>
        <key>EnableWriteUnprotector</key>
        <false/>
        <key>ExternalDiskIcons</key>
        <false/>
        <key>ForceExitBootServices</key>
        <false/>
        <key>FuzzyMatch</key>
        <true/>
        <key>IncreasePciBarSize</key>
        <false/>
        <key>KernelCache</key>
        <string>NO</string>
        <key>LapicKernelPanic</key>
        <false/>
        <key>MmioWhitelist</key>
        <array>
            <dict>
                <key>Address</key>
                <integer>4275159040</integer>
                <key>Comment</key>
                <string>Haswell: SB_RCBA is a 0x4 page memory region, containing SPI_BASE at 0x3800 (SPI_BASE_ADDRESS)</string>
                <key>Enabled</key>
                <false/>
            </dict>
            <dict>
                <key>Address</key>
                <integer>4278190080</integer>
                <key>Comment</key>
                <string>Generic: PCI root is a 0x1000 page memory region used by some firmwares</string>
                <key>Enabled</key>
                <false/>
            </dict>
        </array>
        <key>PanicNoKextDump</key>
        <true/>
        <key>PowerTimeoutKernelPanic</key>
        <true/>
        <key>ProtectMemoryRegions</key>
        <false/>
        <key>ProtectSecureBoot</key>
        <false/>
        <key>ProtectUefiServices</key>
        <true/>
        <key>ProvideConsoleGopEnable</key>
        <true/>
        <key>ProvideCustomSlide</key>
        <true/>
        <key>ProvideMaxSlide</key>
        <integer>0</integer>
        <key>RebuildAppleMemoryMap</key>
        <true/>
        <key>SetupVirtualMap</key>
        <false/>
        <key>SignalAppleOS</key>
        <false/>
        <key>SyncRuntimePermissions</key>
        <true/>
        <key>ThirdPartyDrives</key>
        <false/>
        <key>XhciPortLimit</key>
        <true/>
    </dict>

I would warn anyone without a testing system to beware of the many changes Clover r5123 brings. AptioMemoryFix.efi is replaced by OpenRuntime.efi, which is not installed by default. Be sure you compare your config.plist to the sample-config.plist included and to use the latest WhateverGreen, Lilu, VirtualSMC kexts.

EDIT 2020-11-13
Sample config.plist attached below:
 
Booting up Big Sur Public Beta 5 and 6 was working fine for a while with various drivers replaced and the Quirks replicated from the raw text of sample config plist, but for some reason it stopped being able to boot up Public Beta 6 one day without my making any changes to Clover. I have tried the back up copies of Clover I had when I had it working and they no longer work. I am however able to boot up any of the versions of the Big Sur installer USB. I have now installed BS 11.0.1 but I can't boot it up.

I notice that the sample config file included in Clover 5126 has a different Quirks section to the one originally included in this thread for 5123. I have tried using Quirks from both (not at the same time!) and neither work. When booting up with 5125 and 5126 with the 5123 Quirks or 5126 with the 5126 Quirks, I get the same errors. Any ideas? Cheers.

AMFI: SIP is off, allowing core dump for pld 97 (logd)
Process[97] crashed: logd. Too many corpses being created.
...localhost com.apple.xpc.launchd[1] (com.apple.logd.97) <Notice>: Service exited due to SIGILL | sent by exc handler[97]
...localhost com.apple.xpc.launchd[1] (com.apple.logd) <Notice>: Service only ran for 0 seconds. Pushing respawn out by 1 seconds.
 
Edit
 
Last edited:
Booting up Big Sur Public Beta 5 and 6 was working fine for a while with various drivers replaced and the Quirks replicated from the raw text of sample config plist, but for some reason it stopped being able to boot up Public Beta 6 one day without my making any changes to Clover. I have tried the back up copies of Clover I had when I had it working and they no longer work. I am however able to boot up any of the versions of the Big Sur installer USB. I have now installed BS 11.0.1 but I can't boot it up.

I notice that the sample config file included in Clover 5126 has a different Quirks section to the one originally included in this thread for 5123. I have tried using Quirks from both (not at the same time!) and neither work. When booting up with 5125 and 5126 with the 5123 Quirks or 5126 with the 5126 Quirks, I get the same errors. Any ideas? Cheers.

AMFI: SIP is off, allowing core dump for pld 97 (logd)
Process[97] crashed: logd. Too many corpses being created.
...localhost com.apple.xpc.launchd[1] (com.apple.logd.97) <Notice>: Service exited due to SIGILL | sent by exc handler[97]
...localhost com.apple.xpc.launchd[1] (com.apple.logd) <Notice>: Service only ran for 0 seconds. Pushing respawn out by 1 seconds.
Have same issue here!
 
Well after some extensive testing, I finally was able to boot the Big Sur Beta USB using Clover v5.1 r5123 on the following systems:

400 Series Prime Z490-A | i5 10600K | Intel HD 630 graphics
300 Series Z370N WIFI | i7 8700K | Intel HD 630 graphics

I created the USB using this post:


One thing I noticed is that on the Clover Boot screen it says 5122- this is a coding error I think. I added all of the Quirks section to my old plist as shown in the example config.plist. The Quirks section should look like this:

Code:
    <key>Quirks</key>
    <dict>
        <key>AppleCpuPmCfgLock</key>
        <false/>
        <key>AppleXcpmCfgLock</key>
        <false/>
        <key>AppleXcpmExtraMsrs</key>
        <false/>
        <key>AppleXcpmForceBoost</key>
        <false/>
        <key>AvoidRuntimeDefrag</key>
        <true/>
        <key>CustomSMBIOSGuid</key>
        <false/>
        <key>DevirtualiseMmio</key>
        <true/>
        <key>DisableIoMapper</key>
        <true/>
        <key>DisableLinkeditJettison</key>
        <true/>
        <key>DisableRtcChecksum</key>
        <false/>
        <key>DisableSingleUser</key>
        <false/>
        <key>DisableVariableWrite</key>
        <false/>
        <key>DiscardHibernateMap</key>
        <false/>
        <key>DummyPowerManagement</key>
        <false/>
        <key>EnableSafeModeSlide</key>
        <true/>
        <key>EnableWriteUnprotector</key>
        <false/>
        <key>ExternalDiskIcons</key>
        <false/>
        <key>ForceExitBootServices</key>
        <false/>
        <key>FuzzyMatch</key>
        <true/>
        <key>IncreasePciBarSize</key>
        <false/>
        <key>KernelCache</key>
        <string>NO</string>
        <key>LapicKernelPanic</key>
        <false/>
        <key>MmioWhitelist</key>
        <array>
            <dict>
                <key>Address</key>
                <integer>4275159040</integer>
                <key>Comment</key>
                <string>Haswell: SB_RCBA is a 0x4 page memory region, containing SPI_BASE at 0x3800 (SPI_BASE_ADDRESS)</string>
                <key>Enabled</key>
                <false/>
            </dict>
            <dict>
                <key>Address</key>
                <integer>4278190080</integer>
                <key>Comment</key>
                <string>Generic: PCI root is a 0x1000 page memory region used by some firmwares</string>
                <key>Enabled</key>
                <false/>
            </dict>
        </array>
        <key>PanicNoKextDump</key>
        <true/>
        <key>PowerTimeoutKernelPanic</key>
        <true/>
        <key>ProtectMemoryRegions</key>
        <false/>
        <key>ProtectSecureBoot</key>
        <false/>
        <key>ProtectUefiServices</key>
        <true/>
        <key>ProvideConsoleGopEnable</key>
        <true/>
        <key>ProvideCustomSlide</key>
        <true/>
        <key>ProvideMaxSlide</key>
        <integer>0</integer>
        <key>RebuildAppleMemoryMap</key>
        <true/>
        <key>SetupVirtualMap</key>
        <false/>
        <key>SignalAppleOS</key>
        <false/>
        <key>SyncRuntimePermissions</key>
        <true/>
        <key>ThirdPartyDrives</key>
        <false/>
        <key>XhciPortLimit</key>
        <true/>
    </dict>

I would warn anyone without a testing system to beware of the many changes Clover r5123 brings. AptioMemoryFix.efi is replaced by OpenRuntime.efi, which is not installed by default. Be sure you compare your config.plist to the sample-config.plist included and to use the latest WhateverGreen, Lilu, VirtualSMC kexts.

EDIT 2020-11-13
Sample config.plist attached below:

I followed the steps, updated the drivers and kexts and it crashes in "root" message in r5126.
 

Attachments

  • IMG_20201115_111839169_HDR.jpg
    IMG_20201115_111839169_HDR.jpg
    4.5 MB · Views: 157
  • config.plist
    14.6 KB · Views: 75
Great !
I have tried all possible ways nut still stuck here !! and keeps same messages in loop

AMFI: SIP is off, allowing core dump for pld 97 (logd)
Process[97] crashed: logd. Too many corpses being created.
...localhost com.apple.xpc.launchd[1] (com.apple.logd.97) <Notice>: Service exited due to SIGILL | sent by exc handler[97]
...localhost com.apple.xpc.launchd[1] (com.apple.logd) <Notice>: Service only ran for 0 seconds. Pushing respawn out by 1 seconds.

can someone guide pls?
thx
 
Qwirks activated for my skylake.
Clover 5123 works but the installation of Big sur does not launch ... Stopping nearly the beginning ...
 
Qwirks activated for my skylake.
Clover 5123 works but the installation of Big sur does not launch ... Stopping nearly the beginning ...
I’m in a same boat
 
Status
Not open for further replies.
Back
Top