Open Allistah opened 3 years ago
I also saw your pull request, and I've merged it. I'll close this issue once I release v0.5.2.
I just install Big Sur on iMac mid 2011 27 quadro k3100m and the only problem I have is I still don't get full brightness how do fix this.
Mac mid 2011 27 do I need to add the -d I installed without it.As of Big Sur Micropatcher v0.4, install-setvars.sh will now install a version of setvars which enables Apple's System Integrity Protection (SIP) and Authenticated Root Volume (ARV) security features if it is run on a Late 2013 iMac, or a version of setvars which disables both of these features if it is run on any other model of Mac. You may add a -d option to force the installation of the setvars version which disables these features (for instance, if you are creating the USB on a Late 2013 iMac but you will be using it on another Mac). You may also add a -e option to for the installation of the setvars version which enables these features (for instance, if you are installing Big Sur on a 2012 or 2013 Mac that has been upgraded with an 802.11ac WiFi card and therefore does not need a WiFi patch).
and this part I've done in Mac OS just copied to terminal done automatically or does it have to be done in recovery terminalOtherwise, press Command-Q and wait a few seconds, then the Setup Assistant should let you shut down. After you shut down, boot from the patched installer USB again (as in step 10), then open Terminal. Next, run the patch-kexts.sh command to do post-install patching (such as fixing Wi-Fi). There are several ways of formatting this command. For example, for a system volume named Macintosh HD, try one of the following:
/Volumes/Image\ Volume/patch-kexts.sh /Volumes/Macintosh\ HD
'/Volumes/Image Volume/patch-kexts.sh' '/Volumes/Macintosh HD'
"/Volumes/Image Volume/patch-kexts.sh" "/Volumes/Macintosh HD"
You can also mix-and-match quotation/escaping formats, such as /Volumes/Image\ Volume/patch-kexts.sh "/Volumes/Macintosh HD"
Backslashes may work better with tab completion (see below), but many users will find quotation marks to be easier.
Don't forget that tab completion is your friend! For instance, you can type /V
do I need to add --2011 I've done it without. (such as /Volumes/Install\ macOS\ Big\ Sur\ Beta/patch-kexts.sh --2011) because the only problem I have is no full brightness.
iMac mid 2011 quadro k3100m as well I noticed that when I boot in to Mac OS the screen looks funny like lines in the colour I put screen to sleep wake it up and then all good.
Strange things happen with the display and you can see it in video as well but if I put in sleep it good again happens every time I boot up after put to sleep wake up and good looks like gpu driver issues. Back on catalina no problem
Use this fork:
https://github.com/Ausdauersportler/big-sur-micropatcher
no options needed, the line 692 has been fixed, no known brightness issues
made for iMac 2009 to 2011 with modded GPU
I installed the micropatcher v0. 5.2 pre is that OK or is there issues with it.
Please read my last comment: It is currently only this single fork which corrected those errors. I cannot patch the non released 0.5.2pre on the repository and I cannot fork this particular one - although I have all files here.
I install the v o.5.2 and the backlight is fixed I get full brightness
Dnia 9 grudnia 2020 09:37 Ausdauersportler <notifications@github.com> napisał(a):
Please read my last comment: It is currently only this single fork which corrected those errors. I cannot patch the non released 0.5.2pre on the repository and I cannot fork this particular one - although I have all files here.
— You are receiving this because you commented. Reply to this email directly, github.com view it on GitHub , or github.com unsubscribe .
so do I need to install 0.5.1 or it fine to use 0.5.2pre
Dnia 9 grudnia 2020 12:18 motor1982 <motor1982@o2.pl> napisał(a):
I install the v o.5.2 and the backlight is fixed I get full brightness
Dnia 9 grudnia 2020 09:37 Ausdauersportler <notifications@github.com> napisał(a):
Please read my last comment: It is currently only this single fork which corrected those errors. I cannot patch the non released 0.5.2pre on the repository and I cannot fork this particular one - although I have all files here.
— You are receiving this because you commented. Reply to this email directly, github.com view it on GitHub , or github.com unsubscribe .
Ok i install what you send me v0. 5.1 for imac 2009 to 2011 and it runs sweet better than the v0. 5.2 pre. Thanks for that really appreciate it. On 9 Dec 2020 12:19, motor1982 motor1982@o2.pl wrote: so do I need to install 0.5.1 or it fine to use 0.5.2pre
Dnia 9 grudnia 2020 12:18 motor1982 <motor1982@o2.pl> napisał(a):
I install the v o.5.2 and the backlight is fixed I get full brightness
Dnia 9 grudnia 2020 09:37 Ausdauersportler <notifications@github.com> napisał(a):
Please read my last comment: It is currently only this single fork which corrected those errors. I cannot patch the non released 0.5.2pre on the repository and I cannot fork this particular one - although I have all files here.
—You are receiving this because you commented.Reply to this email directly, view it on GitHub, or unsubscribe.
In the patch_kexts.sh file, like 692 is currently: INSTALL_BACKLIGHT = "YES"
It should be: INSTALL_BACKLIGHT="YES"
The whitespace should be removed. Currently with the whitespace added it is failing on that line.