Contribute
Register
Status
Not open for further replies.
Joined
Jan 22, 2016
Messages
69
Motherboard
Gigabyte GA-Z170X Designare
CPU
i7-6700K
Graphics
RX 570
Mac
  1. MacBook Pro
Mobile Phone
  1. Android
  2. iOS
Hello,

I have a CustoMac Pro from january 2017, today i've tried to start the sistem and didn't start. He gave me an error: (image attached)

20170419_094257.jpg


Sistem specs:
Gigabyte ga-170x designare
I7-6700k
Gigabyte gtx 750 ti oc 4gb
250 gb ssd samsung evo
1tb hd seagate barracuda
32gb ram ballistix sport 2x16

Please help me :cry:
Thanks
 
The KP is because you used a MacPro5,1 system definition but neglected to delete the AppleTyMCEDriver.kext.
Either change your system definition to one that doesn't use ECC RAM or,
In Finder navigate to /System/Library/Extensions/ and move AppleTyMCEDriver.kext to the Trash or,
Use the Clover patch :
Code:
<dict>
   <key>Name</key>
   <string>AppleTyMCEDriver</string>
   <key>Find</key>
   <data>cgoATWFjUHJvNCwxAE1hY1BybzUsMQBY</data>
   <key>Replace</key>
   <data>cgoAAAAAAAAAAAAAAAAAAAAAAAAAAABY</data>
</dict>
 
The KP is because you used a MacPro5,1 system definition but neglected to delete the AppleTyMCEDriver.kext.
Either change your system definition to one that doesn't use ECC RAM or,
In Finder navigate to /System/Library/Extensions/ and move AppleTyMCEDriver.kext to the Trash or,
Use the Clover patch :
Code:
<dict>
   <key>Name</key>
   <string>AppleTyMCEDriver</string>
   <key>Find</key>
   <data>cgoATWFjUHJvNCwxAE1hY1BybzUsMQBY</data>
   <key>Replace</key>
   <data>cgoAAAAAAAAAAAAAAAAAAAAAAAAAAABY</data>
</dict>

Hello, Thanks for reply.

How can I do this? because I can't use the finder, the mac didn't start, automatically reset after the error.

thanks!
 
How can I do this? because I can't use the finder, the mac didn't start, automatically reset after the error.

Boot in Safe mode and move AppleTyMCEDriver.kext to the Trash.
or
Boot from the Recovery partition and remove AppleTyMCEDriver.kext in Terminal.
or
It is possible to change the SMBIOS from the Clover boot screen.
or
Connect the disk to another Mac or hack and remove AppleTyMCEDriver.kext.

Be aware that future updates will restore AppleTyMCEDriver.kext and you will have the same issues again.
Just deleting the kext is not the best solution.
 
Last edited:
Boot in Safe mode and move AppleTyMCEDriver.kext to the Trash.
or
Boot from the Recovery partition and remove AppleTyMCEDriver.kext in Terminal.
or
It is possible to change the SMBIOS from the Clover boot screen.

Sorry for my NOOBS questions, but how can I boot in safe mode?

Boot from the Recovery partition and remove AppleTyMCEDriver.kext in Terminal.
or
It is possible to change the SMBIOS from the Clover boot screen.

Or how I can do this? I'm inside the SMBIOS, now, what I do?

Thanks!
 
At the Clover screen press the spacebar and select safe mode from the list.

Thanks, Now I'm inside the mac, but I have one problem, I can't find the AppleTyMCEDriver.kext on /System/Library/Extensions/
 
I can't find the AppleTyMCEDriver.kext on /System/Library/Extensions/
Try harder - It is there.
Maybe your System folder is hidden ?

Open Finder - Select Go from the menu bar - Select Go to Folder.
Type /System/Library/Extensions/ into the box and press return.

You must rebuild the cache after you delete the kext.
In Terminal :
Code:
sudo kextcache -i /
 
Try harder - It is there.
Maybe your System folder is hidden ?

Open Finder - Select Go from the menu bar - Select Go to Folder.
Type /System/Library/Extensions/ into the box and press return.

You must rebuild the cache after you delete the kext.
In Terminal :
Code:
sudo kextcache -i /

Thank you very much, Now I can enter to the hackintosh normally and all work fine!
 
Thank you very much, Now I can enter to the hackintosh normally and all work fine!
Remember that future updates will restore AppleTyMCEDriver.kext and you will have the same issues again.
Just deleting the kext is not the best solution.
 
Status
Not open for further replies.
Back
Top