Contribute
Register

<< Solved >> help problem with shutdown and restart

Status
Not open for further replies.
Joined
Jul 4, 2013
Messages
19
Motherboard
Gigabyte GA-Z170X-UD5
CPU
i7-6700K
Graphics
GTX970
Mac
  1. iMac
  2. Mac Pro
Classic Mac
  1. iMac
Hello, I hope someone can help me.
The problem is that when I turn off it restarts and when I restart it does not turn off the fans keep running.
in clover fixshutdown it is activated and with 0004.
I do not know what it could be
 
Hello again .
I keep reading and trying things but did not find the solution.
someone who can advise me thank you.
attached config
 

Attachments

  • config.plist
    6.6 KB · Views: 34
Hello again .
I keep reading and trying things but did not find the solution.
someone who can advise me thank you.
attached config
this doesn't look correct:
Code:
<key>FixShutdown</key>
                <integer>4</integer>

should be:
Code:
<key>FixShutdown</key>
                <true/>

also you should be doing:
 
hi and thanks for answering Feartech.
But I have modified the config.plist, as you indicated, without any result; I have created a custom ssdt, using the

iLikeHackintoshguide, to create it and modify the config.plist, now I do not have USBInjectAll.kext, asiLikeHackintoshcommented.​

I don't know that something is wrong without a doubt, but I don't know what, thanks for your help.
I attach config in case you see something that I don't.
thanks
 

Attachments

  • config.plist
    7.2 KB · Views: 36
hi and thanks for answering Feartech.
But I have modified the config.plist, as you indicated, without any result; I have created a custom ssdt, using the

iLikeHackintoshguide, to create it and modify the config.plist, now I do not have USBInjectAll.kext, asiLikeHackintoshcommented.​

I don't know that something is wrong without a doubt, but I don't know what, thanks for your help.
I attach config in case you see something that I don't.
thanks
this probably should be removed:
Code:
<dict>
                <key>Comment</key>
                <string>USB 10.13.6+ by PMHeart</string>
                <key>Disabled</key>
                <false/>
                <key>Find</key>
                <data>g32IDw+DpwQAAA==</data>
                <key>InfoPlistPatch</key>
                <false/>
                <key>MatchOS</key>
                <string>10.13.x</string>
                <key>Name</key>
                <string>com.apple.driver.usb.AppleUSBXHCI</string>
                <key>Replace</key>
                <data>g32ID5CQkJCQkA==</data>
            </dict>

this is the guide i mentioned:

no idea about the other one you used
 
thanks for replying @Feartech.
proved I am still the same any ideas?
 
Status
Not open for further replies.
Back
Top