Contribute
Register

Lenovo X1Carbon 4th Gen (2016) - Sierra

Status
Not open for further replies.
RehabMan,
Till I check your plist, why is the port (0306) disabled in the above sample? It will not take effect in this case, right?
Thank you!

Disabled = false, so enabled. Nice :)
 
Disabled = false, so enabled. Nice :)

It seems these two patches are not enough unfortunately.
Also I am a bit stumped, but I do not seem to be able to get the HDMI port number under Windows.
I guess I will need to have a good sleep on this....
 
RehabMan,
Till I check your plist, why is the port (0306) disabled in the above sample? It will not take effect in this case, right?
Thank you!

Disabled=false means enabled.
 

Attachments

  • ioREG_copy.zip
    447.3 KB · Views: 92
  • EFI.zip
    1.7 MB · Views: 125
  • Patchmatic.zip
    46.8 KB · Views: 99
  • kextcache.zip
    1.4 KB · Views: 97
  • kextstat.zip
    1.9 KB · Views: 115
Why iMac17,1 for a laptop?
Should be MacBookPro13,1 or MacBookPro11,1 or MacBookAir6,2, etc.
Your config.plist is a mess and the patches you have for the framebuffer do not apply to the ig-platform-id you're using.
Refer to the guide:
https://www.tonymacx86.com/threads/guide-booting-the-os-x-installer-on-laptops-with-clover.232980/

I have corrected the SMBIOS name, although I do not see a big (or any) difference.
But you are right, needs to be tidied up.
I have removed the otherwise disabled patches - those indeed were just there as work progressed.
But they were disabled.
Still, not tidy.
There are two patches that in my unprofessional view might be the subject of your complaint:
<dict>
<key>Comment</key>
<string>Intel HD 530 - 0306 - Port 7 as HDMI</string>
<key>Disabled</key>
<false/>
<key>Name</key>
<string>com.apple.driver.AppleIntelSKLGraphicsFramebuffer</string>
<key>Find</key>
<data>/wAAAAEAAAAgAAAA</data>
<key>Replace</key>
<data>AwYKAAAIAACHAQAA</data>
</dict>
<dict>
<key>Comment</key>
<string>10.11.4+-SKL-1912000-safe 4_displays</string>
<key>Disabled</key>
<false/>
<key>Name</key>
<string>com.apple.driver.AppleIntelSKLGraphicsFramebuffer</string>
<key>Find</key>
<data>AQMDAwAAIAI=</data>
<key>Replace</key>
<data>AQMEAwAAIAI=</data>
</dict>
The others (under KextsToPatch) do reference my ig-platform-id used, 0x19160000.
So are these the issues you identified?
Thank you!
 
I have corrected the SMBIOS name, although I do not see a big (or any) difference.
But you are right, needs to be tidied up.
I have removed the otherwise disabled patches - those indeed were just there as work progressed.
But they were disabled.
Still, not tidy.
There are two patches that in my unprofessional view might be the subject of your complaint:
<dict>
<key>Comment</key>
<string>Intel HD 530 - 0306 - Port 7 as HDMI</string>
<key>Disabled</key>
<false/>
<key>Name</key>
<string>com.apple.driver.AppleIntelSKLGraphicsFramebuffer</string>
<key>Find</key>
<data>/wAAAAEAAAAgAAAA</data>
<key>Replace</key>
<data>AwYKAAAIAACHAQAA</data>
</dict>
<dict>
<key>Comment</key>
<string>10.11.4+-SKL-1912000-safe 4_displays</string>
<key>Disabled</key>
<false/>
<key>Name</key>
<string>com.apple.driver.AppleIntelSKLGraphicsFramebuffer</string>
<key>Find</key>
<data>AQMDAwAAIAI=</data>
<key>Replace</key>
<data>AQMEAwAAIAI=</data>
</dict>
The others (under KextsToPatch) do reference my ig-platform-id used, 0x19160000.
So are these the issues you identified?
Thank you!

Refer to the guide for a better starter plist.
https://www.tonymacx86.com/threads/guide-booting-the-os-x-installer-on-laptops-with-clover.232980/

Then learn about framebuffer connector patching.
(plan on spending some time in hex edit to actually look at the framebuffer connector data, as that may help you understand what is going on with these patches).
 
Status
Not open for further replies.
Back
Top