I have only to use some tricks to lower my "default" CPU usage from 30% at boot to 4%, to get all the power![]()
Can you teach me that? I want to apply this to Big Sur
I have only to use some tricks to lower my "default" CPU usage from 30% at boot to 4%, to get all the power![]()
1. macOS Big Sur Beta 11.0.1 (20B5012d)
- 001-58883 - Added 2020-10-29 17:14:45
Can you teach me that? I want to apply this to Big Sur
False. 🤔Nobody beats jackluke!
Also here on MBP5,2, I'm more than happy with Catalina 10.15.7. Very stable, quite performant.Big Sur is only an exercise on Core 2 Duo Pernyn. Catalina 10.15.7 does surprising well on my Mac mini 2010, I have only to use some tricks to lower my "default" CPU usage from 30% at boot to 4%, to get all the power![]()
Downloading was quick for the first few GB, then my DL speed got slower and slower, like 20..19.9..19.8..19.7 and so on, I paused the download, started again a few time, it always started fast but to crawl to a slow pace, last 2 Gb though were downloaded within 20 seconds, yes...I am on a Gb internet speed, I think, actually pretty sure networking on beta 10 was/is the issue.Just a quick note: installation of BS beta 11.0.1 via installassistant.pkg using Barry's micropatcher 0.4.4 went well (after a slow download). Install MacOS Beta took 38 minutes on an external SSD (CrucialX8); MBPro 15inch Retina mid-2012 10,1.
I used Barry's -e option on 'install-setvars.sh'
Where please can I download the Micropatcher 0.5.0cMP Mid 2012 Big Sur 11.0.1 Beta1 updated with Barry's micropatcher-dev-v0.5.0 without any issue.
As usual as Recovery terminal command:
/Volumes/Image\ Volume/set-vars.sh
Big thanks to Barry and others created the micropatcher.
View attachment 976158
Where please can I download the Micropatcher 0.5.0
v0.5.0 isn't quite done yet. I would recommend continuing to use v0.4.4 for now.Where please can I download the Micropatcher 0.5.0
Updated to 11.0.1 using micro-aether 0.4.4. Worked OK on late 2013 iMac, aside from the considerable "longer" install time and sitting at 1min remaining for around 30-40mins. weird
me too, on my Mac mini late 2012.I installed 11.0.1 Big Sur Beta successfully on my iMac Late 2013 too.
me too, on my Mac mini late 2012.
Hi
Trying to update to last beta on my Mac mini 2011 using micropatcher 0.4.4
When applying patch-kexts.sh —2011 got these errors. Both from the booted installation or from the Usb stick. What should I do?
View attachment 976296
For those with Arrendale, Lynnfield and Clarkdale Macs, I figured out the Big Sur kernel panic. It seems to be due to IOPCIFamily becoming much pickier with their probes similar to X79 and X99's encore bridges, and so when it probes a device that's not present/functioning correctly it'll panic.
Fixing this panic is actually quite easy, you'll want to grab the below SSDT and inject it via OpenCore:
- SSDT-CPBG
This has been verified to work on iMac11,1, however would like more testers to ensure this is working with all affected models.
For those who want a prebuilt image of OpenCore to test with:
- OpenCore EFI
For more info on settings this up, I'm currently in the process of writing documentation(so currently not entirely finished):
- OpenCore for legacy Macs Guide
And a refresher with the affected models:
- iMac11,1
- iMac11,2
- iMac11,3
- MacBookPro6,1
- MacBookPro6,2
SSDT-CPBG.aml
<key>ACPI</key>
<dict>
<key>Add</key>
<array>
<dict>
<key>Comment</key>
<string>khronokernel Arrandale patch</string>
<key>Enabled</key>
<true/>
<key>Path</key>
<string>SSDT-CPBG.aml</string>
</dict>
</array>