Contribute
Register

[FIX] HD4200/HD4400/HD4600/HD5600 on 10.11+

Any clover config kext patch or dsdt patch that you can think of to solve this?

Depends on what you mean by "this"...
What problem are you actually trying to solve?
 
Your ACPI configuration is wrong.
Your config.plist is wrong.

Start over. Follow the guide:
https://www.tonymacx86.com/threads/guide-booting-the-os-x-installer-on-laptops-with-clover.148093/

Also...
Your kextcache output proves kexts are not installed correctly.
All kexts you need must be installed to the system volume.
Read post #2 of the Clover guide for details:
https://www.tonymacx86.com/threads/guide-booting-the-os-x-installer-on-laptops-with-clover.148093/
I was start over and followed your guide as written and installed kext to system volume ,but it still does not work
What should I do?
 

Attachments

  • debug_13627.zip
    1.3 MB · Views: 79
I was start over and followed your guide as written and installed kext to system volume ,but it still does not work
What should I do?

Your ACPI configuration is wrong.
You have config.plist/ACPI/SSDT/DropOem=true. Should be false.
Also, SortedOrder not necessary.
See guide:
https://www.tonymacx86.com/threads/guide-patching-laptop-dsdt-ssdts.152573/

Also your settings in config.plist/ACPI/SSDT/Generate are wrong.
See guide for correct plists:
https://www.tonymacx86.com/threads/guide-booting-the-os-x-installer-on-laptops-with-clover.148093/

SSDT.aml not necessary. Remove from ACPI/patched. CPU PM is complete with only config.plist/ACPI/SSDT/Generate/PluginType=true. It is default in the guide plists. Details here:
https://www.tonymacx86.com/threads/guide-native-power-management-for-laptops.175801/
 
Your ACPI configuration is wrong.
You have config.plist/ACPI/SSDT/DropOem=true. Should be false.
Also, SortedOrder not necessary.
See guide:
https://www.tonymacx86.com/threads/guide-patching-laptop-dsdt-ssdts.152573/

Also your settings in config.plist/ACPI/SSDT/Generate are wrong.
See guide for correct plists:
https://www.tonymacx86.com/threads/guide-booting-the-os-x-installer-on-laptops-with-clover.148093/

SSDT.aml not necessary. Remove from ACPI/patched. CPU PM is complete with only config.plist/ACPI/SSDT/Generate/PluginType=true. It is default in the guide plists. Details here:
https://www.tonymacx86.com/threads/guide-native-power-management-for-laptops.175801/
thx for reply, but when i set dropoem=false it's can't boot
 

Attachments

  • CLOVER.zip
    1.5 MB · Views: 73
  • IMG_20180118_235724.jpg
    IMG_20180118_235724.jpg
    2.9 MB · Views: 106
thx for reply, but when i set dropoem=false it's can't boot

Try booting with an invalid ig-platform-id (0x12345678). That will tell you if it is a graphics issue.
You might need to inject EDID (not uncommon, especially with certain ASUS laptops).
You can inject with config.plist/Graphics/EDID/Inject=true.
 
Try booting with an invalid ig-platform-id (0x12345678). That will tell you if it is a graphics issue.
You might need to inject EDID (not uncommon, especially with certain ASUS laptops).
You can inject with config.plist/Graphics/EDID/Inject=true.
okay thank you it can boot now, then what to do next?
 

Attachments

  • debug_10449.zip
    1.4 MB · Views: 78
Try with valid ig-platform-id values.
I've tried all the options ig-platform-id haswell (mobile) available on clover configurator but nothing works.
 

Attachments

  • debug_30559.zip
    1.8 MB · Views: 76
Back
Top