Pjotterke Posted October 5, 2016 Share Posted October 5, 2016 I vanilla installed Sierra, using CHris1111's USB installer and Realtek81xx.kext and Voodoo.pkg. Everything works fine except shutdown . Need some help there. I discovered that when I close alle windows and log off (and in again) and immediately {censored} down it works oké. But when open a app and shutdown, the led keeps burning and the fans keep turning. Under Mavericks I used a edited DSDT. Will this work under Sierra as well? Since I'm new to Clover ... what do I have to do to make the DSDT working? Anyone familiar with this problem (and solution)? grtz Link to comment https://www.insanelymac.com/forum/topic/316522-x58a-ud3r-no-shutdown/ Share on other sites More sharing options...
LoSao Posted October 11, 2016 Share Posted October 11, 2016 Hello, Same problem here on X58A-UD5 (rev1). I used Chameleon bootloader on El Capitan. But Nvidia was not detected in Sierra. (Geforce GTX 660Ti) So i try Clover Legacy for the first time and everything runs perfectly, except Shutdown. I have to push power button again and again. Impossible to stop the computer and it reboots three or four times before shutting down ! Any idea ? Thanks. Edit ps : get back with Chameleon Enoch, (edit nvram.plist for my graphic card. for Nvidia Web Driver to work.) Now It's OK. With Enoch I don't have this problem. Shutdown fix ! I miss something with Clover that I didn't understand. Link to comment https://www.insanelymac.com/forum/topic/316522-x58a-ud3r-no-shutdown/#findComment-2297914 Share on other sites More sharing options...
scannerfm77 Posted October 23, 2016 Share Posted October 23, 2016 I have the same problem. I uses Gigabyte GA-G31M-ES2L. Link to comment https://www.insanelymac.com/forum/topic/316522-x58a-ud3r-no-shutdown/#findComment-2304444 Share on other sites More sharing options...
Pjotterke Posted October 28, 2016 Author Share Posted October 28, 2016 anyone? Link to comment https://www.insanelymac.com/forum/topic/316522-x58a-ud3r-no-shutdown/#findComment-2308369 Share on other sites More sharing options...
Pjotterke Posted November 2, 2016 Author Share Posted November 2, 2016 Hello, Same problem here on X58A-UD5 (rev1). I used Chameleon bootloader on El Capitan. But Nvidia was not detected in Sierra. (Geforce GTX 660Ti) So i try Clover Legacy for the first time and everything runs perfectly, except Shutdown. I have to push power button again and again. Impossible to stop the computer and it reboots three or four times before shutting down ! Any idea ? Thanks. Edit ps : get back with Chameleon Enoch, (edit nvram.plist for my graphic card. for Nvidia Web Driver to work.) Now It's OK. With Enoch I don't have this problem. Shutdown fix ! I miss something with Clover that I didn't understand. Does this mean back to El Capitan or are you running Sierra with Chameleon Enoch? Link to comment https://www.insanelymac.com/forum/topic/316522-x58a-ud3r-no-shutdown/#findComment-2312872 Share on other sites More sharing options...
LoSao Posted November 12, 2016 Share Posted November 12, 2016 Does this mean back to El Capitan or are you running Sierra with Chameleon Enoch? Hello Pjotterke, I've tried Sierra with Enoch and the problem of shuting down disapears. Now I'm back with Clover bootloader (again) to see what I have missed in the config file. Things are running well except this famous shutdown. Sometimes it works. Sometimes not. So now I'm sure it's a config problem of Clover. But I didn't figure it out yet. Or maybe my DSDT.aml isn't correct for Clover. Thing is : I want to learn Clover for future PC config and/or friends. Link to comment https://www.insanelymac.com/forum/topic/316522-x58a-ud3r-no-shutdown/#findComment-2318055 Share on other sites More sharing options...
Pjotterke Posted March 6, 2017 Author Share Posted March 6, 2017 Does this mean back to El Capitan or are you running Sierra with Chameleon Enoch? Hello Pjotterke, I've tried Sierra with Enoch and the problem of shuting down disapears. Now I'm back with Clover bootloader (again) to see what I have missed in the config file. Things are running well except this famous shutdown. Sometimes it works. Sometimes not. So now I'm sure it's a config problem of Clover. But I didn't figure it out yet. Or maybe my DSDT.aml isn't correct for Clover. Thing is : I want to learn Clover for future PC config and/or friends. Hi LoSao, found a solution! look here, scroll down to the picture Chris posted: http://www.hackintosh-montreal.com/t5954-nouvelle-installation-os-x-sierra-gigabyte-x58a-ud3r Looks like it keeps working. Link to comment https://www.insanelymac.com/forum/topic/316522-x58a-ud3r-no-shutdown/#findComment-2379513 Share on other sites More sharing options...
MaLd0n Posted March 6, 2017 Share Posted March 6, 2017 GIGABYTE and others mobo Clover shutdown dont work, u need other patch. into method label _PTS code_regex (If\s*\(LEqual\s*\(Arg0,\s*0x05\)\)\s*\n\s*\{\s*\n)(?:[^\n\}]+\n)+(\s*\}) replace_matched begin %1 Store (Zero, SLPE)\n Sleep (0x10)\n %2 end; into method label \_PTS code_regex (If\s*\(LEqual\s*\(Arg0,\s*0x05\)\)\s*\n\s*\{\s*\n)(?:[^\n\}]+\n)+(\s*\}) replace_matched begin %1 Store (Zero, SLPE)\n Sleep (0x10)\n %2 end; into definitionblock code_regex . code_regex_not OperationRegion\s*\(PMRS insert begin OperationRegion (PMRS, SystemIO, 0x0430, One)\n Field (PMRS, ByteAcc, NoLock, Preserve)\n {\n , 4, \n SLPE, 1\n } end look at scope _pr ur pm base OperationRegion (PMRS need pm base + 30 if u found 410, the pm base is 400 + 30 = 430 OperationRegion (PMRS, SystemIO, 0x0430, One) http://olarila.com/forum/viewtopic.php?f=19&t=385 Link to comment https://www.insanelymac.com/forum/topic/316522-x58a-ud3r-no-shutdown/#findComment-2379530 Share on other sites More sharing options...
Pjotterke Posted March 8, 2017 Author Share Posted March 8, 2017 GIGABYTE and others mobo Clover shutdown dont work, u need other patch. into method label _PTS code_regex (If\s*\(LEqual\s*\(Arg0,\s*0x05\)\)\s*\n\s*\{\s*\n)(?:[^\n\}]+\n)+(\s*\}) replace_matched begin %1 Store (Zero, SLPE)\n Sleep (0x10)\n %2 end; into method label \_PTS code_regex (If\s*\(LEqual\s*\(Arg0,\s*0x05\)\)\s*\n\s*\{\s*\n)(?:[^\n\}]+\n)+(\s*\}) replace_matched begin %1 Store (Zero, SLPE)\n Sleep (0x10)\n %2 end; into definitionblock code_regex . code_regex_not OperationRegion\s*\(PMRS insert begin OperationRegion (PMRS, SystemIO, 0x0430, One)\n Field (PMRS, ByteAcc, NoLock, Preserve)\n {\n , 4, \n SLPE, 1\n } end look at scope _pr ur pm base OperationRegion (PMRS need pm base + 30 if u found 410, the pm base is 400 + 30 = 430 OperationRegion (PMRS, SystemIO, 0x0430, One) http://olarila.com/forum/viewtopic.php?f=19&t=385 Looks like you're right! At first it worked for some time, but now it doesn't anymore. I'll give it a try with your patching option Link to comment https://www.insanelymac.com/forum/topic/316522-x58a-ud3r-no-shutdown/#findComment-2380736 Share on other sites More sharing options...
MaLd0n Posted March 8, 2017 Share Posted March 8, 2017 dont use any patch Clover in Acpi Section, broke my shutdown too. Post ur full Clover folder, remove serial Link to comment https://www.insanelymac.com/forum/topic/316522-x58a-ud3r-no-shutdown/#findComment-2380740 Share on other sites More sharing options...
Pjotterke Posted March 8, 2017 Author Share Posted March 8, 2017 Just to be sure. By removing serial you mean the serial number in config.plist at the part SMBIOS? 1 Link to comment https://www.insanelymac.com/forum/topic/316522-x58a-ud3r-no-shutdown/#findComment-2380796 Share on other sites More sharing options...
MaLd0n Posted March 8, 2017 Share Posted March 8, 2017 ofc Link to comment https://www.insanelymac.com/forum/topic/316522-x58a-ud3r-no-shutdown/#findComment-2380818 Share on other sites More sharing options...
Pjotterke Posted March 8, 2017 Author Share Posted March 8, 2017 I'm quit new to this. forgive me my (stupid) questions Link to comment https://www.insanelymac.com/forum/topic/316522-x58a-ud3r-no-shutdown/#findComment-2380826 Share on other sites More sharing options...
MaLd0n Posted March 8, 2017 Share Posted March 8, 2017 np Link to comment https://www.insanelymac.com/forum/topic/316522-x58a-ud3r-no-shutdown/#findComment-2380829 Share on other sites More sharing options...
Pjotterke Posted March 9, 2017 Author Share Posted March 9, 2017 Zip file too big to attach: sharing google drive: https://drive.google.com/file/d/0B3BYNIWDT3S6X2s4dXljcmZNMjA/view?usp=sharing 1 Link to comment https://www.insanelymac.com/forum/topic/316522-x58a-ud3r-no-shutdown/#findComment-2380844 Share on other sites More sharing options...
MaLd0n Posted March 9, 2017 Share Posted March 9, 2017 I need DSDT, run it and post files here, generate in ur desktop RunMe.app.zip Link to comment https://www.insanelymac.com/forum/topic/316522-x58a-ud3r-no-shutdown/#findComment-2380850 Share on other sites More sharing options...
Pjotterke Posted March 9, 2017 Author Share Posted March 9, 2017 Send me Pieter’s iMac.zip Appreciate your help! 1 Link to comment https://www.insanelymac.com/forum/topic/316522-x58a-ud3r-no-shutdown/#findComment-2381025 Share on other sites More sharing options...
MaLd0n Posted March 9, 2017 Share Posted March 9, 2017 DSDT.aml.zip Remove Clover patches in Acpi section Link to comment https://www.insanelymac.com/forum/topic/316522-x58a-ud3r-no-shutdown/#findComment-2381289 Share on other sites More sharing options...
Pjotterke Posted March 14, 2017 Author Share Posted March 14, 2017 Solved! Thanks for your help! 1 Link to comment https://www.insanelymac.com/forum/topic/316522-x58a-ud3r-no-shutdown/#findComment-2384453 Share on other sites More sharing options...
MaLd0n Posted March 14, 2017 Share Posted March 14, 2017 Welcome! Link to comment https://www.insanelymac.com/forum/topic/316522-x58a-ud3r-no-shutdown/#findComment-2384480 Share on other sites More sharing options...
bytesandbolts Posted September 15, 2017 Share Posted September 15, 2017 I've got a mostly working install of Sierra (10.12.6) on my X58A-UD3R (rev 2) running clover 4200, also have the intermittent issue of shutdown sometimes not working. Usually its okay if you shutdown soon after boot, but usually doesn't power off after the system has been running for a while (monitors off, fans still running). I started off with a vanilla dsdt I extracted and have applied some of the common fixes detailed by macman and dood's long dsdt editing posts. Must still be missing something. I've done a diff from the dsdt MaLd0n attached in #17 but can't identify the edits related to shutdown. Attached is output from RunMe.app.zip Send me Hack Pro.zip Link to comment https://www.insanelymac.com/forum/topic/316522-x58a-ud3r-no-shutdown/#findComment-2494753 Share on other sites More sharing options...
Recommended Posts