Contribute
Register

[Guide] USB power property injection for Sierra (and later)

I can't find anything for SortedOrder in my config.plist..
from your config.plist:

Code:
<key>SortedOrder</key>
        <array>
            <string>SSDT-UIAC.aml</string>
        </array>
 
I removed sorted order but am still not getting my SSDTs to load..
you will have to reupload your problem reporting files and take a pic of verbose mode if you can't boot
 
you will have to reupload your problem reporting files and take a pic of verbose mode if you can't boot
I did, on my reply to RehabMan, I can boot fine, witch is odd, it’s loading my SSDT-USB for my ports but not my SSDT-EC, not sure if it did or not but added it to this post on my phone. If not it’s uptop in my reply to RehabMan
 

Attachments

  • debug_6989.zip
    1.6 MB · Views: 64
I removed sorted order but it is still not loading..

Your Clover bootlog shows no SSDT-EC.aml on the EFI/Clover you're booting from:
Code:
128:146  0:170  Unsorted
128:150  0:004  Inserting SSDT-USB.aml from EFI\CLOVER\ACPI\patched: size=502 ... Success
128:172  0:021  Inserting SSDT-HDEF+-1.aml from EFI\CLOVER\ACPI\patched: size=215 ... Success
 
Your Clover bootlog shows no SSDT-EC.aml on the EFI/Clover you're booting from:
Code:
128:146  0:170  Unsorted
128:150  0:004  Inserting SSDT-USB.aml from EFI\CLOVER\ACPI\patched: size=502 ... Success
128:172  0:021  Inserting SSDT-HDEF+-1.aml from EFI\CLOVER\ACPI\patched: size=215 ... Success
But why? It’s in my patched folder?
 
But why? It’s in my patched folder?

You are not booting from the EFI/Clover you attached.

Keep in mind the Clover bootlog shows you which partition Clover was started from:
Code:
0:100  0:000  SelfDevicePath=PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x3,0xFFFF,0x0)\HD(5,GPT,00983E28-B7EE-4B3F-AE72-E66F70111F26,0xE8D72000,0x96000) @8AF42518

That "HD(5," tells you partition 5... And the "Sata(0x3" means the SATA device at port 3.

Since you have multiple HDDs attached to SATA, it could be you're not booting from the one you're modifying EFI/Clover.
 
You are not booting from the EFI/Clover you attached.

Keep in mind the Clover bootlog shows you which partition Clover was started from:
Code:
0:100  0:000  SelfDevicePath=PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x3,0xFFFF,0x0)\HD(5,GPT,00983E28-B7EE-4B3F-AE72-E66F70111F26,0xE8D72000,0x96000) @8AF42518

That "HD(5," tells you partition 5... And the "Sata(0x3" means the SATA device at port 3.

Since you have multiple HDDs attached to SATA, it could be you're not booting from the one you're modifying EFI/Clover.
Ok I’ll unplug my other hdd and try that, thank you
 
You are not booting from the EFI/Clover you attached.

Keep in mind the Clover bootlog shows you which partition Clover was started from:
Code:
0:100  0:000  SelfDevicePath=PciRoot(0x0)\Pci(0x17,0x0)\Sata(0x3,0xFFFF,0x0)\HD(5,GPT,00983E28-B7EE-4B3F-AE72-E66F70111F26,0xE8D72000,0x96000) @8AF42518

That "HD(5," tells you partition 5... And the "Sata(0x3" means the SATA device at port 3.

Since you have multiple HDDs attached to SATA, it could be you're not booting from the one you're modifying EFI/Clover.
Is it saying it’s booting from this device here:
 

Attachments

  • AA8E8193-DB82-4ACD-8357-2E214B03B5CA.jpeg
    AA8E8193-DB82-4ACD-8357-2E214B03B5CA.jpeg
    1.2 MB · Views: 125
Is it saying it’s booting from this device here:

That is where Clover is booting macOS from.
That is not the same as where BIOS booted Clover from.
 
Back
Top