Jump to content
30960 posts in this topic

Recommended Posts

Guest 5T33Z0
13 hours ago, kushwavez said:

9:164 0:008 - [HPET _CRS to XCRS Rename]: pattern 255F4352, patched at: [ (138CC) ]

9:178 0:014 - [RTC IRQ 8 Patch]: pattern 22000179, patched at: [ (13AED) ]

9:192 0:013 - [TIMR IRQ 0 Patch]: pattern 22010079, patched at: [ (13B1C) ]

 

These renames are only necessary in OpenCore. You can disable/delete them and the SSDT-HPET.aml that comes along with them and use the "FixIPIC", "FixRTC", "FixTMR" and "FixHPET" instead.

 

Quote


9:156  0:014   - [XHC1: _UPC to XUPC]: pattern 5F555043, bin not found / already patched!

 

This rename doesn't seem to be necessary. Check System DSDT to see if method _UPC really exists. If not, disable/delete it.

 

Another SSDT that you don't need from OpenCore would be "SSDT-SBUS-MCHC.aml" – use "FixSBUS" and "AddMCHC" instead

Edited by 5T33Z0
34 minutes ago, 5T33Z0 said:

@Slice Can the "CloverConfigPlistValidator" be found on your github for download as well or only in this thread? I am asking because I want to incorporate it in my Clover Update Guide for troubleshooting. Thanks.

I don't know yet. Wait for Jief found mistakes in the project.

Guest 5T33Z0
40 minutes ago, MifJpn said:

Hello, everyone.
CloverConfigPlistValidator can be built up to Xcode 11.3.1, but OpenCore couldn't.
I've been building on Catalina, so Xcode 12.4 was the default.
So, I succeeded in switching between both Xcodes (and saving the space of the application), so I will introduce it (as some of you may know).

 

Build CloverConfigPlistValidator (Switch between Xcode 12.4 (Catalina) and Xcode 11.3.1 (mojave))

 

Thank you.

 

Thanks for the guide. But where are the actual resources to build the CloverConfigPlistValidator from?

15 minutes ago, 5T33Z0 said:

 

Thanks for the guide. But where are the actual resources to build the CloverConfigPlistValidator from?

 

You can find the ressources in Cloverbootloader/Xcode/CloverConfigplistValidator :)

  • Like 1
Guest 5T33Z0

I've noticed that the current version of Clover Configurator (5.17.4.4) changes some formatting under "System Parameters" > "Inject Kexts" if "Yes" is selected. This results results in an error notification during boot. Workaround is to change the setting to `Detect` and save.

 

Edited by 5T33Z0
3 hours ago, 5T33Z0 said:

 

These renames are only necessary in OpenCore. You can disable/delete them and the SSDT-HPET.aml that comes along with them and use the "FixIPIC", "FixRTC", "FixTMR" and "FixHPET" instead.

You're right, I'll check them.

 

3 hours ago, 5T33Z0 said:

This rename doesn't seem to be necessary. Check System DSDT to see if method _UPC really exists. If not, disable/delete it.

In my case it's necessary. If I don't use that rename, my TB3 won't work. 

EDIT: In the log, it says "bin not found/already patched" at section "Patching DSDT". that is because it isn't in DSDT, but in SSDT so it will be patched at "Patching SSDT" section separately

 

3 hours ago, 5T33Z0 said:

Another SSDT that you don't need from OpenCore would be "SSDT-SBUS-MCHC.aml" – use "FixSBUS" and "AddMCHC" instead

Ah yes thanks. I am preparing myself for an EFI cleanup, so I'll do that too. 

Edited by kushwavez

@Jief_Machak @Slice

 

hello good morning to the whole team

 

I have a suggestion for you

I always find a warning in "Guid_Mouse-Double Clic" that I think is not important and I usually use 1000 for the touchpad on the Clover screen (pointer speed)

second is in "Sytstem Parameters_inject Kext that I always left in Yes today

as there are options that undermine the good functionality of the hack I would suggest removing this check

I'm testing on some of my PCs and for the moment everything is OK

at least this "Guid_Mouse-Double Clic" could be removed because if I don't put speed on my touchpad it will be slow if I put 500 or 1000 I have the warning on the boot screen


thanks to all and good continuations

google translate

I had errors on my screen after updating to 5134 so I ran the config validation on my config, made the changes and now my AMD rig boots to black screen.
ProvideConsoleGopEnable was in error according to validator but I think it’s needed on AMD. Can I add it back in clover GUI?


Sent from my iPhone using Tapatalk

I corrected somehow the Validator and upload it to Releases

https://github.com/CloverHackyColor/CloverBootloader/releases/download/5134/CloverConfigPlistValidator.zip

iMac2017:Debug sergey$ ./CloverConfigPlistValidator /Users/sergey/Desktop/config.plist 
Your plist looks so wonderful. Well done!
iMac2017:Debug sergey$ 

 

8 minutes ago, SavageAUS said:

I had errors on my screen after updating to 5134 so I ran the config validation on my config, made the changes and now my AMD rig boots to black screen.
ProvideConsoleGopEnable was in error according to validator but I think it’s needed on AMD. Can I add it back in clover GUI?


Sent from my iPhone using Tapatalk

It is in other place

Снимок экрана 2021-05-01 в 14.06.17.png

  • Like 4
13 minutes ago, PG7 said:

@Jief_Machak @Slice

 

hello good morning to the whole team

 

I have a suggestion for you

I always find a warning in "Guid_Mouse-Double Clic" that I think is not important and I usually use 1000 for the touchpad on the Clover screen (pointer speed)

second is in "Sytstem Parameters_inject Kext that I always left in Yes today

as there are options that undermine the good functionality of the hack I would suggest removing this check

I'm testing on some of my PCs and for the moment everything is OK

at least this "Guid_Mouse-Double Clic" could be removed because if I don't put speed on my touchpad it will be slow if I put 500 or 1000 I have the warning on the boot screen


thanks to all and good continuations

google translate

You may just comment out these lines (#) and then they will not be validated.

2 hours ago, 5T33Z0 said:

I've noticed that the current version of Clover Configurator (5.17.4.4) changes some formatting under "System Parameters" > "Inject Kexts" if "Yes" is selected. This results results in an error notification during boot. Workaround is to change the setting to `Detect` and save.

 

If the Clover Configurator is wrong then drag it into trash.

  • Haha 1
17 minutes ago, Slice said:

I corrected somehow the Validator and upload it to Releases

https://github.com/CloverHackyColor/CloverBootloader/releases/download/5134/CloverConfigPlistValidator.zip

 

It is in other place

Снимок экрана 2021-05-01 в 14.06.17.png

Can you please advise where i would add this?

I no longer have access to macOS but i have ArchLinux and im using the "Kate" text editor.

Screenshot_20210501_205444.thumb.png.4943421d3ed61e6792634c8951101471.png

Is this correct placement?

Screenshot_20210501_205444.thumb.png.4943421d3ed61e6792634c8951101471.png

Screenshot_20210501_205737.png

3 hours ago, kushwavez said:

You're right, I'll check them.

 

In my case it's necessary. If I don't use that rename, my TB3 won't work. 

EDIT: In the log, it says "bin not found/already patched" at section "Patching DSDT". that is because it isn't in DSDT, but in SSDT so it will be patched at "Patching SSDT" section separately

 

Ah yes thanks. I am preparing myself for an EFI cleanup, so I'll do that too. 

So I did the cleanup, deleted some unnecessary DSDT fixes and SSDT.amls, now Big Sur successfully launched with Clover v5134 on my X1C6.

I still don't know why it did launch on v5133 and not on v5134 tho, but at least it's "fixed" now.

 

But in the log I see the exact same long SSDT patches and "RestoreConfig called Param1=2" loop like on the T440 notebook.

9:783  0:002  === [ FixBiosDsdt ] =============================
9:786  0:003  Patching DSDT:
9:789  0:002   - [change HECI to IMEI]: disabled
9:795  0:005   - [change GFX0 to IGPU]: pattern 47465830, patched at: [ (52) ]
9:810  0:014   - [INIT: OINIT to ZINI]: pattern 14471A4F, patched at: [ (15A34) ]
9:823  0:013   - [Battery: BAT0 to BATX]: pattern 86424154, patched at: [ (12C55) ]
9:837  0:013   - [Battery: Change HWAC to XWAC EC reads]: pattern 45435F5F, patched at: [ (14B7F) ]
9:851  0:013   - [S3 Sleep: GRPW to ZRPW]: pattern 47505257, patched at: [ (16368) ]
9:865  0:014   - [S3 Sleep: _WAK to ZWAK(1,S)]: pattern 5F57414B, patched at: [ (14D20) ]
9:879  0:013   - [S3 Sleep: _PTS to ZPTS]: pattern 5F505453, patched at: [ (67B) ]
9:893  0:014   - [XHC1: _UPC to XUPC]: pattern 5F555043, bin not found / already patched!
9:902  0:008   - [XHC1: _PS0 to XPS0]: pattern 5F505330, patched at: [ (1E0) ]
9:916  0:013   - [XHC1: _PS3 to XPS3]: pattern 5F505333, patched at: [ (1F6) ]
9:930  0:014  Name: _INI, Bridge: RP09, Replace: XINI
9:936  0:005    1 replacements
9:940  0:003  found RTC Length not match, Maybe will cause CMOS reset, will patch it.
9:942  0:002  found RTC had IRQNoFlag will move -3 bytes
9:947  0:004  found PIC had IRQNoFlag will move -3 bytes
9:950  0:003  Start HPET Fix
9:965  0:015  PreCleanup XSDT: count=30, length=276
9:968  0:002  PreCleanup XSDT, corrected XSDT: count=30, length=276
9:971  0:002  === [ ACPIDropTables ] ==========================
9:974  0:002  Patching SSDTs: 11 patches each
9:976  0:002   pattern 47465830, bin not found / already patched!
9:982  0:005   pattern 14471A4F, bin not found / already patched!
9:987  0:005   pattern 86424154, bin not found / already patched!
9:994  0:006   pattern 45435F5F, bin not found / already patched!
9:999  0:005   pattern 47505257, bin not found / already patched!
10:005  0:005   pattern 5F57414B, bin not found / already patched!
10:011  0:005   pattern 5F505453, bin not found / already patched!
10:016  0:005   pattern 5F555043, bin not found / already patched!
10:022  0:005   pattern 5F505330, bin not found / already patched!
10:027  0:005   pattern 5F505333, bin not found / already patched!
10:033  0:005  Name: _INI, Bridge: RP09, Replace: XINI
10:036  0:002    0 replacements
10:039  0:002  Patching SSDTs: 11 patches each
10:041  0:002   pattern 47465830, patched at: [ (2D) ]
10:052  0:010   pattern 14471A4F, bin not found / already patched!
10:058  0:005   pattern 86424154, bin not found / already patched!
10:063  0:005   pattern 45435F5F, bin not found / already patched!
10:069  0:005   pattern 47505257, bin not found / already patched!
10:074  0:005   pattern 5F57414B, bin not found / already patched!
10:080  0:005   pattern 5F505453, bin not found / already patched!
10:086  0:005   pattern 5F555043, bin not found / already patched!
10:091  0:005   pattern 5F505330, bin not found / already patched!
10:097  0:005   pattern 5F505333, bin not found / already patched!
10:102  0:005  Name: _INI, Bridge: RP09, Replace: XINI
10:105  0:002    0 replacements
10:108  0:002  Found OperationRegion(SANV, SystemMemory, CB567418, ...)
10:110  0:002  Patching SSDTs: 11 patches each
10:113  0:002   pattern 47465830, bin not found / already patched!
10:119  0:005   pattern 14471A4F, bin not found / already patched!
10:124  0:005   pattern 86424154, bin not found / already patched!
10:130  0:005   pattern 45435F5F, bin not found / already patched!
10:136  0:005   pattern 47505257, bin not found / already patched!
10:141  0:005   pattern 5F57414B, bin not found / already patched!
10:146  0:005   pattern 5F505453, bin not found / already patched!
10:152  0:005   pattern 5F555043, bin not found / already patched!
10:157  0:005   pattern 5F505330, bin not found / already patched!
10:163  0:005   pattern 5F505333, bin not found / already patched!
10:168  0:005  Name: _INI, Bridge: RP09, Replace: XINI
10:171  0:002    0 replacements
10:174  0:002  Patching SSDTs: 11 patches each
10:176  0:002   pattern 47465830, bin not found / already patched!
10:182  0:005   pattern 14471A4F, bin not found / already patched!
10:187  0:005   pattern 86424154, bin not found / already patched!
10:193  0:005   pattern 45435F5F, bin not found / already patched!
10:199  0:006   pattern 47505257, bin not found / already patched!
10:205  0:005   pattern 5F57414B, bin not found / already patched!
10:210  0:005   pattern 5F505453, bin not found / already patched!
10:215  0:005   pattern 5F555043, bin not found / already patched!
10:221  0:005   pattern 5F505330, patched at: [ (142E) ]
10:232  0:010   pattern 5F505333, patched at: [ (146B) ]
10:243  0:010  Name: _INI, Bridge: RP09, Replace: XINI
10:246  0:003    0 replacements
10:248  0:002  Patching SSDTs: 11 patches each
10:251  0:002   pattern 47465830, bin not found / already patched!
10:256  0:005   pattern 14471A4F, bin not found / already patched!
10:262  0:005   pattern 86424154, bin not found / already patched!
10:268  0:005   pattern 45435F5F, bin not found / already patched!
10:273  0:005   pattern 47505257, bin not found / already patched!
10:279  0:005   pattern 5F57414B, bin not found / already patched!
10:284  0:005   pattern 5F505453, bin not found / already patched!
10:290  0:005   pattern 5F555043, patched at: [ (52F) ]
10:301  0:010   pattern 5F505330, bin not found / already patched!
10:306  0:005   pattern 5F505333, bin not found / already patched!
10:312  0:005  Name: _INI, Bridge: RP09, Replace: XINI
10:314  0:002    0 replacements
10:317  0:002  Patching SSDTs: 11 patches each
10:320  0:002   pattern 47465830, bin not found / already patched!
10:325  0:005   pattern 14471A4F, bin not found / already patched!
10:332  0:006   pattern 86424154, bin not found / already patched!
10:337  0:005   pattern 45435F5F, bin not found / already patched!
10:342  0:005   pattern 47505257, bin not found / already patched!
10:348  0:005   pattern 5F57414B, bin not found / already patched!
10:353  0:005   pattern 5F505453, bin not found / already patched!
10:359  0:005   pattern 5F555043, bin not found / already patched!
10:364  0:005   pattern 5F505330, bin not found / already patched!
10:370  0:005   pattern 5F505333, bin not found / already patched!
10:375  0:005  Name: _INI, Bridge: RP09, Replace: XINI
10:378  0:002    0 replacements
10:381  0:002  Found OperationRegion(PNVS, SystemMemory, C0598000, ...)
10:384  0:002  Patching SSDTs: 11 patches each
10:386  0:002   pattern 47465830, bin not found / already patched!
10:392  0:005   pattern 14471A4F, bin not found / already patched!
10:397  0:005   pattern 86424154, bin not found / already patched!
10:403  0:005   pattern 45435F5F, bin not found / already patched!
10:409  0:005   pattern 47505257, bin not found / already patched!
10:414  0:005   pattern 5F57414B, bin not found / already patched!
10:420  0:005   pattern 5F505453, bin not found / already patched!
10:425  0:005   pattern 5F555043, bin not found / already patched!
10:430  0:005   pattern 5F505330, bin not found / already patched!
10:436  0:005   pattern 5F505333, bin not found / already patched!
10:441  0:005  Name: _INI, Bridge: RP09, Replace: XINI
10:444  0:002    0 replacements
10:447  0:002  Found OperationRegion(MBAR, SystemMemory, FED15000, ...)
10:450  0:002  Patching SSDTs: 11 patches each
10:452  0:002   pattern 47465830, bin not found / already patched!
10:458  0:006   pattern 14471A4F, bin not found / already patched!
10:464  0:005   pattern 86424154, bin not found / already patched!
10:469  0:005   pattern 45435F5F, bin not found / already patched!
10:475  0:005   pattern 47505257, bin not found / already patched!
10:480  0:005   pattern 5F57414B, bin not found / already patched!
10:486  0:005   pattern 5F505453, bin not found / already patched!
10:491  0:005   pattern 5F555043, bin not found / already patched!
10:497  0:005   pattern 5F505330, bin not found / already patched!
10:502  0:005   pattern 5F505333, bin not found / already patched!
10:508  0:005  Name: _INI, Bridge: RP09, Replace: XINI
10:510  0:002    0 replacements
10:513  0:002  Patching SSDTs: 11 patches each
10:516  0:002   pattern 47465830, bin not found / already patched!
10:522  0:005   pattern 14471A4F, bin not found / already patched!
10:527  0:005   pattern 86424154, bin not found / already patched!
10:533  0:005   pattern 45435F5F, bin not found / already patched!
10:538  0:005   pattern 47505257, bin not found / already patched!
10:544  0:005   pattern 5F57414B, bin not found / already patched!
10:549  0:005   pattern 5F505453, bin not found / already patched!
10:555  0:005   pattern 5F555043, bin not found / already patched!
10:560  0:005   pattern 5F505330, bin not found / already patched!
10:566  0:005   pattern 5F505333, bin not found / already patched!
10:571  0:005  Name: _INI, Bridge: RP09, Replace: XINI
10:574  0:002    0 replacements
10:577  0:003  Patching SSDTs: 11 patches each
10:580  0:002   pattern 47465830, bin not found / already patched!
10:585  0:005   pattern 14471A4F, bin not found / already patched!
10:591  0:005   pattern 86424154, bin not found / already patched!
10:597  0:005   pattern 45435F5F, bin not found / already patched!
10:602  0:005   pattern 47505257, bin not found / already patched!
10:608  0:005   pattern 5F57414B, bin not found / already patched!
10:613  0:005   pattern 5F505453, bin not found / already patched!
10:619  0:005   pattern 5F555043, patched at: [ (1C0) ]
10:629  0:010   pattern 5F505330, patched at: [ (BB) ]
10:640  0:010   pattern 5F505333, patched at: [ (C6) ]
10:651  0:011  Name: _INI, Bridge: RP09, Replace: XINI
10:654  0:002    0 replacements
10:657  0:002  Patching SSDTs: 11 patches each
10:660  0:002   pattern 47465830, bin not found / already patched!
10:665  0:005   pattern 14471A4F, bin not found / already patched!
10:671  0:005   pattern 86424154, bin not found / already patched!
10:676  0:005   pattern 45435F5F, bin not found / already patched!
10:682  0:005   pattern 47505257, bin not found / already patched!
10:687  0:005   pattern 5F57414B, bin not found / already patched!
10:693  0:005   pattern 5F505453, bin not found / already patched!
10:698  0:005   pattern 5F555043, bin not found / already patched!
10:704  0:005   pattern 5F505330, bin not found / already patched!
10:709  0:005   pattern 5F505333, bin not found / already patched!
10:715  0:005  Name: _INI, Bridge: RP09, Replace: XINI
10:718  0:003    0 replacements
15:256  0:002  OC: Opening file EFILoginLocalizations with 1 mode gave - Success
15:259  0:002  OC: Opening file battery.efires with 1 mode gave - Success
15:264  0:004  OCSMC: SmcReadValue Key 4242494E Size 1
16:349  1:085  RestoreConfig called Param1=2
16:399  0:050  RestoreConfig called Param1=2
16:408  0:008  RestoreConfig called Param1=2
16:417  0:008  RestoreConfig called Param1=2
16:426  0:008  RestoreConfig called Param1=2
16:434  0:008  RestoreConfig called Param1=2
16:443  0:008  RestoreConfig called Param1=2
16:452  0:008  RestoreConfig called Param1=2
16:461  0:008  RestoreConfig called Param1=2
16:470  0:008  RestoreConfig called Param1=2
16:478  0:008  RestoreConfig called Param1=2
16:487  0:008  RestoreConfig called Param1=2
16:496  0:008  RestoreConfig called Param1=2
16:505  0:008  RestoreConfig called Param1=2
16:513  0:008  RestoreConfig called Param1=2
16:522  0:008  RestoreConfig called Param1=2
16:531  0:008  RestoreConfig called Param1=2
16:540  0:009  RestoreConfig called Param1=2
16:549  0:009  RestoreConfig called Param1=2
16:558  0:008  RestoreConfig called Param1=2
16:567  0:008  RestoreConfig called Param1=2
16:576  0:009  RestoreConfig called Param1=2
16:585  0:008  RestoreConfig called Param1=2
16:594  0:008  RestoreConfig called Param1=2
16:602  0:008  RestoreConfig called Param1=2
16:611  0:008  RestoreConfig called Param1=2
16:620  0:008  RestoreConfig called Param1=2
16:629  0:008  RestoreConfig called Param1=2
16:637  0:008  RestoreConfig called Param1=2
16:646  0:009  RestoreConfig called Param1=2
16:655  0:008  RestoreConfig called Param1=2
16:664  0:008  RestoreConfig called Param1=2
16:673  0:008  RestoreConfig called Param1=2
16:681  0:008  RestoreConfig called Param1=2
16:690  0:008  RestoreConfig called Param1=2
16:699  0:008  RestoreConfig called Param1=2
16:708  0:008  RestoreConfig called Param1=2
16:716  0:008  RestoreConfig called Param1=2
16:725  0:008  RestoreConfig called Param1=2
16:734  0:008  RestoreConfig called Param1=2
16:743  0:008  RestoreConfig called Param1=2
16:752  0:009  RestoreConfig called Param1=2
16:761  0:008  RestoreConfig called Param1=2
16:770  0:008  RestoreConfig called Param1=2
16:780  0:010  RestoreConfig called Param1=2
16:788  0:008  RestoreConfig called Param1=2
16:797  0:008  RestoreConfig called Param1=2
16:806  0:008  RestoreConfig called Param1=2
16:815  0:008  RestoreConfig called Param1=2
16:824  0:008  RestoreConfig called Param1=2
16:832  0:008  RestoreConfig called Param1=2
20:336  3:503  OC: Opening file \38F29211-0790-4CF4-A101-1B6230EACEB7\System\Library\CoreServices\boot.efi with 1 mode gave - Success
20:346  0:009  OC: Opening file boot\System\Library\KernelCollections\BootKernelExtensions.kc.development with 1 mode gave - Not Found
20:349  0:003  OC: Opening file boot\System\Library\KernelCollections\BootKernelExtensions.kc with 1 mode gave - Success

But anyways I found no problem, everything is alright.

2021-5-1_12-10_CLOVERX64_v5134_X1C6.efi.log

Edited by kushwavez
  • Like 2
Yes, correct.

Even with that key put in my config I had no screen. I rolled back to 5133 and all good except now all animations are slow. I cp’d my EFI in Linux from the clover backup folder to bootable EFI folder.


Sent from my iPhone using Tapatalk
Guest 5T33Z0

After I fixed some issues using the CloverConfigPlistValidator, I managed to sucessfully update Clover to r5134 on my Z490 running on Big Sur.

 

But I am having trouble converting this Kernel patch to Clover the get on-board i225 Ethernet working:

 

https://dortania.github.io/OpenCore-Install-Guide/config.plist/comet-lake.html#patch-2

 

I've added the DeviceProperties and then added this, bit it doesn't work yet:

 

1487761691_Bildschirmfoto2021-05-01um18_05_57.png.54dd1e77b0a4174ae958cea18fc7f3ce.png

 

Am I doing it wrong? What about the "Base" and "Identifier" parts of this patch? It's working fine in OpenCore.

46 minutes ago, 5T33Z0 said:

After I fixed some issues using the CloverConfigPlistValidator, I managed to sucessfully update Clover to r5134 on my Z490 running on Big Sur.

 

But I am having trouble converting this Kernel patch to Clover the get on-board i225 Ethernet working:

 

https://dortania.github.io/OpenCore-Install-Guide/config.plist/comet-lake.html#patch-2

 

I've added the DeviceProperties and then added this, bit it doesn't work yet:

 

1487761691_Bildschirmfoto2021-05-01um18_05_57.png.54dd1e77b0a4174ae958cea18fc7f3ce.png

 

Am I doing it wrong? What about the "Base" and "Identifier" parts of this patch? It's working fine in OpenCore.

See correspondence here

https://www.insanelymac.com/forum/topic/304530-clover-change-explanations/?do=findComment&comment=2740755

 

  • Like 2
Guest 5T33Z0
8 hours ago, SavageAUS said:

Can you please advise where i would add this?

I no longer have access to macOS but i have ArchLinux and im using the "Kate" text editor.

Screenshot_20210501_205444.thumb.png.4943421d3ed61e6792634c8951101471.png

Is this correct placement?

 

 

You are making it really harder on yourself than necessary by using a text editor. Use the linux version of this plist editor instead: https://github.com/ic005k/PlistEDPlus/releases

Edited by 5T33Z0
Guest 5T33Z0

@Streets Yes.

 

VALIDATING YOUR CONFIG and FIXING ERRORS:

Starting from version r5134, Clover now includes error reporting similar to OpenCore which displays configuration errors before the actual boot menu appears. Do the following to validate your config and fix configuration errors:

  • Download CloverConfigPlistValidator.zip from the Clover Repo: https://github.com/CloverHackyColor/CloverBootloader/releases
  • unpack it
  • Open Terminal
  • Drag CloverConfigPlistValidator into it and hit the right arrow key once, so the file path is no longer highlighted/selected
  • Next, drag and drop your clover config.plist in the terminal window. Make sure there is a blank space between the 2 file paths! Its should look something like this:

    "/Users/YOURUSERNAME/Downloads/CloverConfigPlistValidator /Volumes/EFI/EFI/CLOVER/config.plist"

  • Hit "Enter"
  • Check the results. If it says: "Your plist looks so wonderful. Well done!", then you don't have to do anything else.
  • If there are errors listed in the results, open both your config and the sample.plist with a plist editor
  • compare the corresponding sections mentioned in the error log in the config-sample and your config and look for any differences (like formating etc) and fix them
  • save your config
  • re-check for errors
  • repeat comparison, fixing, saving and re-checking until all issues are resolved

Hello guys!

 

How can I fix this?

Warning: Unknown key '/GUI/Custom/Entries[0]/Ignore:206'. Skipped.
Warning: Unknown key '/GUI/Custom/Entries[1]/Ignore:220'. Skipped.
Warning: Unknown key '/GUI/Mouse/DoubleClick:248'. Skipped.
Warning: Unknown key '/Quirks/AppleXcpmCfgLock:349'. Skipped.
Warning: Unknown key '/Quirks/ProvideConsoleGop:363'. Skipped.

Following the @5T33Z0's tip above, and I just have those messages to fix left.

 

Thanks 

  • Like 1
Guest 5T33Z0
45 minutes ago, Allan said:

Hello guys!

 

How can I fix this?




Warning: Unknown key '/GUI/Custom/Entries[0]/Ignore:206'. Skipped.
Warning: Unknown key '/GUI/Custom/Entries[1]/Ignore:220'. Skipped.
Warning: Unknown key '/GUI/Mouse/DoubleClick:248'. Skipped.
Warning: Unknown key '/Quirks/AppleXcpmCfgLock:349'. Skipped.
Warning: Unknown key '/Quirks/ProvideConsoleGop:363'. Skipped.

Following the @5T33Z0's tip above, and I just have those messages to fix left.

 

Thanks 

 

Well,

open the config with a plist editor to edit the entries.

- AppleXcpmCfgLock is not a Quirk used by Clover. Delete it and enable "KernelPM" under Kernel and Kext Patches instead

- Move ProvideConsoleGop to GUI Section

- As for the GUI entries: I would delete those, save and open the config with Clover Configurator and select the options you need again which recreates the entries. Or compare your config with the sample-config to see if there are difference in formatting (classes, data types, etc.).

 

Edited by 5T33Z0
×
×
  • Create New...