Jump to content
3 posts in this topic

Recommended Posts

Specs: Asus z87-k mobo, i7 4770k, 16gb ram, gtx 650, 

 

So a very slight issue that I've been living with and only just got around to looking in to. When I power down my build, it actually restarts. Computer turns back on, goes to the asus splash screen. Any ideas are welcome and thanks in advance. 

Link to comment
https://www.insanelymac.com/forum/topic/305826-power-down-issue/
Share on other sites

What bootloader are you using?

 

If you use Clover, you can use Shutdown patch.

 

Or, if you use DSDT, try use this:

into method label _PTS code_regex_not If\s\(LEqual\s\(Arg0,\s0x05\)\) code_regex ^((?:.|\n)*)$ replace_matched
begin
        If (LEqual (Arg0, 0x05)) {}\n
        Else\n
        {\n
%1
        }
end
×
×
  • Create New...