Slice Posted April 29, 2021 Share Posted April 29, 2021 Validator was built successfully. I got such messages Error: Unexpected tag 'true' at line 103 col 47. Was expecting <key>. Warning: Unknown key '/ACPI/_SB.PCI0.RP03.PXSX:153'. Skipped. Warning: Unknown key '/SSDT:156'. Skipped. I don't understand config.plist 2.zip 1 Link to comment Share on other sites More sharing options...
Jief_Machak Posted April 29, 2021 Share Posted April 29, 2021 17 minutes ago, Slice said: Validator was built successfully. I got such messages Error: Unexpected tag 'true' at line 103 col 47. Was expecting <key>. Warning: Unknown key '/ACPI/_SB.PCI0.RP03.PXSX:153'. Skipped. Warning: Unknown key '/SSDT:156'. Skipped. I don't understand config.plist 2.zip 3.66 kB · 0 downloads I tried and I don't have the same errors : Warning: Unknown key '/ACPI/DSDT/Fixes/NewWay_80000000:102'. Skipped. Warning: Unknown key '/GUI/Font:405'. Skipped. Warning: Unknown key '/KernelAndKextPatches/AsusAICPUPM:461'. Skipped. Warning: Unknown key '/KernelAndKextPatches/KernelCpu:465'. Skipped. Warning: Unknown key '/SystemParameters/BlueValue:582'. Skipped. Warning: Unknown key '/Quirks/ProvideConsoleGopEnable:611'. Skipped. Except that the line number is -1 it should be, that seems correct. But this Warning: Unknown key '/ACPI/_SB.PCI0.RP03.PXSX:153'. Skipped makes me think you used an old validator. One before when RenameDevices was an array and not a dict (or was it the other way around). 3 Link to comment Share on other sites More sharing options...
Slice Posted April 29, 2021 Share Posted April 29, 2021 This one created just now CloverConfigPlistValidator.zip 5 3 Link to comment Share on other sites More sharing options...
PG7 Posted April 29, 2021 Share Posted April 29, 2021 1 hour ago, Slice said: This one created just now CloverConfigPlistValidator.zip 141.69 kB · 2 downloads Thanks Team Spoiler 1 Link to comment Share on other sites More sharing options...
eng_redaesm Posted April 30, 2021 Share Posted April 30, 2021 8 hours ago, Jief_Machak said: If you get step 6, you should get a debug log. Do you have it ? sorry no debug generated Link to comment Share on other sites More sharing options...
maclinuxG4 Posted April 30, 2021 Share Posted April 30, 2021 report frome cloverConfigPlistValidator ./CloverConfigPlistValidator config.plist Warning: Unknown key '/GUI/Mouse/DoubleClick:634'. Skipped. Warning: Unknown key '/KernelAndKextPatches/KernelCpu:716'. Skipped. Warning: Unknown key '/KernelAndKextPatches/KextsToPatch[0]/FindMask:731'. Skipped. Warning: Unknown key '/Quirks/AppleCpuPmCfgLock:970'. Skipped. Warning: Unknown key '/Quirks/AppleXcpmCfgLock:973'. Skipped. Warning: Unknown key '/Quirks/CustomSMBIOSGuid:980'. Skipped. Warning: Unknown key '/Quirks/DisableRtcChecksum:988'. Skipped. Warning: Unknown key '/Quirks/LapicKernelPanic:1012'. Skipped. Warning: Unknown key '/Quirks/PanicNoKextDump:1033'. Skipped. Warning: Unknown key '/Quirks/ProvideConsoleGopEnable:1043'. Skipped. Warning: Boolean value contained in a string. Please use <true/> instead of <string>yes</string> for tag '/SystemParameters/InjectKexts:1264' Link to comment Share on other sites More sharing options...
Matgen84 Posted April 30, 2021 Share Posted April 30, 2021 (edited) 17 hours ago, Slice said: This one created just now CloverConfigPlistValidator.zip 141.69 kB · 13 downloads @Slice @Jief_Machak I try config-2.plist and CloverConfigPlistValidator posted here. After, I use CloverConfigPlistValidator 0.8 (previous version) to compare the result. iMac-de-Mathieu:~ mathieu$ /Users/mathieu/Downloads/CloverConfigPlistValidator /Users/mathieu/Downloads/config-2.plist Error: Unexpected tag 'true' at line 103 col 47. Was expecting <key>. Warning: Unknown key '/ACPI/_SB.PCI0.RP03.PXSX:153'. Skipped. Warning: Unknown key '/SSDT:156'. Skipped. iMac-de-Mathieu:~ mathieu$ /Users/mathieu/Downloads/Outils_Bootloader/Outils\ Clover/Outils\ New\ Clover\ +\ BootloaderChooser/CloverConfigPlistValidator0.8 /Users/mathieu/Downloads/config-2.plist Cannot stat file 'config-nowarning-noerror.plist' EDIT 04/30/2021: test my Z390config.plist iMac-de-Mathieu:~ mathieu$ /Users/mathieu/src/tools/Validator/Build/Products/Release/CloverConfigPlistValidator /Users/mathieu/Desktop/config_CLOVER_Z390.plist Your plist looks so wonderful. Well done! iMac-de-Mathieu:~ mathieu$ /Users/mathieu/Downloads/Outils_Bootloader/Outils\ Clover/Outils\ New\ Clover\ +\ BootloaderChooser/CloverConfigPlistValidator0.8 /Users/mathieu/Desktop/config_CLOVER_Z390.plist Cannot stat file 'config-nowarning-noerror.plist' Edited April 30, 2021 by Matgen84 1 1 Link to comment Share on other sites More sharing options...
Jief_Machak Posted April 30, 2021 Share Posted April 30, 2021 7 hours ago, Matgen84 said: Cannot stat file 'config-nowarning-noerror.plist' Debug version ignore parameters. So maybe the build version in the scheme is wrong. it’s easy to figure it out. Double on the Xcode projet and check the scheme. Execute in Xcode with breakpoints to debug it, if needed. The main is really only few lines... I’m away for few days without computers... @eng_redaesm let’s get back to the Xcode problem in few days. 4 1 Link to comment Share on other sites More sharing options...
matxpa Posted April 30, 2021 Share Posted April 30, 2021 (edited) @Jief_Machak Hi. On 4/29/2021 at 1:50 AM, tluck said: well I got a bunch of warnings and then nothing. cant compile validator - hit a bug - something about <size_t> (__v) - can't cast unsigned long long to unsigned long... On 4/29/2021 at 8:11 AM, Jief_Machak said: Any compile log ? Screenshot ? Here's a Screenshot Spoiler ... In file included from /Users/meunier/CloverBootloader/Xcode/CloverConfigPlistValidator/src/main.cpp:9: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk/usr/include/c++/v1/iostream:37: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk/usr/include/c++/v1/ios:215: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk/usr/include/c++/v1/__locale:14: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk/usr/include/c++/v1/string:506: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk/usr/include/c++/v1/string_view:175: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk/usr/include/c++/v1/__string:57: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk/usr/include/c++/v1/algorithm:643: In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk/usr/include/c++/v1/memory:668: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk/usr/include/c++/v1/typeinfo:225:16: error: reinterpret_cast from 'std::__type_info_implementations::__non_unique_arm_rtti_bit_impl::__type_name_t' (aka 'unsigned long long') to 'size_t' (aka 'unsigned long') is not allowed return reinterpret_cast<size_t>(__v); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 error generated. ... ** BUILD FAILED ** The following build commands failed: CompileC /Users/meunier/Library/Developer/Xcode/DerivedData/CloverConfigPlistValidator-gszkxypwjojajmdoiczqcxfwpmgd/Build/Intermediates.noindex/CloverConfigPlistValidator.build/Release/CloverConfigPlistValidator.build/Objects-normal/x86_64/main.o /Users/meunier/CloverBootloader/Xcode/CloverConfigPlistValidator/src/main.cpp normal x86_64 objective-c++ com.apple.compilers.llvm.clang.1_0.compiler (1 failure) And a Log. in attachement Greetings PS: with Big Sur 11.3 (20E232) and Xcode 12.5 (12E262) CloverConfigPlistValidator_Release_LOG.txt Edited April 30, 2021 by matxpa Link to comment Share on other sites More sharing options...
Matgen84 Posted April 30, 2021 Share Posted April 30, 2021 1 hour ago, Jief_Machak said: Debug version ignore parameters. So maybe the build version in the scheme is wrong. it’s easy to figure it out. Double on the Xcode projet and check the scheme. Execute in Xcode with breakpoints to debug it, if needed. The main is really only few lines... I’m away for few days without computers.. Hi @Jief_Machak In my previous post, I test my Z390 config.plist with the new CloverConfigPlistValidator (Release builded with Xcode 11.3.1) and the old CloverConfigPlistValidator 0.8 (Debug version download from your repo). It was just to show that in both cases there were no mistakes. See you later, in few days 2 Link to comment Share on other sites More sharing options...
kushwavez Posted April 30, 2021 Share Posted April 30, 2021 Clover release v5134, X1C6 Big Sur 11.3 - won't boot. Black screen after selecting Preboot. Log ends after the first RenamePatch. 9:022 0:002 === [ FixBiosDsdt ] ============================= 9:027 0:004 Patching DSDT: 9:029 0:002 - [change _DSM to XDSM]: pattern 5F44534D, patched at: [ (3FF6) ] 9:044 0:014 - [change HECI to IMEI]: pattern 48454349, patched at: [ (117D7) ] 9:057 0:013 - [change GFX0 to IGPU]: pattern 47465830, patched at: [ (52) ] 9:071 0:013 - [INIT: OINIT to ZINI]: pattern 14471A4F, patched at: [ (15A34) ] 9:085 0:014 - [Battery: BAT0 to BATX]: pattern 86424154, patched at: [ (12C55) ] 9:099 0:013 - [Battery: Change HWAC to XWAC EC reads]: pattern 45435F5F, patched at: [ (14B7F) ] 9:113 0:014 - [S3 Sleep: GRPW to ZRPW]: pattern 47505257, patched at: [ (16368) ] 9:127 0:013 - [S3 Sleep: _WAK to ZWAK(1,S)]: pattern 5F57414B, patched at: [ (14D20) ] 9:141 0:013 - [S3 Sleep: _PTS to ZPTS]: pattern 5F505453, patched at: [ (67B) ] 9:156 0:014 - [XHC1: _UPC to XUPC]: pattern 5F555043, bin not found / already patched! 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) ] 9:206 0:013 - [XHC1: _PS0 to XPS0]: pattern 5F505330, patched at: [ (1E0) ] 9:220 0:014 - [XHC1: _PS3 to XPS3]: pattern 5F505333, patched at: [ (1F6) ] 9:234 0:013 Name: _INI, Bridge: RP09, Replace: XINI 9:240 0:006 1 replacements 2021-4-30_16-31_CLOVERX64_v5134.efi.log 1 2 Link to comment Share on other sites More sharing options...
Matgen84 Posted April 30, 2021 Share Posted April 30, 2021 (edited) @kushwavez @Slice Idem here: I update my local repo and build Clover r5134 (new tag). Can't boot Big Sur: underscore and black screen. There is a Red Cross on that commit on Clover GitHub repo ! No issue with Clover r5133 commit fb86ee1, update before the new tag for release. 2021-4-29_16-26_BOOTX64.EFI.log Edited April 30, 2021 by Matgen84 1 1 Link to comment Share on other sites More sharing options...
kushwavez Posted April 30, 2021 Share Posted April 30, 2021 (edited) 49 minutes ago, kushwavez said: Clover release v5134, X1C6 Big Sur 11.3 - won't boot. Black screen after selecting Preboot. Log ends after the first RenamePatch. 9:022 0:002 === [ FixBiosDsdt ] ============================= 9:027 0:004 Patching DSDT: 9:029 0:002 - [change _DSM to XDSM]: pattern 5F44534D, patched at: [ (3FF6) ] 9:044 0:014 - [change HECI to IMEI]: pattern 48454349, patched at: [ (117D7) ] 9:057 0:013 - [change GFX0 to IGPU]: pattern 47465830, patched at: [ (52) ] 9:071 0:013 - [INIT: OINIT to ZINI]: pattern 14471A4F, patched at: [ (15A34) ] 9:085 0:014 - [Battery: BAT0 to BATX]: pattern 86424154, patched at: [ (12C55) ] 9:099 0:013 - [Battery: Change HWAC to XWAC EC reads]: pattern 45435F5F, patched at: [ (14B7F) ] 9:113 0:014 - [S3 Sleep: GRPW to ZRPW]: pattern 47505257, patched at: [ (16368) ] 9:127 0:013 - [S3 Sleep: _WAK to ZWAK(1,S)]: pattern 5F57414B, patched at: [ (14D20) ] 9:141 0:013 - [S3 Sleep: _PTS to ZPTS]: pattern 5F505453, patched at: [ (67B) ] 9:156 0:014 - [XHC1: _UPC to XUPC]: pattern 5F555043, bin not found / already patched! 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) ] 9:206 0:013 - [XHC1: _PS0 to XPS0]: pattern 5F505330, patched at: [ (1E0) ] 9:220 0:014 - [XHC1: _PS3 to XPS3]: pattern 5F505333, patched at: [ (1F6) ] 9:234 0:013 Name: _INI, Bridge: RP09, Replace: XINI 9:240 0:006 1 replacements 2021-4-30_16-31_CLOVERX64_v5134.efi.log 32.41 kB · 0 downloads @Jief_Machak @Slice On T440 it's okay. What I still finding strange in log (T440 log): 31:647 1:045 RestoreConfig called Param1=2 31:752 0:105 RestoreConfig called Param1=2 31:760 0:007 RestoreConfig called Param1=2 31:768 0:007 RestoreConfig called Param1=2 31:776 0:007 RestoreConfig called Param1=2 31:783 0:007 RestoreConfig called Param1=2 31:792 0:009 RestoreConfig called Param1=2 31:800 0:007 RestoreConfig called Param1=2 31:808 0:007 RestoreConfig called Param1=2 31:816 0:007 RestoreConfig called Param1=2 31:824 0:007 RestoreConfig called Param1=2 31:831 0:007 RestoreConfig called Param1=2 31:839 0:008 RestoreConfig called Param1=2 31:848 0:008 RestoreConfig called Param1=2 31:856 0:008 RestoreConfig called Param1=2 31:864 0:008 RestoreConfig called Param1=2 31:872 0:008 RestoreConfig called Param1=2 31:881 0:008 RestoreConfig called Param1=2 31:889 0:008 RestoreConfig called Param1=2 31:897 0:008 RestoreConfig called Param1=2 31:904 0:007 RestoreConfig called Param1=2 31:913 0:008 RestoreConfig called Param1=2 31:920 0:007 RestoreConfig called Param1=2 31:928 0:007 RestoreConfig called Param1=2 31:936 0:007 RestoreConfig called Param1=2 31:944 0:007 RestoreConfig called Param1=2 31:951 0:007 RestoreConfig called Param1=2 31:959 0:007 RestoreConfig called Param1=2 31:967 0:007 RestoreConfig called Param1=2 31:975 0:007 RestoreConfig called Param1=2 31:982 0:007 RestoreConfig called Param1=2 31:991 0:008 RestoreConfig called Param1=2 31:999 0:008 RestoreConfig called Param1=2 32:007 0:008 RestoreConfig called Param1=2 32:015 0:008 RestoreConfig called Param1=2 32:113 0:098 RestoreConfig called Param1=2 32:122 0:008 RestoreConfig called Param1=2 32:130 0:008 RestoreConfig called Param1=2 32:138 0:008 RestoreConfig called Param1=2 32:146 0:007 RestoreConfig called Param1=2 32:153 0:007 RestoreConfig called Param1=2 32:161 0:007 RestoreConfig called Param1=2 32:169 0:007 RestoreConfig called Param1=2 32:177 0:007 RestoreConfig called Param1=2 32:184 0:007 RestoreConfig called Param1=2 32:192 0:007 RestoreConfig called Param1=2 32:200 0:007 RestoreConfig called Param1=2 32:207 0:007 RestoreConfig called Param1=2 32:215 0:007 RestoreConfig called Param1=2 32:223 0:007 RestoreConfig called Param1=2 32:231 0:007 RestoreConfig called Param1=2 this is a bit much I think. Other: 15:531 0:004 Patching SSDTs: 29 patches each 15:535 0:003 pattern 1206020A, bin not found / already patched! 15:542 0:007 pattern 47424946, bin not found / already patched! 15:549 0:007 pattern 47425354, bin not found / already patched! 15:555 0:005 pattern 4241544D, bin not found / already patched! 15:562 0:006 pattern 5F513134, bin not found / already patched! 15:567 0:004 pattern 5F513135, bin not found / already patched! 15:575 0:007 pattern 5F513136, bin not found / already patched! 15:583 0:008 pattern 5F513146, bin not found / already patched! 15:591 0:007 pattern 5F513641, bin not found / already patched! 15:599 0:007 pattern 5F513634, bin not found / already patched! 15:607 0:007 pattern 5F513636, bin not found / already patched! 15:613 0:006 pattern 5F513637, bin not found / already patched! 15:617 0:004 pattern 5F513638, bin not found / already patched! 15:622 0:005 pattern 5F513639, bin not found / already patched! 15:630 0:007 pattern 5F513734, bin not found / already patched! 15:637 0:007 pattern 5F513232, bin not found / already patched! 15:645 0:007 pattern 5F513441, bin not found / already patched! 15:652 0:007 pattern 5F513442, bin not found / already patched! 15:659 0:007 pattern 5F513444, bin not found / already patched! 15:667 0:007 pattern 5F513234, bin not found / already patched! 15:675 0:007 pattern 5F513235, bin not found / already patched! 15:683 0:008 pattern 42415457, bin not found / already patched! 15:691 0:008 pattern 5F44534D, bin not found / already patched! 15:700 0:008 Name: PXSX, Bridge: RP01, Replace: ARPT 15:704 0:004 0 replacements 15:706 0:002 Patching SSDTs: 29 patches each 15:709 0:002 pattern 1206020A, bin not found / already patched! 15:716 0:007 pattern 47424946, bin not found / already patched! 15:724 0:007 pattern 47425354, bin not found / already patched! 15:731 0:007 pattern 4241544D, bin not found / already patched! 15:739 0:007 pattern 5F513134, bin not found / already patched! 15:747 0:007 pattern 5F513135, bin not found / already patched! 15:755 0:008 pattern 5F513136, bin not found / already patched! 15:763 0:007 pattern 5F513146, bin not found / already patched! 15:771 0:008 pattern 5F513641, bin not found / already patched! 15:779 0:007 pattern 5F513634, bin not found / already patched! 15:787 0:008 pattern 5F513636, bin not found / already patched! 15:791 0:003 pattern 5F513637, bin not found / already patched! 15:797 0:006 pattern 5F513638, bin not found / already patched! 15:805 0:007 pattern 5F513639, bin not found / already patched! 15:813 0:007 pattern 5F513734, bin not found / already patched! 15:820 0:007 pattern 5F513232, bin not found / already patched! 15:826 0:006 pattern 5F513441, bin not found / already patched! 15:830 0:003 pattern 5F513442, bin not found / already patched! 15:833 0:003 pattern 5F513444, bin not found / already patched! 15:837 0:004 pattern 5F513234, bin not found / already patched! 15:841 0:004 pattern 5F513235, bin not found / already patched! 15:845 0:003 pattern 42415457, bin not found / already patched! 15:849 0:003 pattern 5F44534D, bin not found / already patched! 15:853 0:003 Name: PXSX, Bridge: RP01, Replace: ARPT 15:855 0:002 0 replacements 15:857 0:001 Patching SSDTs: 29 patches each 15:859 0:001 pattern 1206020A, bin not found / already patched! 15:863 0:003 pattern 47424946, bin not found / already patched! 15:866 0:003 pattern 47425354, bin not found / already patched! 15:870 0:003 pattern 4241544D, bin not found / already patched! 15:873 0:003 pattern 5F513134, bin not found / already patched! 15:877 0:003 pattern 5F513135, bin not found / already patched! 15:880 0:003 pattern 5F513136, bin not found / already patched! 15:884 0:003 pattern 5F513146, bin not found / already patched! 15:887 0:003 pattern 5F513641, bin not found / already patched! 15:891 0:003 pattern 5F513634, bin not found / already patched! 15:895 0:004 pattern 5F513636, bin not found / already patched! 15:900 0:004 pattern 5F513637, bin not found / already patched! 15:903 0:003 pattern 5F513638, bin not found / already patched! 15:907 0:003 pattern 5F513639, bin not found / already patched! 15:910 0:003 pattern 5F513734, bin not found / already patched! 15:914 0:003 pattern 5F513232, bin not found / already patched! 15:917 0:003 pattern 5F513441, bin not found / already patched! 15:920 0:003 pattern 5F513442, bin not found / already patched! 15:924 0:003 pattern 5F513444, bin not found / already patched! 15:928 0:004 pattern 5F513234, bin not found / already patched! 15:932 0:004 pattern 5F513235, bin not found / already patched! 15:936 0:003 pattern 42415457, bin not found / already patched! 15:940 0:003 pattern 5F44534D, bin not found / already patched! 15:944 0:003 Name: PXSX, Bridge: RP01, Replace: ARPT 15:945 0:001 0 replacements 15:947 0:001 Patching SSDTs: 29 patches each 15:949 0:001 pattern 1206020A, bin not found / already patched! 15:953 0:003 pattern 47424946, bin not found / already patched! 15:956 0:003 pattern 47425354, bin not found / already patched! 15:960 0:003 pattern 4241544D, bin not found / already patched! 15:963 0:003 pattern 5F513134, bin not found / already patched! 15:967 0:003 pattern 5F513135, bin not found / already patched! 15:970 0:003 pattern 5F513136, bin not found / already patched! 15:974 0:003 pattern 5F513146, bin not found / already patched! 15:978 0:004 pattern 5F513641, bin not found / already patched! 15:982 0:004 pattern 5F513634, bin not found / already patched! 15:986 0:003 pattern 5F513636, bin not found / already patched! 15:990 0:003 pattern 5F513637, bin not found / already patched! 15:993 0:003 pattern 5F513638, bin not found / already patched! 15:997 0:003 pattern 5F513639, bin not found / already patched! 16:001 0:003 pattern 5F513734, bin not found / already patched! 16:004 0:003 pattern 5F513232, bin not found / already patched! 16:008 0:004 pattern 5F513441, bin not found / already patched! 16:012 0:003 pattern 5F513442, bin not found / already patched! 16:016 0:003 pattern 5F513444, bin not found / already patched! 16:020 0:003 pattern 5F513234, bin not found / already patched! 16:024 0:003 pattern 5F513235, bin not found / already patched! 16:027 0:003 pattern 42415457, bin not found / already patched! 16:031 0:003 pattern 5F44534D, bin not found / already patched! 16:035 0:003 Name: PXSX, Bridge: RP01, Replace: ARPT 16:036 0:001 0 replacements 16:038 0:001 Patching SSDTs: 29 patches each 16:040 0:001 pattern 1206020A, bin not found / already patched! 16:043 0:003 pattern 47424946, bin not found / already patched! 16:047 0:003 pattern 47425354, bin not found / already patched! 16:051 0:004 pattern 4241544D, bin not found / already patched! 16:055 0:004 pattern 5F513134, bin not found / already patched! 16:059 0:004 pattern 5F513135, bin not found / already patched! 16:063 0:004 pattern 5F513136, bin not found / already patched! 16:067 0:003 pattern 5F513146, bin not found / already patched! 16:071 0:003 pattern 5F513641, bin not found / already patched! 16:075 0:003 pattern 5F513634, bin not found / already patched! 16:078 0:003 pattern 5F513636, bin not found / already patched! 16:082 0:003 pattern 5F513637, bin not found / already patched! 16:086 0:003 pattern 5F513638, bin not found / already patched! 16:089 0:003 pattern 5F513639, bin not found / already patched! 16:092 0:003 pattern 5F513734, bin not found / already patched! 16:096 0:003 pattern 5F513232, bin not found / already patched! 16:100 0:003 pattern 5F513441, bin not found / already patched! 16:104 0:004 pattern 5F513442, bin not found / already patched! 16:108 0:004 pattern 5F513444, bin not found / already patched! 16:112 0:004 pattern 5F513234, bin not found / already patched! 16:116 0:003 pattern 5F513235, bin not found / already patched! 16:120 0:004 pattern 42415457, bin not found / already patched! 16:123 0:003 pattern 5F44534D, bin not found / already patched! 16:127 0:003 Name: PXSX, Bridge: RP01, Replace: ARPT 16:128 0:001 0 replacements 16:130 0:001 Patching SSDTs: 29 patches each 16:132 0:001 pattern 1206020A, bin not found / already patched! 16:135 0:003 pattern 47424946, bin not found / already patched! 16:140 0:004 pattern 47425354, bin not found / already patched! 16:144 0:004 pattern 4241544D, bin not found / already patched! 16:148 0:004 pattern 5F513134, bin not found / already patched! 16:152 0:003 pattern 5F513135, bin not found / already patched! 16:156 0:003 pattern 5F513136, bin not found / already patched! 16:159 0:003 pattern 5F513146, bin not found / already patched! 16:163 0:003 pattern 5F513641, bin not found / already patched! 16:167 0:003 pattern 5F513634, bin not found / already patched! 16:170 0:003 pattern 5F513636, bin not found / already patched! 16:174 0:003 pattern 5F513637, bin not found / already patched! 16:177 0:003 pattern 5F513638, bin not found / already patched! 16:180 0:003 pattern 5F513639, bin not found / already patched! 16:184 0:003 pattern 5F513734, bin not found / already patched! 16:188 0:004 pattern 5F513232, bin not found / already patched! 16:192 0:004 pattern 5F513441, bin not found / already patched! 16:196 0:004 pattern 5F513442, bin not found / already patched! 16:200 0:003 pattern 5F513444, bin not found / already patched! 16:204 0:003 pattern 5F513234, bin not found / already patched! 16:208 0:003 pattern 5F513235, bin not found / already patched! 16:211 0:003 pattern 42415457, bin not found / already patched! 16:215 0:003 pattern 5F44534D, bin not found / already patched! 16:219 0:003 Name: PXSX, Bridge: RP01, Replace: ARPT 16:221 0:001 0 replacements 16:222 0:001 Found OperationRegion(PPMT, SystemMemory, DCD78F98, ...) 16:224 0:001 Patching SSDTs: 29 patches each 16:226 0:002 pattern 1206020A, bin not found / already patched! 16:247 0:020 pattern 47424946, bin not found / already patched! 16:255 0:008 pattern 47425354, bin not found / already patched! 16:262 0:007 pattern 4241544D, bin not found / already patched! 16:270 0:007 pattern 5F513134, bin not found / already patched! 16:278 0:007 pattern 5F513135, bin not found / already patched! 16:286 0:007 pattern 5F513136, bin not found / already patched! 16:293 0:007 pattern 5F513146, bin not found / already patched! 16:301 0:007 pattern 5F513641, bin not found / already patched! 16:309 0:007 pattern 5F513634, bin not found / already patched! 16:314 0:005 pattern 5F513636, bin not found / already patched! 16:322 0:007 pattern 5F513637, bin not found / already patched! 16:330 0:007 pattern 5F513638, bin not found / already patched! 16:337 0:007 pattern 5F513639, bin not found / already patched! 16:346 0:008 pattern 5F513734, bin not found / already patched! 16:354 0:007 pattern 5F513232, bin not found / already patched! 16:361 0:007 pattern 5F513441, bin not found / already patched! 16:369 0:007 pattern 5F513442, bin not found / already patched! 16:377 0:008 pattern 5F513444, bin not found / already patched! 16:384 0:007 pattern 5F513234, bin not found / already patched! 16:392 0:007 pattern 5F513235, bin not found / already patched! 16:399 0:007 pattern 42415457, bin not found / already patched! 16:407 0:007 pattern 5F44534D, bin not found / already patched! 16:415 0:007 Name: PXSX, Bridge: RP01, Replace: ARPT 16:418 0:003 0 replacements 16:422 0:004 Found OperationRegion(SANV, SystemMemory, DCD77D98, ...) 16:426 0:003 Found OperationRegion(CCDC, SystemMemory, 80000000, ...) 16:430 0:004 Patching SSDTs: 29 patches each 16:433 0:003 pattern 1206020A, bin not found / already patched! 16:441 0:007 pattern 47424946, bin not found / already patched! 16:450 0:008 pattern 47425354, bin not found / already patched! 16:458 0:008 pattern 4241544D, bin not found / already patched! 16:465 0:007 pattern 5F513134, bin not found / already patched! 16:473 0:007 pattern 5F513135, bin not found / already patched! 16:481 0:007 pattern 5F513136, bin not found / already patched! 16:489 0:007 pattern 5F513146, bin not found / already patched! 16:496 0:007 pattern 5F513641, bin not found / already patched! 16:504 0:007 pattern 5F513634, bin not found / already patched! 16:512 0:008 pattern 5F513636, bin not found / already patched! 16:520 0:007 pattern 5F513637, bin not found / already patched! 16:528 0:007 pattern 5F513638, bin not found / already patched! 16:535 0:007 pattern 5F513639, bin not found / already patched! 16:543 0:008 pattern 5F513734, bin not found / already patched! 16:551 0:007 pattern 5F513232, bin not found / already patched! 16:559 0:007 pattern 5F513441, bin not found / already patched! 16:566 0:007 pattern 5F513442, bin not found / already patched! 16:574 0:007 pattern 5F513444, bin not found / already patched! 16:582 0:007 pattern 5F513234, bin not found / already patched! 16:590 0:007 pattern 5F513235, bin not found / already patched! 16:598 0:007 pattern 42415457, bin not found / already patched! 16:605 0:007 pattern 5F44534D, bin not found / already patched! 16:613 0:008 Name: PXSX, Bridge: RP01, Replace: ARPT 16:618 0:004 0 replacements 16:622 0:003 Patching SSDTs: 29 patches each 16:626 0:004 pattern 1206020A, bin not found / already patched! 16:634 0:007 pattern 47424946, bin not found / already patched! 16:642 0:007 pattern 47425354, bin not found / already patched! 16:649 0:007 pattern 4241544D, bin not found / already patched! 16:657 0:007 pattern 5F513134, bin not found / already patched! 16:665 0:008 pattern 5F513135, bin not found / already patched! 16:672 0:007 pattern 5F513136, bin not found / already patched! 16:680 0:007 pattern 5F513146, bin not found / already patched! 16:689 0:008 pattern 5F513641, bin not found / already patched! 16:696 0:007 pattern 5F513634, bin not found / already patched! 16:704 0:007 pattern 5F513636, bin not found / already patched! 16:712 0:007 pattern 5F513637, bin not found / already patched! 16:719 0:007 pattern 5F513638, bin not found / already patched! 16:727 0:008 pattern 5F513639, bin not found / already patched! 16:735 0:007 pattern 5F513734, bin not found / already patched! 16:743 0:007 pattern 5F513232, bin not found / already patched! 16:750 0:007 pattern 5F513441, bin not found / already patched! 16:758 0:007 pattern 5F513442, bin not found / already patched! 16:766 0:007 pattern 5F513444, bin not found / already patched! 16:773 0:007 pattern 5F513234, bin not found / already patched! 16:781 0:007 pattern 5F513235, bin not found / already patched! 16:789 0:007 pattern 42415457, bin not found / already patched! 16:794 0:004 pattern 5F44534D, bin not found / already patched! 16:798 0:003 Name: PXSX, Bridge: RP01, Replace: ARPT 16:803 0:005 0 replacements 16:805 0:002 Patching SSDTs: 29 patches each 16:807 0:002 pattern 1206020A, bin not found / already patched! 16:813 0:005 pattern 47424946, bin not found / already patched! 16:817 0:004 pattern 47425354, bin not found / already patched! 16:821 0:004 pattern 4241544D, bin not found / already patched! 16:828 0:007 pattern 5F513134, bin not found / already patched! 16:836 0:008 pattern 5F513135, bin not found / already patched! 16:844 0:007 pattern 5F513136, bin not found / already patched! 16:852 0:007 pattern 5F513146, bin not found / already patched! 16:860 0:007 pattern 5F513641, bin not found / already patched! 16:868 0:008 pattern 5F513634, bin not found / already patched! 16:876 0:007 pattern 5F513636, bin not found / already patched! 16:884 0:008 pattern 5F513637, bin not found / already patched! 16:892 0:007 pattern 5F513638, bin not found / already patched! 16:901 0:008 pattern 5F513639, bin not found / already patched! 16:908 0:007 pattern 5F513734, bin not found / already patched! 16:916 0:007 pattern 5F513232, bin not found / already patched! 16:924 0:007 pattern 5F513441, bin not found / already patched! 16:930 0:006 pattern 5F513442, bin not found / already patched! 16:936 0:005 pattern 5F513444, bin not found / already patched! 16:944 0:008 pattern 5F513234, bin not found / already patched! 16:952 0:007 pattern 5F513235, bin not found / already patched! 16:959 0:007 pattern 42415457, bin not found / already patched! 16:968 0:008 pattern 5F44534D, patched at: [ (530) ] 16:984 0:015 Name: PXSX, Bridge: RP01, Replace: ARPT 16:987 0:003 0 replacements 16:992 0:005 Found OperationRegion(FHCI, SystemMemory, FED70000, ...) 16:996 0:003 Found OperationRegion(TNVS, SystemMemory, DCCBF000, ...) 17:000 0:004 Patching SSDTs: 29 patches each 17:004 0:003 pattern 1206020A, bin not found / already patched! 17:011 0:007 pattern 47424946, bin not found / already patched! 17:019 0:007 pattern 47425354, bin not found / already patched! 17:027 0:007 pattern 4241544D, bin not found / already patched! 17:035 0:008 pattern 5F513134, bin not found / already patched! 17:043 0:008 pattern 5F513135, bin not found / already patched! 17:050 0:006 pattern 5F513136, bin not found / already patched! 17:056 0:005 pattern 5F513146, bin not found / already patched! 17:064 0:008 pattern 5F513641, bin not found / already patched! 17:072 0:008 pattern 5F513634, bin not found / already patched! 17:080 0:007 pattern 5F513636, bin not found / already patched! 17:088 0:007 pattern 5F513637, bin not found / already patched! 17:096 0:008 pattern 5F513638, bin not found / already patched! 17:104 0:007 pattern 5F513639, bin not found / already patched! 17:112 0:007 pattern 5F513734, bin not found / already patched! 17:120 0:007 pattern 5F513232, bin not found / already patched! 17:127 0:007 pattern 5F513441, bin not found / already patched! 17:136 0:008 pattern 5F513442, bin not found / already patched! 17:144 0:008 pattern 5F513444, bin not found / already patched! 17:152 0:008 pattern 5F513234, bin not found / already patched! 17:160 0:008 pattern 5F513235, bin not found / already patched! 17:169 0:008 pattern 42415457, bin not found / already patched! 17:177 0:008 pattern 5F44534D, bin not found / already patched! 17:184 0:007 Name: PXSX, Bridge: RP01, Replace: ARPT 17:187 0:003 0 replacements 17:192 0:004 Found OperationRegion(MENV, SystemMemory, DCC6DD98, ...) 17:195 0:003 Patching SSDTs: 29 patches each 17:200 0:004 pattern 1206020A, bin not found / already patched! 17:207 0:007 pattern 47424946, bin not found / already patched! 17:216 0:008 pattern 47425354, bin not found / already patched! 17:223 0:007 pattern 4241544D, bin not found / already patched! 17:231 0:007 pattern 5F513134, bin not found / already patched! 17:236 0:004 pattern 5F513135, bin not found / already patched! 17:243 0:007 pattern 5F513136, bin not found / already patched! 17:251 0:008 pattern 5F513146, bin not found / already patched! 17:260 0:008 pattern 5F513641, bin not found / already patched! 17:268 0:008 pattern 5F513634, bin not found / already patched! 17:272 0:004 pattern 5F513636, bin not found / already patched! 17:276 0:003 pattern 5F513637, bin not found / already patched! 17:280 0:003 pattern 5F513638, bin not found / already patched! 17:284 0:003 pattern 5F513639, bin not found / already patched! 17:287 0:003 pattern 5F513734, bin not found / already patched! 17:291 0:003 pattern 5F513232, bin not found / already patched! 17:295 0:003 pattern 5F513441, bin not found / already patched! 17:298 0:003 pattern 5F513442, bin not found / already patched! 17:302 0:003 pattern 5F513444, bin not found / already patched! 17:305 0:003 pattern 5F513234, bin not found / already patched! 17:308 0:003 pattern 5F513235, bin not found / already patched! 17:312 0:004 pattern 42415457, bin not found / already patched! 17:316 0:003 pattern 5F44534D, bin not found / already patched! 17:320 0:003 Name: PXSX, Bridge: RP01, Replace: ARPT 17:322 0:001 0 replacements It is looping a lot of times (14 if I'm not wrong) why? What I thought to be a problem on X1C6: 1st: FileVault. But that's not right, because T440 also has FV enabled and it's booting OK. 2nd: Maybe the RenamePatches? On X1C6 there is 1 replacement. On T440 there isn't. Maybe it's bugged after the replacement? 2021-4-30_17-11_CLOVERX64_v5134_T440.efi.log Edited April 30, 2021 by kushwavez 1 Link to comment Share on other sites More sharing options...
Slice Posted April 30, 2021 Share Posted April 30, 2021 29 minutes ago, kushwavez said: @Jief_Machak @Slice On T440 it's okay. What I still finding strange in log (T440 log): 31:647 1:045 RestoreConfig called Param1=2 31:752 0:105 RestoreConfig called Param1=2 31:760 0:007 RestoreConfig called Param1=2 31:768 0:007 RestoreConfig called Param1=2 31:776 0:007 RestoreConfig called Param1=2 31:783 0:007 RestoreConfig called Param1=2 31:792 0:009 RestoreConfig called Param1=2 31:800 0:007 RestoreConfig called Param1=2 31:808 0:007 RestoreConfig called Param1=2 31:816 0:007 RestoreConfig called Param1=2 31:824 0:007 RestoreConfig called Param1=2 31:831 0:007 RestoreConfig called Param1=2 31:839 0:008 RestoreConfig called Param1=2 31:848 0:008 RestoreConfig called Param1=2 31:856 0:008 RestoreConfig called Param1=2 31:864 0:008 RestoreConfig called Param1=2 31:872 0:008 RestoreConfig called Param1=2 31:881 0:008 RestoreConfig called Param1=2 31:889 0:008 RestoreConfig called Param1=2 31:897 0:008 RestoreConfig called Param1=2 31:904 0:007 RestoreConfig called Param1=2 31:913 0:008 RestoreConfig called Param1=2 31:920 0:007 RestoreConfig called Param1=2 31:928 0:007 RestoreConfig called Param1=2 31:936 0:007 RestoreConfig called Param1=2 31:944 0:007 RestoreConfig called Param1=2 31:951 0:007 RestoreConfig called Param1=2 31:959 0:007 RestoreConfig called Param1=2 31:967 0:007 RestoreConfig called Param1=2 31:975 0:007 RestoreConfig called Param1=2 31:982 0:007 RestoreConfig called Param1=2 31:991 0:008 RestoreConfig called Param1=2 31:999 0:008 RestoreConfig called Param1=2 32:007 0:008 RestoreConfig called Param1=2 32:015 0:008 RestoreConfig called Param1=2 32:113 0:098 RestoreConfig called Param1=2 32:122 0:008 RestoreConfig called Param1=2 32:130 0:008 RestoreConfig called Param1=2 32:138 0:008 RestoreConfig called Param1=2 32:146 0:007 RestoreConfig called Param1=2 32:153 0:007 RestoreConfig called Param1=2 32:161 0:007 RestoreConfig called Param1=2 32:169 0:007 RestoreConfig called Param1=2 32:177 0:007 RestoreConfig called Param1=2 32:184 0:007 RestoreConfig called Param1=2 32:192 0:007 RestoreConfig called Param1=2 32:200 0:007 RestoreConfig called Param1=2 32:207 0:007 RestoreConfig called Param1=2 32:215 0:007 RestoreConfig called Param1=2 32:223 0:007 RestoreConfig called Param1=2 32:231 0:007 RestoreConfig called Param1=2 this is a bit much I think. Other: 15:531 0:004 Patching SSDTs: 29 patches each 15:535 0:003 pattern 1206020A, bin not found / already patched! 15:542 0:007 pattern 47424946, bin not found / already patched! 15:549 0:007 pattern 47425354, bin not found / already patched! 15:555 0:005 pattern 4241544D, bin not found / already patched! 15:562 0:006 pattern 5F513134, bin not found / already patched! 15:567 0:004 pattern 5F513135, bin not found / already patched! 15:575 0:007 pattern 5F513136, bin not found / already patched! 15:583 0:008 pattern 5F513146, bin not found / already patched! 15:591 0:007 pattern 5F513641, bin not found / already patched! 15:599 0:007 pattern 5F513634, bin not found / already patched! 15:607 0:007 pattern 5F513636, bin not found / already patched! 15:613 0:006 pattern 5F513637, bin not found / already patched! 15:617 0:004 pattern 5F513638, bin not found / already patched! 15:622 0:005 pattern 5F513639, bin not found / already patched! 15:630 0:007 pattern 5F513734, bin not found / already patched! 15:637 0:007 pattern 5F513232, bin not found / already patched! 15:645 0:007 pattern 5F513441, bin not found / already patched! 15:652 0:007 pattern 5F513442, bin not found / already patched! 15:659 0:007 pattern 5F513444, bin not found / already patched! 15:667 0:007 pattern 5F513234, bin not found / already patched! 15:675 0:007 pattern 5F513235, bin not found / already patched! 15:683 0:008 pattern 42415457, bin not found / already patched! 15:691 0:008 pattern 5F44534D, bin not found / already patched! 15:700 0:008 Name: PXSX, Bridge: RP01, Replace: ARPT 15:704 0:004 0 replacements 15:706 0:002 Patching SSDTs: 29 patches each 15:709 0:002 pattern 1206020A, bin not found / already patched! 15:716 0:007 pattern 47424946, bin not found / already patched! 15:724 0:007 pattern 47425354, bin not found / already patched! 15:731 0:007 pattern 4241544D, bin not found / already patched! 15:739 0:007 pattern 5F513134, bin not found / already patched! 15:747 0:007 pattern 5F513135, bin not found / already patched! 15:755 0:008 pattern 5F513136, bin not found / already patched! 15:763 0:007 pattern 5F513146, bin not found / already patched! 15:771 0:008 pattern 5F513641, bin not found / already patched! 15:779 0:007 pattern 5F513634, bin not found / already patched! 15:787 0:008 pattern 5F513636, bin not found / already patched! 15:791 0:003 pattern 5F513637, bin not found / already patched! 15:797 0:006 pattern 5F513638, bin not found / already patched! 15:805 0:007 pattern 5F513639, bin not found / already patched! 15:813 0:007 pattern 5F513734, bin not found / already patched! 15:820 0:007 pattern 5F513232, bin not found / already patched! 15:826 0:006 pattern 5F513441, bin not found / already patched! 15:830 0:003 pattern 5F513442, bin not found / already patched! 15:833 0:003 pattern 5F513444, bin not found / already patched! 15:837 0:004 pattern 5F513234, bin not found / already patched! 15:841 0:004 pattern 5F513235, bin not found / already patched! 15:845 0:003 pattern 42415457, bin not found / already patched! 15:849 0:003 pattern 5F44534D, bin not found / already patched! 15:853 0:003 Name: PXSX, Bridge: RP01, Replace: ARPT 15:855 0:002 0 replacements 15:857 0:001 Patching SSDTs: 29 patches each 15:859 0:001 pattern 1206020A, bin not found / already patched! 15:863 0:003 pattern 47424946, bin not found / already patched! 15:866 0:003 pattern 47425354, bin not found / already patched! 15:870 0:003 pattern 4241544D, bin not found / already patched! 15:873 0:003 pattern 5F513134, bin not found / already patched! 15:877 0:003 pattern 5F513135, bin not found / already patched! 15:880 0:003 pattern 5F513136, bin not found / already patched! 15:884 0:003 pattern 5F513146, bin not found / already patched! 15:887 0:003 pattern 5F513641, bin not found / already patched! 15:891 0:003 pattern 5F513634, bin not found / already patched! 15:895 0:004 pattern 5F513636, bin not found / already patched! 15:900 0:004 pattern 5F513637, bin not found / already patched! 15:903 0:003 pattern 5F513638, bin not found / already patched! 15:907 0:003 pattern 5F513639, bin not found / already patched! 15:910 0:003 pattern 5F513734, bin not found / already patched! 15:914 0:003 pattern 5F513232, bin not found / already patched! 15:917 0:003 pattern 5F513441, bin not found / already patched! 15:920 0:003 pattern 5F513442, bin not found / already patched! 15:924 0:003 pattern 5F513444, bin not found / already patched! 15:928 0:004 pattern 5F513234, bin not found / already patched! 15:932 0:004 pattern 5F513235, bin not found / already patched! 15:936 0:003 pattern 42415457, bin not found / already patched! 15:940 0:003 pattern 5F44534D, bin not found / already patched! 15:944 0:003 Name: PXSX, Bridge: RP01, Replace: ARPT 15:945 0:001 0 replacements 15:947 0:001 Patching SSDTs: 29 patches each 15:949 0:001 pattern 1206020A, bin not found / already patched! 15:953 0:003 pattern 47424946, bin not found / already patched! 15:956 0:003 pattern 47425354, bin not found / already patched! 15:960 0:003 pattern 4241544D, bin not found / already patched! 15:963 0:003 pattern 5F513134, bin not found / already patched! 15:967 0:003 pattern 5F513135, bin not found / already patched! 15:970 0:003 pattern 5F513136, bin not found / already patched! 15:974 0:003 pattern 5F513146, bin not found / already patched! 15:978 0:004 pattern 5F513641, bin not found / already patched! 15:982 0:004 pattern 5F513634, bin not found / already patched! 15:986 0:003 pattern 5F513636, bin not found / already patched! 15:990 0:003 pattern 5F513637, bin not found / already patched! 15:993 0:003 pattern 5F513638, bin not found / already patched! 15:997 0:003 pattern 5F513639, bin not found / already patched! 16:001 0:003 pattern 5F513734, bin not found / already patched! 16:004 0:003 pattern 5F513232, bin not found / already patched! 16:008 0:004 pattern 5F513441, bin not found / already patched! 16:012 0:003 pattern 5F513442, bin not found / already patched! 16:016 0:003 pattern 5F513444, bin not found / already patched! 16:020 0:003 pattern 5F513234, bin not found / already patched! 16:024 0:003 pattern 5F513235, bin not found / already patched! 16:027 0:003 pattern 42415457, bin not found / already patched! 16:031 0:003 pattern 5F44534D, bin not found / already patched! 16:035 0:003 Name: PXSX, Bridge: RP01, Replace: ARPT 16:036 0:001 0 replacements 16:038 0:001 Patching SSDTs: 29 patches each 16:040 0:001 pattern 1206020A, bin not found / already patched! 16:043 0:003 pattern 47424946, bin not found / already patched! 16:047 0:003 pattern 47425354, bin not found / already patched! 16:051 0:004 pattern 4241544D, bin not found / already patched! 16:055 0:004 pattern 5F513134, bin not found / already patched! 16:059 0:004 pattern 5F513135, bin not found / already patched! 16:063 0:004 pattern 5F513136, bin not found / already patched! 16:067 0:003 pattern 5F513146, bin not found / already patched! 16:071 0:003 pattern 5F513641, bin not found / already patched! 16:075 0:003 pattern 5F513634, bin not found / already patched! 16:078 0:003 pattern 5F513636, bin not found / already patched! 16:082 0:003 pattern 5F513637, bin not found / already patched! 16:086 0:003 pattern 5F513638, bin not found / already patched! 16:089 0:003 pattern 5F513639, bin not found / already patched! 16:092 0:003 pattern 5F513734, bin not found / already patched! 16:096 0:003 pattern 5F513232, bin not found / already patched! 16:100 0:003 pattern 5F513441, bin not found / already patched! 16:104 0:004 pattern 5F513442, bin not found / already patched! 16:108 0:004 pattern 5F513444, bin not found / already patched! 16:112 0:004 pattern 5F513234, bin not found / already patched! 16:116 0:003 pattern 5F513235, bin not found / already patched! 16:120 0:004 pattern 42415457, bin not found / already patched! 16:123 0:003 pattern 5F44534D, bin not found / already patched! 16:127 0:003 Name: PXSX, Bridge: RP01, Replace: ARPT 16:128 0:001 0 replacements 16:130 0:001 Patching SSDTs: 29 patches each 16:132 0:001 pattern 1206020A, bin not found / already patched! 16:135 0:003 pattern 47424946, bin not found / already patched! 16:140 0:004 pattern 47425354, bin not found / already patched! 16:144 0:004 pattern 4241544D, bin not found / already patched! 16:148 0:004 pattern 5F513134, bin not found / already patched! 16:152 0:003 pattern 5F513135, bin not found / already patched! 16:156 0:003 pattern 5F513136, bin not found / already patched! 16:159 0:003 pattern 5F513146, bin not found / already patched! 16:163 0:003 pattern 5F513641, bin not found / already patched! 16:167 0:003 pattern 5F513634, bin not found / already patched! 16:170 0:003 pattern 5F513636, bin not found / already patched! 16:174 0:003 pattern 5F513637, bin not found / already patched! 16:177 0:003 pattern 5F513638, bin not found / already patched! 16:180 0:003 pattern 5F513639, bin not found / already patched! 16:184 0:003 pattern 5F513734, bin not found / already patched! 16:188 0:004 pattern 5F513232, bin not found / already patched! 16:192 0:004 pattern 5F513441, bin not found / already patched! 16:196 0:004 pattern 5F513442, bin not found / already patched! 16:200 0:003 pattern 5F513444, bin not found / already patched! 16:204 0:003 pattern 5F513234, bin not found / already patched! 16:208 0:003 pattern 5F513235, bin not found / already patched! 16:211 0:003 pattern 42415457, bin not found / already patched! 16:215 0:003 pattern 5F44534D, bin not found / already patched! 16:219 0:003 Name: PXSX, Bridge: RP01, Replace: ARPT 16:221 0:001 0 replacements 16:222 0:001 Found OperationRegion(PPMT, SystemMemory, DCD78F98, ...) 16:224 0:001 Patching SSDTs: 29 patches each 16:226 0:002 pattern 1206020A, bin not found / already patched! 16:247 0:020 pattern 47424946, bin not found / already patched! 16:255 0:008 pattern 47425354, bin not found / already patched! 16:262 0:007 pattern 4241544D, bin not found / already patched! 16:270 0:007 pattern 5F513134, bin not found / already patched! 16:278 0:007 pattern 5F513135, bin not found / already patched! 16:286 0:007 pattern 5F513136, bin not found / already patched! 16:293 0:007 pattern 5F513146, bin not found / already patched! 16:301 0:007 pattern 5F513641, bin not found / already patched! 16:309 0:007 pattern 5F513634, bin not found / already patched! 16:314 0:005 pattern 5F513636, bin not found / already patched! 16:322 0:007 pattern 5F513637, bin not found / already patched! 16:330 0:007 pattern 5F513638, bin not found / already patched! 16:337 0:007 pattern 5F513639, bin not found / already patched! 16:346 0:008 pattern 5F513734, bin not found / already patched! 16:354 0:007 pattern 5F513232, bin not found / already patched! 16:361 0:007 pattern 5F513441, bin not found / already patched! 16:369 0:007 pattern 5F513442, bin not found / already patched! 16:377 0:008 pattern 5F513444, bin not found / already patched! 16:384 0:007 pattern 5F513234, bin not found / already patched! 16:392 0:007 pattern 5F513235, bin not found / already patched! 16:399 0:007 pattern 42415457, bin not found / already patched! 16:407 0:007 pattern 5F44534D, bin not found / already patched! 16:415 0:007 Name: PXSX, Bridge: RP01, Replace: ARPT 16:418 0:003 0 replacements 16:422 0:004 Found OperationRegion(SANV, SystemMemory, DCD77D98, ...) 16:426 0:003 Found OperationRegion(CCDC, SystemMemory, 80000000, ...) 16:430 0:004 Patching SSDTs: 29 patches each 16:433 0:003 pattern 1206020A, bin not found / already patched! 16:441 0:007 pattern 47424946, bin not found / already patched! 16:450 0:008 pattern 47425354, bin not found / already patched! 16:458 0:008 pattern 4241544D, bin not found / already patched! 16:465 0:007 pattern 5F513134, bin not found / already patched! 16:473 0:007 pattern 5F513135, bin not found / already patched! 16:481 0:007 pattern 5F513136, bin not found / already patched! 16:489 0:007 pattern 5F513146, bin not found / already patched! 16:496 0:007 pattern 5F513641, bin not found / already patched! 16:504 0:007 pattern 5F513634, bin not found / already patched! 16:512 0:008 pattern 5F513636, bin not found / already patched! 16:520 0:007 pattern 5F513637, bin not found / already patched! 16:528 0:007 pattern 5F513638, bin not found / already patched! 16:535 0:007 pattern 5F513639, bin not found / already patched! 16:543 0:008 pattern 5F513734, bin not found / already patched! 16:551 0:007 pattern 5F513232, bin not found / already patched! 16:559 0:007 pattern 5F513441, bin not found / already patched! 16:566 0:007 pattern 5F513442, bin not found / already patched! 16:574 0:007 pattern 5F513444, bin not found / already patched! 16:582 0:007 pattern 5F513234, bin not found / already patched! 16:590 0:007 pattern 5F513235, bin not found / already patched! 16:598 0:007 pattern 42415457, bin not found / already patched! 16:605 0:007 pattern 5F44534D, bin not found / already patched! 16:613 0:008 Name: PXSX, Bridge: RP01, Replace: ARPT 16:618 0:004 0 replacements 16:622 0:003 Patching SSDTs: 29 patches each 16:626 0:004 pattern 1206020A, bin not found / already patched! 16:634 0:007 pattern 47424946, bin not found / already patched! 16:642 0:007 pattern 47425354, bin not found / already patched! 16:649 0:007 pattern 4241544D, bin not found / already patched! 16:657 0:007 pattern 5F513134, bin not found / already patched! 16:665 0:008 pattern 5F513135, bin not found / already patched! 16:672 0:007 pattern 5F513136, bin not found / already patched! 16:680 0:007 pattern 5F513146, bin not found / already patched! 16:689 0:008 pattern 5F513641, bin not found / already patched! 16:696 0:007 pattern 5F513634, bin not found / already patched! 16:704 0:007 pattern 5F513636, bin not found / already patched! 16:712 0:007 pattern 5F513637, bin not found / already patched! 16:719 0:007 pattern 5F513638, bin not found / already patched! 16:727 0:008 pattern 5F513639, bin not found / already patched! 16:735 0:007 pattern 5F513734, bin not found / already patched! 16:743 0:007 pattern 5F513232, bin not found / already patched! 16:750 0:007 pattern 5F513441, bin not found / already patched! 16:758 0:007 pattern 5F513442, bin not found / already patched! 16:766 0:007 pattern 5F513444, bin not found / already patched! 16:773 0:007 pattern 5F513234, bin not found / already patched! 16:781 0:007 pattern 5F513235, bin not found / already patched! 16:789 0:007 pattern 42415457, bin not found / already patched! 16:794 0:004 pattern 5F44534D, bin not found / already patched! 16:798 0:003 Name: PXSX, Bridge: RP01, Replace: ARPT 16:803 0:005 0 replacements 16:805 0:002 Patching SSDTs: 29 patches each 16:807 0:002 pattern 1206020A, bin not found / already patched! 16:813 0:005 pattern 47424946, bin not found / already patched! 16:817 0:004 pattern 47425354, bin not found / already patched! 16:821 0:004 pattern 4241544D, bin not found / already patched! 16:828 0:007 pattern 5F513134, bin not found / already patched! 16:836 0:008 pattern 5F513135, bin not found / already patched! 16:844 0:007 pattern 5F513136, bin not found / already patched! 16:852 0:007 pattern 5F513146, bin not found / already patched! 16:860 0:007 pattern 5F513641, bin not found / already patched! 16:868 0:008 pattern 5F513634, bin not found / already patched! 16:876 0:007 pattern 5F513636, bin not found / already patched! 16:884 0:008 pattern 5F513637, bin not found / already patched! 16:892 0:007 pattern 5F513638, bin not found / already patched! 16:901 0:008 pattern 5F513639, bin not found / already patched! 16:908 0:007 pattern 5F513734, bin not found / already patched! 16:916 0:007 pattern 5F513232, bin not found / already patched! 16:924 0:007 pattern 5F513441, bin not found / already patched! 16:930 0:006 pattern 5F513442, bin not found / already patched! 16:936 0:005 pattern 5F513444, bin not found / already patched! 16:944 0:008 pattern 5F513234, bin not found / already patched! 16:952 0:007 pattern 5F513235, bin not found / already patched! 16:959 0:007 pattern 42415457, bin not found / already patched! 16:968 0:008 pattern 5F44534D, patched at: [ (530) ] 16:984 0:015 Name: PXSX, Bridge: RP01, Replace: ARPT 16:987 0:003 0 replacements 16:992 0:005 Found OperationRegion(FHCI, SystemMemory, FED70000, ...) 16:996 0:003 Found OperationRegion(TNVS, SystemMemory, DCCBF000, ...) 17:000 0:004 Patching SSDTs: 29 patches each 17:004 0:003 pattern 1206020A, bin not found / already patched! 17:011 0:007 pattern 47424946, bin not found / already patched! 17:019 0:007 pattern 47425354, bin not found / already patched! 17:027 0:007 pattern 4241544D, bin not found / already patched! 17:035 0:008 pattern 5F513134, bin not found / already patched! 17:043 0:008 pattern 5F513135, bin not found / already patched! 17:050 0:006 pattern 5F513136, bin not found / already patched! 17:056 0:005 pattern 5F513146, bin not found / already patched! 17:064 0:008 pattern 5F513641, bin not found / already patched! 17:072 0:008 pattern 5F513634, bin not found / already patched! 17:080 0:007 pattern 5F513636, bin not found / already patched! 17:088 0:007 pattern 5F513637, bin not found / already patched! 17:096 0:008 pattern 5F513638, bin not found / already patched! 17:104 0:007 pattern 5F513639, bin not found / already patched! 17:112 0:007 pattern 5F513734, bin not found / already patched! 17:120 0:007 pattern 5F513232, bin not found / already patched! 17:127 0:007 pattern 5F513441, bin not found / already patched! 17:136 0:008 pattern 5F513442, bin not found / already patched! 17:144 0:008 pattern 5F513444, bin not found / already patched! 17:152 0:008 pattern 5F513234, bin not found / already patched! 17:160 0:008 pattern 5F513235, bin not found / already patched! 17:169 0:008 pattern 42415457, bin not found / already patched! 17:177 0:008 pattern 5F44534D, bin not found / already patched! 17:184 0:007 Name: PXSX, Bridge: RP01, Replace: ARPT 17:187 0:003 0 replacements 17:192 0:004 Found OperationRegion(MENV, SystemMemory, DCC6DD98, ...) 17:195 0:003 Patching SSDTs: 29 patches each 17:200 0:004 pattern 1206020A, bin not found / already patched! 17:207 0:007 pattern 47424946, bin not found / already patched! 17:216 0:008 pattern 47425354, bin not found / already patched! 17:223 0:007 pattern 4241544D, bin not found / already patched! 17:231 0:007 pattern 5F513134, bin not found / already patched! 17:236 0:004 pattern 5F513135, bin not found / already patched! 17:243 0:007 pattern 5F513136, bin not found / already patched! 17:251 0:008 pattern 5F513146, bin not found / already patched! 17:260 0:008 pattern 5F513641, bin not found / already patched! 17:268 0:008 pattern 5F513634, bin not found / already patched! 17:272 0:004 pattern 5F513636, bin not found / already patched! 17:276 0:003 pattern 5F513637, bin not found / already patched! 17:280 0:003 pattern 5F513638, bin not found / already patched! 17:284 0:003 pattern 5F513639, bin not found / already patched! 17:287 0:003 pattern 5F513734, bin not found / already patched! 17:291 0:003 pattern 5F513232, bin not found / already patched! 17:295 0:003 pattern 5F513441, bin not found / already patched! 17:298 0:003 pattern 5F513442, bin not found / already patched! 17:302 0:003 pattern 5F513444, bin not found / already patched! 17:305 0:003 pattern 5F513234, bin not found / already patched! 17:308 0:003 pattern 5F513235, bin not found / already patched! 17:312 0:004 pattern 42415457, bin not found / already patched! 17:316 0:003 pattern 5F44534D, bin not found / already patched! 17:320 0:003 Name: PXSX, Bridge: RP01, Replace: ARPT 17:322 0:001 0 replacements It is looping a lot of times (14 if I'm not wrong) why? What I thought to be a problem on X1C6: 1st: FileVault. But that's not right, because T440 also has FV enabled and it's booting OK. 2nd: Maybe the RenamePatches? On X1C6 there is 1 replacement. On T440 there isn't. Maybe it's bugged after the replacement? 2021-4-30_17-11_CLOVERX64_v5134_T440.efi.log 91.07 kB · 0 downloads I think your problem is related to ACPI patched which are not absolute safe. Any ACPI patch is good at 95% chance. If a patch is not working then exclude it. Link to comment Share on other sites More sharing options...
Guest 5T33Z0 Posted May 1, 2021 Share Posted May 1, 2021 (edited) 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 May 1, 2021 by 5T33Z0 Link to comment Share on other sites More sharing options...
Guest 5T33Z0 Posted May 1, 2021 Share Posted May 1, 2021 @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. Link to comment Share on other sites More sharing options...
Slice Posted May 1, 2021 Share Posted May 1, 2021 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. Link to comment Share on other sites More sharing options...
Guest 5T33Z0 Posted May 1, 2021 Share Posted May 1, 2021 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? Link to comment Share on other sites More sharing options...
Matgen84 Posted May 1, 2021 Share Posted May 1, 2021 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 1 Link to comment Share on other sites More sharing options...
Guest 5T33Z0 Posted May 1, 2021 Share Posted May 1, 2021 (edited) 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 May 1, 2021 by 5T33Z0 Link to comment Share on other sites More sharing options...
kushwavez Posted May 1, 2021 Share Posted May 1, 2021 (edited) 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 May 1, 2021 by kushwavez Link to comment Share on other sites More sharing options...
PG7 Posted May 1, 2021 Share Posted May 1, 2021 @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 Link to comment Share on other sites More sharing options...
SavageAUS Posted May 1, 2021 Share Posted May 1, 2021 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 Link to comment Share on other sites More sharing options...
Slice Posted May 1, 2021 Share Posted May 1, 2021 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 4 Link to comment Share on other sites More sharing options...
Slice Posted May 1, 2021 Share Posted May 1, 2021 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. 1 Link to comment Share on other sites More sharing options...
Recommended Posts