-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extension Load Fails #3
Comments
Hi, sorry for the issue. Big Sur and above installations seem to be pretty unpredictable because of the new way Apple handles kexts. I am currently working on an updated version that will hopefully solve these issues and add some extra functionality. In the meantime, try running Feel free to follow up with any further questions. |
Hi there - No worries at all and thanks for the feedback! I ended up bricking the current install when trying other kextutil methods I found researching. Once I have a fresh install done, I will run through these steps with the most recent suggestion and report back. I wonder how long it will take to install Mac OS @ 800mhz ;) Cheers, |
I just saw what Mac you were running, and it's entirely possible that you actually got it running, but it ended up crashing your Mac because its CPU doesn't support Intel SpeedShift, which is necessary for this kext. My apologies for this oversight, I will release an update that doesn't rely on SpeedShift in a bit, hopefully a few hours, and get back to you on here. |
No worries - I appreciate the help on this. I have a fresh install of Big Sur to test this out on whenever you give an update. Many thanks! Cheers, |
I did it! Use the version in the latest commit. I also made scripts to automate the installation process, so read the new README and use those. I really don't have an opportunity to properly test this out on older Macs, so if you run into any issues please follow up, but it should work and (almost certainly) won't brick your install again. Just in case, check if you somehow have any old copies of |
Hi there - First, many thanks for putting this together! It gives me hope that I can make my old Mac usable after a battery failure.
Background specs:
Issue: Despite following your instructions with seemingly no errors, the process did not seem to work. This is indicated by a 800mhz under clock reported via the Intel Power Gadget. Further, "kextstat | grep Turbo" does not return a positive result. Finally, I can see that "IOPlatformPluginFamily.kext" is no longer in /System/Library/Extensions and "TurboMac2.kext" was successfully moved.
Below is a screenshot of my exact command line in executing this process. Note that step 5 returns "File already exists" as this is the second time I tried the process to see if I had done anything incorrectly the first time.
Below is a screenshot post 3 reboots showing continued 800mhz under clock, "TurboMac2.kext" being in the right location, and the negative "kextstat | grep Turbo" result.
Any help would be much appreciated.
Cheers,
Wallace
The text was updated successfully, but these errors were encountered: