How to enable/disable SIP by using single-user recovery mode when using unflashed video cards in a Mac Pro (cMP).
In order to disable or enable SIP (System Integrity Protection) without being able to see recovery mode and launch the terminal, you can use single-user recovery mode which takes you right into a command prompt.
Reboot Mac holding down COMMAND R S
Wait 30-60 seconds depending on how fast your boot disk is.
Then hit ENTER a few times to get to the command prompt
To DISABLE SIP:
type csrutil disable
Wait 10 seconds
type reboot
To ENABLE SIP:
type csrutil enable
Wait 10 seconds
type reboot
Once back in macOS you can check the status of SIP with the following command:
csrutil status
Reasons you might want to temporarily disable SIP on a Mac Pro:
Enabling Night Shift using NightPatch:
https://github.com/pookjw/NightPatch
Enabling Continuity/Apple Watch Unlock using CAT:
https://github.com/dokterdok/Continuity-Activation-Tool
In order to disable or enable SIP (System Integrity Protection) without being able to see recovery mode and launch the terminal, you can use single-user recovery mode which takes you right into a command prompt.
Reboot Mac holding down COMMAND R S
Wait 30-60 seconds depending on how fast your boot disk is.
Then hit ENTER a few times to get to the command prompt
To DISABLE SIP:
type csrutil disable
Wait 10 seconds
type reboot
To ENABLE SIP:
type csrutil enable
Wait 10 seconds
type reboot
Once back in macOS you can check the status of SIP with the following command:
csrutil status
Reasons you might want to temporarily disable SIP on a Mac Pro:
Enabling Night Shift using NightPatch:
https://github.com/pookjw/NightPatch
Enabling Continuity/Apple Watch Unlock using CAT:
https://github.com/dokterdok/Continuity-Activation-Tool
Last edited: