Contribute
Register

[Guide] El Capitan on the Skylake H170N-WIFI

Status
Not open for further replies.
Check here
I used the h170n-wifi-intel-config.plist, i couldn't start with the original one which was copied to the usb drive by the unibeat.
So, i have to delete only this part of the h170n-wifi-intel-config.plist config file, and copy into what you have mentioned haven't i?

<dict>
<key>Comment</key>
<string>HD530 Port 5 HDMI fix</string>
<key>Disabled</key>
<false/>
<key>Find</key>
<data>
AQUJAAAEAAA=
</data>
<key>Name</key>
<string>AppleIntelSKLGraphicsFramebuffer</string>
<key>Replace</key>
<data>
AQUJAAAIAAA=
</data>
</dict>
<dict>
<key>Comment</key>
<string>HD530 Port 6 HDMI fix</string>
<key>Disabled</key>
<false/>
<key>Find</key>
<data>
AgQKAAAEAAA=
</data>
<key>Name</key>
<string>AppleIntelSKLGraphicsFramebuffer</string>
<key>Replace</key>
<data>
AgQKAAAIAAA=
</data>
</dict>
<dict>
<key>Comment</key>
<string>HD530 Port 7 DVI fix</string>
<key>Disabled</key>
<false/>
<key>Find</key>
<data>
/wAAAAEAAAAgAAAA
</data>
<key>Name</key>
<string>AppleIntelSKLGraphicsFramebuffer</string>
<key>Replace</key>
<data>
AwYKAAACAACHAQAA
</data>
 
I used the h170n-wifi-intel-config.plist, i couldn't start with the original one which was copied to the usb drive by the unibeat.
So, i have to delete only this part of the h170n-wifi-intel-config.plist config file, and copy into what you have mentioned haven't i?
Code:
            <dict>
                <key>Comment</key>
                <string>HD530 Port 5 HDMI fix</string>
                <key>Disabled</key>
                <false/>
                <key>Find</key>
                <data>
                AQUJAAAEAAA=
                </data>
                <key>Name</key>
                <string>AppleIntelSKLGraphicsFramebuffer</string>
                <key>Replace</key>
                <data>
                AQUJAAAIAAA=
                </data>
            </dict>
            <dict>
                <key>Comment</key>
                <string>HD530 Port 6 HDMI fix</string>
                <key>Disabled</key>
                <false/>
                <key>Find</key>
                <data>
                AgQKAAAEAAA=
                </data>
                <key>Name</key>
                <string>AppleIntelSKLGraphicsFramebuffer</string>
                <key>Replace</key>
                <data>
                AgQKAAAIAAA=
                </data>
            </dict>
            <dict>
                <key>Comment</key>
                <string>HD530 Port 7 DVI fix</string>
                <key>Disabled</key>
                <false/>
                <key>Find</key>
                <data>
                /wAAAAEAAAAgAAAA
                </data>
                <key>Name</key>
                <string>AppleIntelSKLGraphicsFramebuffer</string>
                <key>Replace</key>
                <data>
                AwYKAAACAACHAQAA
                </data>

Yes, for now delete those and add the 4 displays one linked to in my other post.
 
i just builded a new hackintosh with this motherboard,i followed your tutorial but i have 2 problems... i have installed 16 gbs and the system is only showing 8gm,everytime that i shutdown my hackintosh it restart.
 
My monitor is 2560x1440 so I'm assuming your ultrawide 1440p monitor will work, not sure though. Yes, I followed the directions on Github. I also watched a video that was done on a normal Mac so the process was a little different but helped visualize how it's done. Note that disabling SIP on a Hackintosh is different than on a regular Mac. You won't be able to boot into recovery mode by holding CMD+R. I disabled SIP through Clover Configurator.

To disable or enable SIP add the settings to your config.plist.

Clover Configurator > Rt Variables > BooterConfig and CsrActiveConfig

Relevant user options for SIP are as follows:
csr-active-config 0x0 = SIP Enabled (Default)
csr-active-config 0x67 = SIP Disabled completely

The video I watched is here:

Cheers, finally 2560x1440 resolution on Dell U2515H with HDMI (thought I would live forever with 2048 x 1152)
 
i just builded a new hackintosh with this motherboard,i followed your tutorial but i have 2 problems... i have installed 16 gbs and the system is only showing 8gm,everytime that i shutdown my hackintosh it restart.

One idea for your memory issue #869

For restart try this #706

I found these all in this thread so you can generally find solutions if you search.
 
Cheers, finally 2560x1440 resolution on Dell U2515H with HDMI (thought I would live forever with 2048 x 1152)
Glad I could help! Yeah for whatever reason, it defaults to that weird resolution unless you run the patch. Works perfect once you run it.
 
Cheers, finally 2560x1440 resolution on Dell U2515H with HDMI (thought I would live forever with 2048 x 1152)
Thats the monitor I have-- love it!
 
One idea for your memory issue #869

For restart try this #706

I found these all in this thread so you can generally find solutions if you search.

answer 1..that was the System Definitions i used with multibeast.

answer 2..didnt work for me
 
Status
Not open for further replies.
Back
Top