Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Notify that SecureBootModel should be disabled to update on 14.4+ #473

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion config.plist/security.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ These settings in your config.plist can restrict which macOS versions OpenCore w
OpenCore by default has [Apple Secure Boot](https://dortania.github.io/OpenCore-Post-Install/universal/security/applesecureboot.html#what-is-apple-secure-boot) enabled.
This enables security features such as the verification of macOS' `boot.efi`, with the side effect of restricting which macOS versions OpenCore will boot.

* Big Sur and Above (11.0+): The recommended value is `Default`.
* Sonoma and above (14.4+): Sonoma broke updates, in order to install and update macOS you must set SecureBootModel to Disabled otherwise it will boot-loop. It is recommended to turn it back on after for security.
* Big Sur to Ventura (11 - 13): The recommended value is `Default`.
* High Sierra-Catalina (10.13-10.15):
* If your model is not listed below, set to `Disabled`.
* If running NVIDIA Web Drivers, set to `Disabled`.
Expand Down