OK, one last update. Everything seems to be working without any crashes. After playing around:
- I found that I had better luck with the graphics using the spoof plist than the non-spoof plist, which would cause crashes on boot. The spoof plist booted without any graphical errors, even on boot, though it needs to be set up. This line from /r/hackintosh helped me:
- I noticed some issues with Bluetooth disconnecting after a while when using the machine, and also having trouble accepting devices. My solution to the issue was to add this line of code to the KextsToPatch section of config.plist.
Code:
<dict>
<key>Comment</key>
<string>AirPortBrcm4360 - fcvo</string>
<key>Disabled</key>
<false/>
<key>Find</key>
<data>gflSqgAAdSk=</data>
<key>Name</key>
<string>AirPortBrcm4360</string>
<key>Replace</key>
<data>gflSqgAAZpA=</data>
</dict>
- In an effort to see if I could get the mic working on my headphones and because I saw some sound quality issues with the speakers, I went back to the AppleHDA solution posted in the top of the thread to see if that would help. So far, the speakers are working OK. The mic headphone does not work, though—it's a headset I've used for more than a year with my MBP and it still works there. I also tested a set of Sennheisers in the headphone jack but I didn't get a mic then, either. But just an FYI.
- Other than that, the only part of the machine that does not work is the SD card reader, which I'm not sure will ever work.
- I also did a Geekbench run on this machine, in case anyone's curious.
Here's the CPU test, and the
Compute test.
I've included my CLOVER.zip file and kexts, in case it helps anyone. The main differences from the OP are the existence of the Wacom driver, and the necessary patching for touchscreen. Let me know if there are any questions; thanks!