Created
September 11, 2022 22:47
-
-
Save thiagosf/60baa7d61922b0fc5d6a725ffea4e89a to your computer and use it in GitHub Desktop.
Fixing unsupported Mac OS version error: AMFI - Sip is off...
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Reference: https://forums.macrumors.com/threads/macos-10-15-catalina-on-unsupported-macs.2183772/page-342?post=28233431#post-28233431 | |
mount -uw / | |
nvram boot-args="-no_compat_check amfi_get_out_of_my_way=1" | |
reboot |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment