Bir de şunu deneyelim o zaman.
Kullandığın Config dosyasını aç.
"Kext to patch" satırını bul.
Bu satırın altında aşağıdaki yamayı bul;
Kod:
<dict>
<key>Comment</key>
<string>Disable minStolenSize less or equal fStolenMemorySize assertion, 10.12.0 ( (based on Austere.J patch)</string>
<key>Disabled</key>
<true/>
<key>Find</key>
<data>
iUXIOcZ2UQ==
</data>
<key>MatchOS</key>
<string>10.12.x</string>
<key>Name</key>
<string>com.apple.driver.AppleIntelSKLGraphicsFramebuffer</string>
<key>Replace</key>
<data>
iUXIOcbrUQ==
</data>
</dict>
Buradaki;
Kod:
<key>Disabled</key>
<true/>
<true/> değerini <false/> olarak değiştirip tekrar dene.