Contribute
Register

Slow Reboot / Shutdown on El Capitan - Causes and anyone else?

Status
Not open for further replies.
Joined
May 6, 2010
Messages
191
Motherboard
Z68-XP-UD3
CPU
i7-2600K
Graphics
GTX 660 Ti
Mac
  1. MacBook Air
  2. Mac Pro
Is anyone else having slow shutdowns and reboots on El Capitan?

Yosemite Shutdown (10 seconds) restarts (5 seconds).

El Capitan Shutdown (15 seconds) Restarts (20 seconds).


All other variables are the same (same build, kexts, dsdt, ssdt, bios settings).


Anyone have any advice on what to look into?

- DSDT Patch?
- Clover Settings
- (already disabled USB 3.0)
- (tried two different ethernet kexts)
 
Please Sir can you be more precise about what you did, it might help me with some trouble I have in el capitan - but I can not understand what you wrote under "cause found"

He partially disabled System Integrity Protection (SIP).

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>
 
He partially disabled System Integrity Protection (SIP).

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>

Had no idea you could do that via Clover - I was booting into the recovery partition. D'oh.

Thanks!

What's BooterConfig?
 
Status
Not open for further replies.
Back
Top