Jump to content
30960 posts in this topic

Recommended Posts

This is a bug

2:570  0:001  === [ Found DSDT tables ] =======================
2:571  0:001  - DSDT-1.aml
2:573  0:001  - DSDT-2.aml
2:574  0:001  - DSDT-clean.aml
2:646  0:072  file EFI\CLOVER\KEXTS\10.11\AppleHDADisabler.kext\Contents\Info.plist
2:669  0:022  file EFI\CLOVER\KEXTS\Other\VoodooHDA.kext\Contents\Info.plist
2:715  0:046  file EFI\CLOVER\KEXTS\Other\FakeSMC.kext\Contents\Info.plist

 

  • Thanks 2
6 hours ago, Jief_Machak said:

Ah ah. Ok, on me. But I don't see why we couldn't share that header. I don't know why it broke compilation, I thought I compiled and it worked.

 Answered you at github.. but in the meantime Slice fixed it. 

  • Thanks 2
9 hours ago, Slice said:

This is a bug


2:570  0:001  === [ Found DSDT tables ] =======================
2:571  0:001  - DSDT-1.aml
2:573  0:001  - DSDT-2.aml
2:574  0:001  - DSDT-clean.aml
2:646  0:072  file EFI\CLOVER\KEXTS\10.11\AppleHDADisabler.kext\Contents\Info.plist
2:669  0:022  file EFI\CLOVER\KEXTS\Other\VoodooHDA.kext\Contents\Info.plist
2:715  0:046  file EFI\CLOVER\KEXTS\Other\FakeSMC.kext\Contents\Info.plist

 

What should it be ?

v5122 Entries boot Recovery same problem :(, hidden OK!

 

Spoiler

<dict>
                    <key>Ignore</key>
                    <false/>
                    <key>Hidden</key>
                    <true/>
                    <key>Volume</key>
                    <string>0D8CCBEC54F7D64F877A237AE7B6157E</string>
                    <key>NoCaches</key>
                    <false/>
                    <key>FullTitle</key>
                    <string>Ripristino</string>
                    <key>Disabled</key>
                    <false/>
                    <key>Path</key>
                    <string>\A4EFE704-DD21-40C0-8D15-92894C553A4C\boot.efi</string>
                    <key>Type</key>
                    <string>OSXRecovery</string>
                    <key>Image</key>
                    <string>os_cata</string>
                    <key>VolumeType</key>
                    <string>Internal</string>
                    <key>InjectKexts</key>
                    <true/>
                </dict>

 

Just upgraded my HP EliteDesk 800 G4 Mini from r5119 / AptioMemoryFix.efi to r5122 / OCQuirks.efi.  Upgrade was painless and everything appears to be working perfectly.  Thank you CLOVER team for your great work!

 

EDIT: My steps for migrating from r5119 / AptioMemoryFix to r5122 / OCQuirks is documented here.

Edited by tonyx86
22 hours ago, Jief_Machak said:

Found a wrong test which could explain. Committed.

Thanks, now the patch is present in menu.

 

I am trying to install BigSur beta4 which I applied to new apfs container running macOS Install.app.

Снимок экрана 2020-09-04 в 21.11.15.png

The installation stops at apfs_module_start:2411 but I think it is not a reason. The reason in next step which is halted.

Before this I see my kexts are not started "couldn't allocate class...". So plist of the kexts were loaded but what? They are prohibited to start?

I made some debug messages about kernel patching and see

143:788  0:183  procedure validateKCFileSetUUID found at 0x78e6d0
143:863  0:075   StartPattern found
143:962  0:099  ==> Success : 1 replaces done

Yes, custom kernel patch succeeded.

 

144:058  0:095  dump begin of WholePlist: <?xml version="1.0" 

This is also success of find PrelinkedKextsInfo.

 

146:154  0:075  cffaedfe07000001030000000b00000007000000

This is success of find macho header on kext AppleRTC. But next lines

148:128  1:974  symCmdOffset=0x418
148:262  0:133  driverKC: AddrVtable=0x3819b40 SizeVtable=0x1ec NamesTable=0x3aa89a8
148:337  0:075  updateChecksum not found
148:528  0:191  updateChecksum at 0x0

means that I still don't know where is the binary of the kext AppleRTC in memory if BooterKernelExtensions.kc loaded.

This patch failure may explain the stop of bigsur installation.

 

Second error I see is "couldn't allocate class AppleIntelPCHSeriesAHCI".

Why Apple's kext is not loaded? My chipset is Z170. Is it bad for bigsur?

Or bigsur can be installed only on SSD and not on HDD? I don't understand.

  • Like 4
6 hours ago, Slice said:

Thanks, now the patch is present in menu.

 

I am trying to install BigSur beta4 which I applied to new apfs container running macOS Install.app.

Снимок экрана 2020-09-04 в 21.11.15.png

The installation stops at apfs_module_start:2411 but I think it is not a reason. The reason in next step which is halted.

Before this I see my kexts are not started "couldn't allocate class...". So plist of the kexts were loaded but what? They are prohibited to start?

I made some debug messages about kernel patching and see


143:788  0:183  procedure validateKCFileSetUUID found at 0x78e6d0
143:863  0:075   StartPattern found
143:962  0:099  ==> Success : 1 replaces done

Yes, custom kernel patch succeeded.

 


144:058  0:095  dump begin of WholePlist: <?xml version="1.0" 

This is also success of find PrelinkedKextsInfo.

 


146:154  0:075  cffaedfe07000001030000000b00000007000000

This is success of find macho header on kext AppleRTC. But next lines


148:128  1:974  symCmdOffset=0x418
148:262  0:133  driverKC: AddrVtable=0x3819b40 SizeVtable=0x1ec NamesTable=0x3aa89a8
148:337  0:075  updateChecksum not found
148:528  0:191  updateChecksum at 0x0

means that I still don't know where is the binary of the kext AppleRTC in memory if BooterKernelExtensions.kc loaded.

This patch failure may explain the stop of bigsur installation.

 

Second error I see is "couldn't allocate class AppleIntelPCHSeriesAHCI".

Why Apple's kext is not loaded? My chipset is Z170. Is it bad for bigsur?

Or bigsur can be installed only on SSD and not on HDD? I don't understand.

I can confirm that Big Sur can be installed on HDD without issues.

You are near the last step to boot Big Sur with Clover which I am waiting for it eagerly.

  • Like 4

Hi guys, due to the way OC handles Windows booting (passing through all patches etc) I would like to boot windows with clover and boot OC with clover also. I know I could use refind to do the same thing but once clover can boot and install big sur on both Intel and AMD (I have both) I would prefer to switch back to clover. 

  • Like 1

I configured OpenCore to boot Big Sur installer version 11.0.20A5343j (which beta is that ? 4 ?).

Then, I disabled all the Kernel/Add in OpenCore .plist. Guess the result...

1772100160_Screenshot2020-09-05at14_03_06.thumb.png.35136c22bd1cd67116a2664568383fee.png

Now finding which kext is needed to go over that.

  • Like 4
27 minutes ago, Jief_Machak said:

I configured OpenCore to boot Big Sur installer version 11.0.20A5343j (which beta is that ? 4 ?).

Then, I disabled all the Kernel/Add in OpenCore .plist. Guess the result...

1772100160_Screenshot2020-09-05at14_03_06.thumb.png.35136c22bd1cd67116a2664568383fee.png

Now finding which kext is needed to go over that.

 

Big Sur version 11.0.20A5343j is Beta 5. Latest Beta 6  is 20A5364e :)

51 minutes ago, Jief_Machak said:

Not surprising, when I remove VirtualSMC.kext, I got this stop at apfs_module_start:2411

 

I'm now experimenting OC patching from Clover.

not sure... but I think I had the same stop at apfs_module_start:2411 and with VirtualSMC.kext... with Clover 5119(german patched version)/5120 with kernel patches from German forum...

Edited by MICKHAEL
  • Like 1
39 minutes ago, Jief_Machak said:

Not surprising, when I remove VirtualSMC.kext, I got this stop at apfs_module_start:2411

 

I'm now experimenting OC patching from Clover.

 

8 minutes ago, MICKHAEL said:

not sure... but I think I had the same stop at apfs_module_start:2411 and with VirtualSMC.kext... with Clover 5019/5020 with kernel patches from German forum...

 

Kernel patches from German forum works only on Mod Clover 5119 (not on official Clover version 5119, 5120, 5121, or 5122) :)

 

  • Like 2
7 minutes ago, Matgen84 said:

 

 

Kernel patches from German forum works only on Mod Clover 5119 (not on official Clover version 5119, 5120, 5121, or 5122) :)

 

Thanks. I know that) used 5119 patched

  • Like 1
1 hour ago, Matgen84 said:

 

 

Kernel patches from German forum works only on Mod Clover 5119 (not on official Clover version 5119, 5120, 5121, or 5122) :)

 

Because of brute force instead of symbolic search.

1 hour ago, yapan4 said:

Hey boys, do not forget this method https://www.insanelymac.com/forum/topic/284656-clover-general-discussion/?do=findComment&amp;comment=2732413 that also successfully boot BS beta3

 

Nothing new. I know these variables and can set them from Terminal when needed.

  • Like 2
×
×
  • Create New...