Contribute
Register

[Guide] Alternative to the minStolenSize patch with 32mb DVMT-prealloc

As said earlier, placing the Intel Broadwell Graphics kext back causes the system not to boot with a valid ig-platform-id. I even tried a clean install and faced the same problem.
 
As said earlier, placing the Intel Broadwell Graphics kext back causes the system not to boot with a valid ig-platform-id. I even tried a clean install and faced the same problem.

You will need to provide "Problem Reporting" files that represent that scenario.
 
Just freezes there.
 

Attachments

  • 19030456_1586033978074018_8231481214791718509_n.jpg
    19030456_1586033978074018_8231481214791718509_n.jpg
    42.9 KB · Views: 271
Here you go.
 

Attachments

  • problem reporting.zip
    3.3 MB · Views: 156
Here you go.

Your ACPI configuration is wrong. You have patched SSDTs in ACPI/patched but DropOem=false. DropOem must be set true in that scenario.
But you also have the wrong set of files in ACPI/patched (dynamic SSDTs should not be placed there).
And you have no patches to the SSDTs anyway...
Suggestion:
Start over by following the guide with current plists... they have important renames already in config.plist.
Only patch DSDT.
https://www.tonymacx86.com/threads/guide-booting-the-os-x-installer-on-laptops-with-clover.148093/
https://www.tonymacx86.com/threads/guide-patching-laptop-dsdt-ssdts.152573/
 
I tried DropOEM=true and I get the "still waiting for root device" error. I only patched the DSDT with IRQ and PNLF.
 
I tried DropOEM=true and I get the "still waiting for root device" error. I only patched the DSDT with IRQ and PNLF.

DropOem=true can only be used if:
- you have all static OEM SSDTs in ACPI/patched, properly patched
- you have SortedOrder to specify SSDT load order

Since you have only HD5500 (no dual GPU), there is little reason to use DropOem, as there is no need to patch the SSDTs in ways that cannot be accomplished with config.plist.

Further discussion of your ACPI patching mistakes is off-topic here.
 
I am using 19160000 ig platform id. Noticed that my AppleIntelSKLGraphicsFramebuffer is a bit different from yours (10.11.6). Instead of 01030303 00002002 00005001 I have 01030303 00000004 00002002 00005001. What are these additional bytes :O
Anyways patching happens, but it results in terrible glitches which makes laptop unusable. What am I doing wrong? Attaching config.plist just in case.
 

Attachments

  • config.plist 6.zip
    2.4 KB · Views: 146
I am using 19160000 ig platform id. Noticed that my AppleIntelSKLGraphicsFramebuffer is a bit different from yours (10.11.6). Instead of 01030303 00002002 00005001 I have 01030303 00000004 00002002 00005001. What are these additional bytes :O
Anyways patching happens, but it results in terrible glitches which makes laptop unusable. What am I doing wrong? Attaching config.plist just in case.

Read FAQ, "Problem Reporting"
https://www.tonymacx86.com/threads/faq-read-first-laptop-frequent-questions.164990/
 
Back
Top