Same for me - progress bar makes it a bit past 1/3 way and then screen blanks and reboots.macOS 12.3 does not boot anymore. Anybody experiencing the same?
Edit: With the VMM Flag turned on the machine boots again! The plist is in the attachments. Could somebody please help me and figure out the problem?
I was experiencing the exact same behavior. But. VMM flag gives me a 100% success rateSame for me - progress bar makes it a bit past 1/3 way and then screen blanks and reboots.
This was after restarting a few times - first with the "macOS Installer" then with my "Monterey" named disk. I did have a crash on install after the second reboot - when I selected my Monterey OS it immediately got the multi language crash. After I did a deep NVRAM clean it would boot again when selecting Monterey but then crash/black screen reboot after 1/3+ of the progress bar.
I haven't tried VMM flag.
Thanks for the info. I'll wait to see what others find out - like @cdf - while using my Catalina install....I was experiencing the exact same behavior. But. VMM flag gives me a 100% success rate
Can anyone with OCLP confirm if their upgrade to 12.3 worked?
<dict> | ||
<key>Arch</key> | ||
<string>x86_64</string> | ||
<key>Comment</key> | ||
<string>ACPI_SMC_PlatformPlugin Override</string> | ||
<key>Enabled</key> | ||
<true/> | ||
<key>MaxKernel</key> | ||
<string></string> | ||
<key>MinKernel</key> | ||
<string>21.4.0</string> | ||
<key>BundlePath</key> | ||
<string>ASPP-Override.kext</string> | ||
<key>ExecutablePath</key> | ||
<string></string> | ||
<key>PlistPath</key> | ||
<string>Contents/Info.plist</string> | ||
</dict> |
No, I had the surplus patch on my config.plist and I instead went into kernel panic bootloopAmong those brave enough to try Monterey 12.3, have any of you succeeded with SurPlus?
Not working for me. Can you confirm your mods to config.plist?Flawless upgrade to 12.3 with ASPP-Override.kext enabled.
Not working for me. Can you confirm your mods to config.plist?
<dict>
<key>Arch</key>
<string>x86_64</string>
<key>BundlePath</key>
<string>ASPP-Override.kext</string>
<key>Comment</key>
<string>ACPI_SMC_PlatformPlugin Override</string>
<key>Enabled</key>
<true/>
<key>ExecutablePath</key>
<string></string>
<key>MaxKernel</key>
<string></string>
<key>MinKernel</key>
<string>21.4.0</string>
<key>PlistPath</key>
<string>Contents/Info.plist</string>
</dict>
<key>ProtocolOverrides</key>
<dict>
<key>AppleBootPolicy</key>
<true/>
<key>Quirks</key>
<dict>
<key>RequestBootVarRouting</key>
<true/>
Do you get a long delay when booting? Do you have SurPlus active?I'll answer myself.
For those using OCLP there is a new update for the patcher.
I installed that, then updated OC. Then upgraded to 12.3 with out a hitch.
You may have an extraneous Update volume that needs to be removed. I had to remove mine before I was able to see the issue with the SMC.Not working for me. Can you confirm your mods to config.plist?
Do you get a long delay when booting? Do you have SurPlus active?
Did you read the announcement of OCLP 0.4.3 yesterday? OCLP development is suspended from now on, main developer is from Ukraine.No idea, everything is as it was before the update.
Stop braking you head modifying the OC config.
Just use the OC Legacy patcher.
Does everything automatically.
Thanks. I will try again later today. I do use AppleBootPolicy = FALSE as I can still get into recovery with that but I use RequestBootVarRouting = FALSE since I am booting from a rescueCD. I'll try at least the AppleBootPolicy and see what happens. I may have to dive into figuring out how to use the debug version of OCFirst of all, I tried with VMM enabled, but my config doesn't even boot with VMM, so NOT USING VMM in my case.
Dropped AGPM-Override.kext to \EFI\OC\Kexts on my OC (EFI) partition.
Added the following to config.plist as the last DICT section in Kernel key (below FeatureUnlock.kext in my case):
Code:<dict> <key>Arch</key> <string>x86_64</string> <key>BundlePath</key> <string>ASPP-Override.kext</string> <key>Comment</key> <string>ACPI_SMC_PlatformPlugin Override</string> <key>Enabled</key> <true/> <key>ExecutablePath</key> <string></string> <key>MaxKernel</key> <string></string> <key>MinKernel</key> <string>21.4.0</string> <key>PlistPath</key> <string>Contents/Info.plist</string> </dict>
Rebooted and applied the update. Worked automatically, most probably because I got:
andCode:<key>ProtocolOverrides</key> <dict> <key>AppleBootPolicy</key> <true/>
Code:<key>Quirks</key> <dict> <key>RequestBootVarRouting</key> <true/>
...however I believe most people do anyway.
Do we have a Github repo for that kext? Or is it written by @khronokernel?You need to add the ASPP-Override.kext
I was searching for this too, I believe it is written by @khronokernel and it is here (it is essentially a very useful .plist kernel config file): https://github.com/dortania/OpenCore-Legacy-Patcher/tree/main/payloads/Kexts/MiscDo we have a Github repo for that kext? Or is it written by @khronokernel?
MaxKernel
value influence whether it's applied or not?