Contribute
Register

Getting stuck while booting to recovery on 10.12.1

Status
Not open for further replies.
Joined
Mar 4, 2012
Messages
4
Motherboard
Z170 Deluxe
CPU
Intel i7 6700k
Graphics
Nvida GTX 980
Classic Mac
  1. iMac
  2. Power Mac
Mobile Phone
  1. iOS
Happy thanksgiving everyone!

I'm trying to boot to recovery to disable SIP so I can install the nvidia patch but it's getting caught while booting and gets stuck, Here's a screenshot
4M2aRER.jpg


My build:
i7-6700k
Asus Z170 Deluxe
16gb DDR4 Ram
Nvidia gtx 950
500 GB HDD
 
You can adjust SIP settings in Clover's config.plist.

Relevant user options for SIP are as follows:
csr-active-config 0x0 = SIP Enabled (Default)
csr-active-config 0x3 = SIP Partially Disabled (Loads unsigned kexts)
csr-active-config 0x67 = SIP Disabled completely

Clover config.plist:
Code:
<key>RtVariables</key>
  <dict>
      <key>CsrActiveConfig</key>
      <string>0x3</string>
      <key>BooterConfig</key>
      <string>0x28</string>
  </dict>
 
You can adjust SIP settings in Clover's config.plist.

Relevant user options for SIP are as follows:
csr-active-config 0x0 = SIP Enabled (Default)
csr-active-config 0x3 = SIP Partially Disabled (Loads unsigned kexts)
csr-active-config 0x67 = SIP Disabled completely

Clover config.plist:
Code:
<key>RtVariables</key>
  <dict>
      <key>CsrActiveConfig</key>
      <string>0x3</string>
      <key>BooterConfig</key>
      <string>0x28</string>
  </dict>
Wonderful! I'll give this a edit and report back, Thanks!
 
Status
Not open for further replies.
Back
Top