Contribute
Register

[Success] b1's "Mac Mini Killer" with macOS Mojave: i7-8700 | Gigabyte Z370N | RX560 | 16GB RAM

hello, b166ar, i'm using your efi folder, my build quiet similar with your, only i'm using i5-8400, currently i'm having problem, i use dual monitor (dell u3415w-DP and dell u2417h-hdmi), but only hdmi port is working, dp always sleep, could you help me? quiet confused with this...

Sorry, can't help you with this, because I'm using AMD's card, and I don't have the second monitor to test. I'm pretty sure that you need to configure your 1060.
 
Sorry, can't help you with this, because I'm using AMD's card, and I don't have the second monitor to test. I'm pretty sure that you need to configure your 1060.
sory my bad, haven't change my build sig, currently i'm on rx560 (already sold my 1060)

did try to remove hdmi, rig boot fine, but in the middle of boot process, it switched to hdmi again (dp sleep), and i tried to reconnect hdmi, it works but dp sleep

-----update-----
solved, did try to switch dp and hdmi, (u3415w from hdmi and u2417h from dp) and...., it all works...
thanks for your help
 
Last edited:
Yes, everything works

You might want to re-enable System Integrity Protection (SIP) by setting RtVariables / CsrActiveConfig = '0x01'. For security :)

0x01 means everything in SIP is enabled, except Kext Signing ( $ csrutil status ). Works on my machine :)
 
You might want to re-enable System Integrity Protection (SIP) by setting RtVariables / CsrActiveConfig = '0x01'. For security :)

0x01 means everything in SIP is enabled, except Kext Signing ( $ csrutil status ). Works on my machine :)

Didn’t know that. Thanks. I will try 0x01 later today.
 
You might want to re-enable System Integrity Protection (SIP) by setting RtVariables / CsrActiveConfig = '0x01'. For security :)

0x01 means everything in SIP is enabled, except Kext Signing ( $ csrutil status ). Works on my machine :)

It works, thanks! I will update my main post.
 
You might want to re-enable System Integrity Protection (SIP) by setting RtVariables / CsrActiveConfig = '0x01'. For security :)

0x01 means everything in SIP is enabled, except Kext Signing ( $ csrutil status ). Works on my machine :)
what extra security does that bring ?
 
what extra security does that bring ?

From Clover Wiki:
  • csr-active-config 0x0 = SIP Enabled (Default)
  • csr-active-config 0x3 = SIP Partially Disabled (Loads unsigned kexts)
  • csr-active-config 0x67 = SIP Disabled completely
So, it should be 0x03, not 0x01 (?).
 
Last edited:
I decided to investigate the difference between 0x03 and 0x01 (with 0x67 everything is disabled).

Code:
csrutil status

Looks like 0x01 is more protected.

Screen Shot 2018-10-08 at 6.56.25 PM.png


003-2.png
 
Last edited:
Any chance you could update your custom SSDT to include the front USB ports? I took a look at Rehabman's guide to create a custom one, but I found it to be quite advanced and I'm pretty sure I'm gonna screw something up on my system if I decide to follow it...
 
Back
Top