Did you change the VMM flag? See Instructions on page 1 here for update OS info.Booting with the installer leads to crossed-circle. Booting with mojave ist fine. So I assume, the Installer hangs somewhere, but I don't know, how to fix that.
No, I didn't. Understood the instructions on page 1 that this is only important when upgrading to Catalina or higher. Wrong? Is it necessary too when upgrading within the existing Mojave-Installation? So setting the VMM flag in an alternative config.sys should help?Did you change the VMM flag? See Instructions on page 1 here for update OS info.
It's there. Seems 2020-006 was a one off.Waiting for the new SecUpdate 2020-007 Mojave file to be posted and will check to see if it does the same.
It will block/unblock any OS update as far as I know. I do it manually to get to know OpenCore. But of course you could have two alternative config.plist and write/copy over current. Remember to reboot.No, I didn't. Understood the instructions on page 1 that this is only important when upgrading to Catalina or higher. Wrong? Is it necessary too when upgrading within the existing Mojave-Installation? So setting the VMM flag in an alternative config.sys should help?
On cMP5,1 Mojave and earlier OS's are supported and VMM flag is not needed. VMM is only needed for upgrading to/ updating Catalina.It will block/unblock any OS update as far as I know. I do it manually to get to know OpenCore. But of course you could have two alternative config.plist and write/copy over current. Remember to reboot.
Remove all the entries in <key>Emulate</key>?On cMP5,1 Mojave and earlier OS's are supported and VMM flag is not needed. VMM is only needed for upgrading to/ updating Catalina.
That's how I understood VMM flag. Now I regret not using a usb stick for OC. My idea now: deinstalling OC, reboot, upgrading Mojave to latest Sec-Update. Then reinstall OC. Anyone who denies or supports this?On cMP5,1 Mojave and earlier OS's are supported and VMM flag is not needed. VMM is only needed for upgrading to/ updating Catalina.
Of course you can do that, but in general, disable SMBIOS spoofing is enough to fix the problem.That's how I understood VMM flag. Now I regret not using a usb stick for OC. My idea now: deinstalling OC, reboot, upgrading Mojave to latest Sec-Update. Then reinstall OC. Anyone who denies or supports this?
I stand corrected. Just tried it out on my mac. Security update 006 went without a hitch with OpenCore installed and VMM set to OFF on Mojave. And with no SMBIOS spoofing. Continuing with Security update 007 now.That's how I understood VMM flag. Now I regret not using a usb stick for OC. My idea now: deinstalling OC, reboot, upgrading Mojave to latest Sec-Update. Then reinstall OC. Anyone who denies or supports this?
Thanks a lot. Everything went well.Of course you can do that, but in general, disable SMBIOS spoofing is enough to fix the problem.
How did you update? I checked on mine and it said no update was available and 11.0.1 was the latestVery smooth for me, no problem at all.
View attachment 1695053
As per cdf's finding, I keep the following code in the config plist to get Big Sur support.How did you update? I checked on mine and it said no update was available and 11.0.1 was the latest
<key>SMBIOS</key>
<dict>
<key>FirmwareFeatures</key>
<data>A1QM4A==</data>
<key>FirmwareFeaturesMask</key>
<data>P/8f/w==</data>
</dict>
Not currently possible to set things up such that you have one set of boot args when using OpenCore and another set for when not. It is either/or.Is there a config variable to prevent NVRAM from being permanently changed? It keeps clearing my boot-args="-no_compat_check" which I use to boot Catalina and Big Sur bypassing OC, when needed.
Hullo again, so just so I' heading in the right direction I headed to 'MyTools' and ran FetchEFI. Now this places a folder called MyBootMgrOld in your /Users/Shared folder.Will give that look sometime tomorrow, work isn't giving me much playtime at the moment.
Thankyou for the pointer.
Things are iffy at the moment with Big Sur. There are problems with DRM, Night Shift and USB. Even more concerning are the obviously unwanted firmware updates that cannot be blocked as before.
While BlacklistAppleUpdate helps, it cannot block all firmware updates:
![]()
run-efi-updater flag no longer works in macOS 11, Big Sur · Issue #1255 · acidanthera/bugtracker
With macOS Big Sur, it seems that even though the NVRAM variable is set macOS will still bless the firmware update during both install and update processes: 15:835 00:005 OCB: Perform boot EFI to d...github.com
The new RestrictEvents kext also helps:
![]()
GitHub - acidanthera/RestrictEvents
Contribute to acidanthera/RestrictEvents development by creating an account on GitHub.github.com
But by blocking some processes, this kext prevents a clean install of Big Sur on the 5,1 Mac Pro.
Now installing Big Sur without trying to block firmware updates will likely still work, but this might happen:
![]()
OpenCore on the Mac Pro
Flash back your reconstructed dump. Most of the variables on your nvram -xp are about EFI payloads, for firmware upgrades.forums.macrumors.com
So until things get sorted out and more testing is done, post #1 cannot include steps for installing Big Sur.
you can also try removing oc, then try running the update then reinstall oc. i got mojave to upgrade to 10.14.6 no problems but i also have an efi flashed 480 in my mp 5.1Hello everyone,
I installed OC 0.6.4 on my cMP 5.1 mit Mojave successfully. Yesterday, Software-Update offered a Safari- and Securityupdate for Mojave and i started the install, maybe a little premature. The mac restarted after downloading and ended with a black screen and the "not compatible"-sign (crossed crircle sign) white on black screen and rebooted. Then I got the Bootpickerscreen, with an macinstaller added to my mojave-installation. Booting with the installer leads to crossed-circle. Booting with mojave ist fine. So I assume, the Installer hangs somewhere, but I don't know, how to fix that.
For the future: Is it advised to install bigger updates for existing OS within OC? Or better deinstall OC and then starting the update?
Thanks in advance and thanks for the immense help and knowledge shared in this thread
Lightspeed
@startergo @vit9696 can you please add a tag release to RestrictEvents? See #1375RestrictEvents is now viable for installs because it no longer blocks firmware updaters
You can always fork it, change it and do a PR.