Contribute
Register

Computer instantly restarts if anything is connected to a USB-port

Status
Not open for further replies.
Joined
Nov 24, 2016
Messages
13
Motherboard
GA-Z170X-Gaming 7
CPU
i7 6700k
Graphics
GTX 970 Overclocked GDDR5
Just built my first Hackintosh ever (10.12.1), and couldn't be happier. Now I just need to find out how to stop it from instantly restarting 2 seconds after shutdown if there is anything connected via USB. I know I've seen other people on here dealing with this, I just can't find the right thread. Would anyone care to help me out?

Thanks!
 
Just built my first Hackintosh ever (10.12.1), and couldn't be happier. Now I just need to find out how to stop it from instantly restarting 2 seconds after shutdown if there is anything connected via USB. I know I've seen other people on here dealing with this, I just can't find the right thread. Would anyone care to help me out?

Thanks!

Attach ioreg as ZIP: http://www.tonymacx86.com/audio/58368-guide-how-make-copy-ioreg.html. Please, use the IORegistryExplorer v2.1 attached to the post! DO NOT reply with an ioreg from any other version of IORegistryExplorer.app.

Provide output (in Terminal):
Code:
kextstat|grep -y acpiplat
kextstat|grep -y appleintelcpu
kextstat|grep -y applelpc
kextstat|grep -y applehda

Attach EFI/Clover folder as ZIP (press F4 at main Clover screen before collecting). Please eliminate 'themes' directory. Provide only EFI/Clover, not the entire EFI folder.

Attach output of (in Terminal):
Code:
sudo touch /System/Library/Extensions && sudo kextcache -u /

Compress all files as ZIP. Do not use external links. Attach all files using site attachments only.
 
I found my answer in another thread! If anyone else is having a similar issue:

Download Clover Configurator, then check the "Fix shutdown" box in the ACPI tab.

Sorry for the unnecessary thread.
 
@RehabMan Big love on all your work, I have my first mackintosh up and going for a studio computer. Running a 6700k , Designare motherboard, 960Pro M.2 , Gtx 980ti...

despite all my efforts I am still suffering from shutdown restart...

I know you help so many people on here, but if you could have a quick look , I have provided the outputs you requested above, It would be most appreciated.

Thanks in advance and thanks for all your awesome work.
 

Attachments

  • Imac - details.zip
    2.4 MB · Views: 126
@RehabMan Big love on all your work, I have my first mackintosh up and going for a studio computer. Running a 6700k , Designare motherboard, 960Pro M.2 , Gtx 980ti...

despite all my efforts I am still suffering from shutdown restart...

I know you help so many people on here, but if you could have a quick look , I have provided the outputs you requested above, It would be most appreciated.

Thanks in advance and thanks for all your awesome work.

Your USB configuration is clearly wrong. It appears you're using the port limit patch. It is for short term use only.
Create a custom SSDT for USBInjectAll.kext that keeps the number of ports on XHC under 15.
Read ammulder's Skylake Starter guide for a writeup.
 
Status
Not open for further replies.
Back
Top