Open samallman87 opened 9 months ago
Try to :
I had similar issue installing with open core patched imac i think it is due to the afps snapshot being already mounted (busy) by the open core patcher last operation (i installed turbomac after the post install patch before rebooting and this probably created the problems)
Have you tried putting the kext directly in the OpenCore EFI folder?
Have you tried putting the kext directly in the OpenCore EFI folder?
Hi there!
I just tried with my mid-2012 MacBook Pro 9.2 and it's safe to say that this method works flawlessly! With Macs (or Hacs) that are booted through the OpenCore bootloader, it is actually much simpler to load any kext!
Just put the kext file TurboMac.kext
in your OpenCore's EFI folder at /Volumes/EFI/EFI/OC/Kexts
, and add it in your EFI folder's config file at /Volumes/EFI/EFI/OC/config.plist
using OCAT or OCC, and restart - you're good to go!
After restarting, just launch Terminal and run sudo kextstat
to see if calasanmarko.TurboMac
is loaded there - it should be! Hooray!
See here:
If you're having any problem with adding kexts to OpenCore folder, just search for any basic Hackintosh guide, and they will show you step-by-step how to do that!
OK.. So I know what your problem really is.. It has nothing to do with OpenCore at all whatsoever..
It is actually the problem from https://github.com/calasanmarko/TurboMac/pull/18
Which is to say, the kext version in the release section so far only supports 6th-gen CPUs or higher (!) while your computer has a 3rd gen CPU.
You would have to rebuild the kext from the above pull request so that it could work on your CPU.
2012 13" macbook pro (9,2) 2.5 GHz Dual-Core Intel Core i5 Intel HD Graphics 4000 1536 MB 16 GB 1600 MHz DDR3 macOS ventura 13.6.1 battery completely removed
SIP and authenticated root both confirmed disabled via csrutil status, after granting execution privileges to the installer and then running it, it makes its way through the majority of the script and then at the end it returns:
however no prompt to approve an extension appears. when running "kextstat | grep TurboMac" the terminal returns
running "sudo powermetrics" returns
which shows that the cpu is still throttled to 1.2 ghz. any idea what's going wrong here? are there any special instructions for a system that's already been patched by opencore legacy patcher? this model macbook pro only natively supports up to catalina so ive used opencore legacy patcher to be able to run ventura. i know that this applies some patches to the GPU so im unsure if this somehow interferes with changes applied by TurboMac. if you need any more info from me please let me know