After patching the HD4000 kexts with BigSurmountsrw, it seems that the bug disappeared! See this post.I have the same problem with my iMac 13.2 Late 2012 with 802.11ac Wi-Fi card.
After patching the HD4000 kexts with BigSurmountsrw, it seems that the bug disappeared! See this post.I have the same problem with my iMac 13.2 Late 2012 with 802.11ac Wi-Fi card.
wish i can do that im not tech savy hope there will be auto installerAfter patching the HD4000 kexts with BigSurmountsrw, it seems that the bug disappeared! See this post.
Does the latest OpenCore Legacy patcher not resolve sleep issues with iMacs with Kepler GPUs? We specifically disable the HD 4000 to allow for no root patchingwish i can do that im not tech savy hope there will be auto installer
here or BigSurmountsrw nao does not work MonteReyAfter patching the HD4000 kexts with BigSurmountsrw
im sorry i dont understandDoes the latest OpenCore Legacy patcher not resolve sleep issues with iMacs with Kepler GPUs? We specifically disable the HD 4000 to allow for no root patching
@jackluke I assumed you already noticed this but your tests regarding HD 4000 are a bit flawed. With macOS Big Sur, Apple moved basically all userspace binaries into the dyld cache including Metal bundles. This means that porting over the .bundles that you did are actually empty folders. You'd need to either back port from Catalina or figure out a way to safely remove them from the dyld cache in Big Sur without corrupting them
Does the latest OpenCore Legacy patcher not resolve sleep issues with iMacs with Kepler GPUs? We specifically disable the HD 4000 to allow for no root patching
Both Ethernet ports are working fine. Here is the link for the WI-FI/BT.Are the two ethernet ports working?
What WIFI/BT card do you have installed?
The legend has spoken in post #61 of this thread—just give him some time to get back to us. ??wish i can do that im not tech savy hope there will be auto installer
ahhhhhh i seee thats right i agreeThe legend has spoken in post #61 of this thread—just give him some time to get back to us. ??
It would be more easy if your fork the micropatcher and maintain your changes there.Yes I upgraded the cMP5.1 WiFi card with BCM94360CD, so I don't need to add kexts.
About the script "patch-kexts.sh" it is necessary to modify the lines concerning Big Sur in the code part below:
Code:# Make sure this script is running as root, otherwise use sudo to try again # as root. [ $UID = 0 ] || exec sudo "$0" "$@" IMGVOL="/Volumes/Image Volume" if [ -d "$IMGVOL" ] then RECOVERY="YES" else RECOVERY="NO" # Not in the recovery environment, so we need a different path to the # patched USB. if [ -d "/Volumes/Install macOS Big Sur" ] then IMGVOL="/Volumes/Install macOS Big Sur" elif [ -d "/Volumes/Install macOS Big Sur Beta" ] then IMGVOL="/Volumes/Install macOS Big Sur Beta" else # if this is inaccurate, there's an error check in the next top-level # if-then block which will catch it and do the right thing IMGVOL="/Volumes/Install macOS Beta" fi fi
With this (but I'm not really sure)
Code:# Make sure this script is running as root, otherwise use sudo to try again # as root. [ $UID = 0 ] || exec sudo "$0" "$@" IMGVOL="/Volumes/Image Volume" if [ -d "$IMGVOL" ] then RECOVERY="YES" else RECOVERY="NO" # Not in the recovery environment, so we need a different path to the # patched USB. if [ -d "/Volumes/Install macOS Monterey" ] then IMGVOL="/Volumes/Install macOS Monterey" elif [ -d "/Volumes/Install macOS 12 Beta" ] then IMGVOL="/Volumes/Install macOS 12 Beta" else # if this is inaccurate, there's an error check in the next top-level # if-then block which will catch it and do the right thing IMGVOL="/Volumes/Install macOS Beta" fi fi
The "remount-sysvol.sh" script should also be modified because it checks the version year of macOS, (replace "20" by "21") in the line of code below:
Code:if echo $SVPL_BUILD | grep -q '^20'
Monterey dark mode
hello good afternoon Jackluke,
would it be possible to make it compatible with MonteRey?
thanks
it would be for me to do tests with HD4000 and Nvidia GT320M
Google Translate !
Hi @jacklukeI was trying to fetch those icons from Applications Utilities System Information Resources Assets.car (then using ThemeEngine) , where do you find these ? Could you find one for Monterey dark mode ?
Well, hate that you’re running into trouble as well, but it’s good to know I'm not alone on this.I have exactly the same issue: booted from
OpenCore Legacy Patcher v0.1.7 #
# Selected Model: iMac15,1 #
# Target OS: macOS 12.0.
There were no errors and now the screen resolution is 3840 x 2160 instead of 5120 x 2880.
Patched:
Non-patched:
System Information still recognizes my display correctly:
Any chance to fix this?
I used Micropatcher in the beginning, but then I switched to OpenCore Legacy Patcher from long time now as it allows our iMac 14.2 (Late 2013) to be accepted as if they were iMac 15.1 2015 WITHOUT add any system changes. Everything work, including OTA Updates and the Boot Recovery commands.Good afternoon, glad you succeeded OKonnel.
Allow me a question.
We are on the very same computer like yours, but with i5 CPU late 2013 27".
On our actual computer Big Sur was installed with the micropatcher approach, without any additional changes.
Where you in need of using OCLP 0.1.6 to run the installer of Monterey Beta?
Thanks in advance. Regards.
Hi @AusdauersportlerIt would be more easy if your fork the micropatcher and maintain your changes there.
Thanks, but: No, no, and no!Hi @Ausdauersportler
I understand, I had some problems with G___l_Drive, I could not upload the micropatcher but it's done, here is the link:
Monterey-micropatcher - Google Drive
drive.google.com
I hope I didn't make a mistake in correcting the scripts, please let me know in this case.
No need, just drop the Volume to terminal after the script.You have to edit the Micropatcher script so that it points to "MacOS 12 Beta Install" instead of Big Sur.
It doesn't work on my 2012 MM, I got as far as (almost) the login screen, but it's looping, same text in verbose mode or a spinning wheel each and every 10-20 seconds.Mac mini 2012 works with micro patcher. First look, it is very slow. Not sure maybe a mix of causes, first beta, graphics kext etc, by the moment it’s unusuable
I can’t apply kext patch for wifi, it needs more time to investigate
It worked for me. See this post, I downloaded the .zip, unzip it and copied the extensions in /System/Library/Extensions of the volume mounted by BigSurmountsrw.here or BigSurmountsrw nao does not work MonteRey
how did you get ?
Thanks, but: No, no, and no!
I meant you sign in to Github.com, look up the current micropatcher page (or my fork), press on the fork button and change the code online on Github.com. That way all people can download the whole product (which contains 99% of original code and your 1% changes) in the same way as the did it before.
Even the docs are linked in. And if you are going to change the readme on your page the people see your version.
Copying code fragments and move it over to other online storage services is nice but not the way software collaboration is meant or planned to work. Especially when the source is already located on Github.com
It is not that complicated!