Contribute
Register

10.11.0-10.11.3 Skylake Starter Guide

Status
Not open for further replies.
Skylake Starter Guide

Space bar from the Clover menu

IMAG0045.jpg
This is the screen...

Thank you
 
Skylake Starter Guide

Based on that "Waiting on-blah-blah-blah boot-blah-blah-blah" it looks like El Capitan may not be finding the USB install drive. I would try adding the port limit patch in section 7.1 of the first post to your config.plist and see if that helps. It should fully enable all the USB port attached to the chipset -- just make sure the USB install drive isn't in a USB slot controlled by a separate USB controller (which is most common for Type C or USB 3.1 ports).
 
Skylake Starter Guide

Screen Shot 2016-02-19 at 1.10.02 PM.png
I have a success install with all working:
Gigabyte Ga-z170-d3h
i5-6600K
16gb 2400 Kingston
Gtx 660Ti
SSD Kingston V300

BIOS:
-Bios needs update to latest beta version
-Disable IOAPIC from BIOS
-Other OS
-AHCI
-all other bios settings for hackintosh

Install:
Used 10.11.3 from app store+UniBeast method UEFI
Boot from USB stick
-Clover:
bootargs: -v nv_disable=1
PCI :Fix Ownership+Inject

Install OS X to HDD/SSD

First Boot:
Boot from USB selecting install HDD/SSD
using same options as install

MultiBeast:
Install Clover UEFI
ALC1150
Download Clover Configurator:
-Mount Efi
-Edit Plist​
Check Fix Ownership and Inject for USB
Copy from USB Stick EFI Partition FakeSMC to SSD EFI Partition (problems with the one from MultiBeast)

Download AppleIntelE1000e.kext Install with EasyKextUtility

Reboot with nv_disable=1

Install Nvidia Web drivers

Your SMBIOS should be iMac 17,1.
For nvidia working
use this:
http://www.tonymacx86.com/graphics/161256-solving-nvidia-driver-install-loading-problems.html
Problem 4
.

Reboot with or without boot arg: nvda_drv=1

All should be cool.

What i don't know if it s working : Full CPU power management(speedster) i can t monitor with intel power gadget.
What is not working : USB 3.0 SUPER SPEED ( i know solution but first i have to try)
Problem: Ethernet not working after sleep.

If anyone knows a solution for Intel power gadget or Ethernet please share.

Thank you
 

Attachments

  • Screen Shot 2016-02-19 at 1.10.02 PM.png
    Screen Shot 2016-02-19 at 1.10.02 PM.png
    61.6 KB · Views: 141
Skylake Starter Guide

Based on that "Waiting on-blah-blah-blah boot-blah-blah-blah" it looks like El Capitan may not be finding the USB install drive. I would try adding the port limit patch in section 7.1 of the first post to your config.plist and see if that helps. It should fully enable all the USB port attached to the chipset -- just make sure the USB install drive isn't in a USB slot controlled by a separate USB controller (which is most common for Type C or USB 3.1 ports).

The hold config.plist (at point 7.1) was:
Code:
<key>KextsToPatch</key>
        <array>
            <dict>
                <key>Comment</key>
                <string>Skylake APIC fix, discovered by Pike R. Alpha</string>
                <key>Find</key>
                <data>
                wegQD7bw
                </data>
                <key>Name</key>
                <string>AppleAPIC</string>
                <key>Replace</key>
                <data>
                vhcAAACQ
                </data>
            </dict>
        </array>

I've added the port limit patch like this:
Code:
<key>KextsToPatch</key>
        <array>
            <dict>
                <key>Comment</key>
                <string>Skylake APIC fix, discovered by Pike R. Alpha</string>
                <key>Find</key>
                <data>
                wegQD7bw
                </data>
                <key>Name</key>
                <string>AppleAPIC</string>
                <key>Replace</key>
                <data>
                vhcAAACQ
                </data>
            </dict>
            <dict>
                <key>Comment</key>
                <string>change 15 port limit to 30 in AppleUSBXHCIPCI</string>
                <key>Find</key>
                <data>
                g72M/v//EA==
                </data>
                <key>Name</key>
                <string>AppleUSBXHCIPCI</string>
                <key>Replace</key>
                <data>
                g72M/v//Hw==
                </data>
            </dict>
        </array>
Is it right?
The installation was blocked on [ PCI configuration end, bridges 5, devices 12 ]...

I've disabled IOAPIC in the bios...

Thank you :D
 
Skylake Starter Guide

Is it right?
The installation was blocked on [ PCI configuration end, bridges 5, devices 12 ]...

That looks right, though to be sure you should post the entire config.plist as an attachment.

Please boot verbose again and post a photo of the screen now. Try to include the entire screen, not just the end.
 
Skylake Starter Guide

The config.plist is in the attachments.
I'll restore all BIOS configuration and I'll try later to install...

Thank you :D
 

Attachments

  • config.plist
    4.1 KB · Views: 154
Skylake Starter Guide

This is the verbose mode ...
IMAG0047.jpg

Thank you :D
 
Status
Not open for further replies.
Back
Top