Jump to content

X58A-UD3R no shutdown


Pjotterke
 Share

21 posts in this topic

Recommended Posts

I vanilla installed Sierra, using CHris1111's USB installer and Realtek81xx.kext and Voodoo.pkg. Everything works fine :D   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
Share on other sites

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
Share on other sites

  • 2 weeks later...

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
Share on other sites

  • 2 weeks later...

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
Share on other sites

  • 3 months later...

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
Share on other sites

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
Share on other sites

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
Share on other sites

  • 6 months later...

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
Share on other sites

 Share

×
×
  • Create New...