Jump to content
30960 posts in this topic

Recommended Posts

1 hour ago, MifJpn said:

@Jief_Machak

I'm not very familiar with it, so I'm sorry.
Is it like the following

% pwd
/Users/alpha/CloverBootloader/Xcode/CloverConfigPlistValidator

% xcodebuild -scheme CloverConfigPlistValidator_Release > error.txt

Thank you for your cooperation.

error.txt 387.15 kB · 5 downloads

The error

In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/usr/include/libkern/_OSByteOrder.h:80:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/usr/include/libkern/arm/OSByteOrder.h:91:2: error: unknown type name 'uintptr_t'; did you mean 'intptr_t'?
        uintptr_t       _offset
        ^

Why arm?

Looks like Xcode bug.

2 hours ago, MifJpn said:

@Jief_Machak

I'm not very familiar with it, so I'm sorry.
Is it like the following

% pwd
/Users/alpha/CloverBootloader/Xcode/CloverConfigPlistValidator

% xcodebuild -scheme CloverConfigPlistValidator_Release > error.txt

Thank you for your cooperation.

error.txt 387.15 kB · 6 downloads


Can't build too (Xcode 11.3.1 - Mojave): CloverConfigPlistValidator_Release

In file included from <built-in>:1:
/Users/mathieu/src/Cloverbootloader/rEFIT_UEFI/PlatformPOSIX/include/Platform.h:104:10: fatal error: '../../Build/Clover/DEBUGMACOS_XCODE8/X64/rEFIt_UEFI/refit/DEBUG/AutoGen.h' file not found
#include "../../Build/Clover/DEBUGMACOS_XCODE8/X64/rEFIt_UEFI/refit/DEBUG/AutoGen.h"

 

error.txt

18 hours ago, Jief_Machak said:

So you can now compile the validator yourself : just go to Xcode/CloverConfigPlistValidator and open the xcode project. Compile the scheme "CloverConfigPlistValidator_Release" and voila.

Is there someone up to integrate this in buildme and in the CloverPackage ?

No such file

#include "../../Build/Clover/DEBUGMACOS_XCODE8/X64/rEFIt_UEFI/refit/DEBUG/AutoGen.h"

 

  • Like 1
5 hours ago, Jief_Machak said:

Yes, it's a way for me to know where it crashes when it crashes before being able to save the log.

 

Unfortunately, my compilation works, but not yours.

So, edit the file main.cpp, line 2685. Change


//#define DEBUG_ERALY_CRASH

by


#define DEBUG_ERALY_CRASH

compile and try.

i did as you said  i got only the messages  and no boot screen 

WhatsApp Image 2021-04-29 at 6.29.44 PM.jpeg

error: Build input file cannot be found: '/Users/sergey/src/CloverBootloader/PosixCompilation/DEBUG_Libs/Autogen/AutoGen.c' (in target 'CloverConfigPlistValidator' from project 'CloverConfigPlistValidator')

There are symbolic links to milk.

I should not need AutoGen.c for the validator. And it should not be DEBUG_Libs. And I should even not need DEBUG_Libs...

This project is based on an other project where I compile all Clover and all its library as a mac command line application. Probably left over things in the xcode project.

I'll fix that.

1 hour ago, eng_redaesm said:

i did as you said  i got only the messages  and no boot screen 

WhatsApp Image 2021-04-29 at 6.29.44 PM.jpeg

If you get step 6, you should get a debug log.

Do you have it ?

  • Like 2
8 hours ago, Jief_Machak said:

Could you try this CLOVERX64.efi.zip ?

this version went on to boot up. it doesn't like the key NewWay_80000000

tluck@Test-Mac ~/Downloads

$ ./CloverConfigPlistValidator0.8

Error: Unexpected tag 'true' at line 15 col 31. Was expecting <key>.

Warning: Unknown key '/Boot/IgnoreNVRAMBoot:74'. Skipped.

Warning: Unknown key '/Boot/UseAlternateLogo:82'. Skipped.

Warning: Unknown key '/GUI/Mouse/DoubleClick:284'. Skipped.

Warning: Unknown key '/Graphics/EDID/Comment:317'. Skipped.

Warning: Unknown key '/Quirks/AppleCpuPmCfgLock:471'. Skipped.

Warning: Unknown key '/Quirks/AppleXcpmCfgLock:474'. Skipped.

Warning: Unknown key '/Quirks/CustomSMBIOSGuid:481'. Skipped.

Warning: Unknown key '/Quirks/DisableRtcChecksum:489'. Skipped.

Warning: Unknown key '/Quirks/LapicKernelPanic:513'. Skipped.

Warning: Unknown key '/Quirks/PanicNoKextDump:516'. Skipped.

Warning: Unknown key '/Quirks/ProvideConsoleGopEnable:525'. Skipped.

 

tluck@Test-Mac ~/Downloads

$ more config-nowarning-noerror.plist

<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">

<plist version="1.0">

<dict>

        <key>ACPI</key>

        <dict>

                <key>DSDT</key>

                <dict>

                        <key>Debug</key>

                        <true/>

                        <key>Fixes</key>

                        <dict>

                                <key>FixRegions_10000000</key>

                                <true/>

                                <key>NewWay_80000000</key>

                                <true/>

                        </dict>

                        <key>Name</key>

                        <string>DSDT.aml</string>

                </dict>

1 hour ago, tluck said:

this version went on to boot up. it doesn't like the key NewWay_80000000

 

The key is no more exists.

 

Anyway I see no reason to delete non-existent keys. Clover will not read keys that it doesn't know. (opposite to OC).

The key may be intended for other Clover version, for example.

  • Like 2

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

  • Like 1
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).

 

  • Like 3

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'

17 hours ago, Slice said:

 

@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 by Matgen84
  • Like 1
  • Haha 1
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.

 

  • Like 4
  • Thanks 1

@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 by matxpa
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 :)

  • Like 2

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

  • Like 1
  • Sad 2

@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 !  :cry: No issue with Clover r5133 commit fb86ee1, update before the new tag for release. 

2021-4-29_16-26_BOOTX64.EFI.log

Edited by Matgen84
  • Like 1
  • Sad 1
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 by kushwavez
  • Thanks 1
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.

×
×
  • Create New...