Contribute
Register

[Guide] El Capitan on the Intel Broadwell NUC

Status
Not open for further replies.
You may be confusing SSDT with DSDT. There is no "patched" SSDT, nor does the NUC require a patched DSDT. Virtually any machine works better with some SSDTs in place (such as for CPU power saving). In most cases you can avoid patching the DSDT anyway if you have enough config.plist-fu. RehabMan, for instance, has worked magic in his BRIX configuration.

Note also:

A lot of that "config.plist-fu" (and SSDT-fu) is applicable to computers other than the BRIX.
 
I finally stumbled upon this fine write-up. It ended days of frustration.

This was my second mackintosh build based on this NUC5i7RYH system.
My older setup is based on Gigabyte Z77 UDP5 Thunderbolt motherboard and Nvidia eVGA graphics.

I did follow the Multibeast El Capitan guide were it explicitly states that you don't have to do the Clover steps when you use Multibeast. I ended up with endless reboots and no success.

BUT...
this guide was easy to follow and got me through the setup process in no time. Running now El Capitan on M.2 drive and Win 10 on SATA drive. Sound works and am using wired ethernet.

Big Thanks, friends and tinkerers ... what would we all do without you :)


My config:
NUC5i7RYH
2 x 8 GB Corsair RAM
250 GB Samsung 850 M.2
500 GB Samsung M500 SATA
 
Last edited:
Hi. I am working on a driver for the wireless 7265 card in the 5i7. Current state is very buggy - but it does however work. Will post once i get it to work properly.
 
Hey guys thanks for the hard work and your feed back on the nuc installation of macosx! My only problem so far is the audio is cranky works but has cranky sounds even when no audio plays! And is there any guide to downgrade from the main motherboard menu the bios to 348 i am stuck to 350?? Thanks

My nuc model is: NUC5I5RYK
 
i've bought a dell 2415q and now i'm waiting for nuc5i5myhe shipping
 
I have the NUC5i5 RYH with a Acer K272HUL 27" display.
When I connect to NUC to the display with a mini-DP to DP it works great, full resolution, except when the NUC is put to sleep it restarts!
When I connect the NUC via mini-DP to hdmi, but 1080p only, sleep works fine. One other thing with HDMI is during clover boot screen it is 1440 not 1080, but it is boots into the desktop its 1080.
Same thing happens with a mini-hdmi to hdmi.
When I connect it to a regular 1080 monitor via hdmi it works perfect.

I have both correct CPU and GPU ssdts.
I do have dual boot setup on this, just like in the guide.

Here is my clover config

Code:
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
    <key>ACPI</key>
    <dict>
        <key>DSDT</key>
        <dict>
            <key>Debug</key>
            <false/>
            <key>DropOEM_DSM</key>
            <false/>
            <key>Name</key>
            <string>DSDT.aml</string>
            <key>ReuseFFFF</key>
            <false/>
        </dict>
        <key>SSDT</key>
        <dict>
            <key>DropOem</key>
            <false/>
            <key>Generate</key>
            <true/>
        </dict>
    </dict>
    <key>Boot</key>
    <dict>
        <key>Arguments</key>
        <string>dart=0 kext-dev-mode=1</string>
        <key>Debug</key>
        <false/>
        <key>DefaultLoader</key>
        <string>boot.efi</string>
        <key>DefaultVolume</key>
        <string>Macintosh SSD</string>
        <key>Legacy</key>
        <string>PBR</string>
        <key>Secure</key>
        <false/>
        <key>Timeout</key>
        <integer>8</integer>
        <key>XMPDetection</key>
        <false/>
    </dict>
    <key>Devices</key>
    <dict>
        <key>Audio</key>
        <dict>
            <key>Inject</key>
            <string>1</string>
        </dict>
        <key>USB</key>
        <dict>
            <key>FixOwnership</key>
            <false/>
            <key>Inject</key>
            <false/>
        </dict>
    </dict>
    <key>GUI</key>
    <dict>
        <key>Hide</key>
        <array>
            <string>Windows Storage</string>
        </array>
        <key>Language</key>
        <string>en:0</string>
        <key>Mouse</key>
        <dict>
            <key>DoubleClick</key>
            <integer>500</integer>
            <key>Enabled</key>
            <false/>
            <key>Mirror</key>
            <false/>
            <key>Speed</key>
            <integer>8</integer>
        </dict>
        <key>Scan</key>
        <true/>
        <key>ScreenResolution</key>
        <string>1920x1080</string>
        <key>Theme</key>
        <string>El Capitan</string>
    </dict>
    <key>Graphics</key>
    <dict>
        <key>Inject</key>
        <dict>
            <key>ATI</key>
            <false/>
            <key>Intel</key>
            <true/>
            <key>NVidia</key>
            <false/>
        </dict>
        <key>NvidiaSingle</key>
        <false/>
    </dict>
    <key>KernelAndKextPatches</key>
    <dict>
        <key>AppleRTC</key>
        <true/>
        <key>AsusAICPUPM</key>
        <true/>
        <key>Debug</key>
        <false/>
        <key>KernelCpu</key>
        <false/>
        <key>KernelHaswellE</key>
        <false/>
        <key>KernelLapic</key>
        <false/>
        <key>KernelPm</key>
        <true/>
        <key>KextsToPatch</key>
        <array>
            <dict>
                <key>Find</key>
                <data>
                RXh0ZXJuYWw=
                </data>
                <key>Name</key>
                <string>AppleAHCIPort</string>
                <key>Replace</key>
                <data>
                SW50ZXJuYWw=
                </data>
            </dict>
            <dict>
                <key>Comment</key>
                <string>t1-110.9-10.11-AppleHDA/Realtek ALC283</string>
                <key>Find</key>
                <data>
                YgLsEA==
                </data>
                <key>Name</key>
                <string>AppleHDA</string>
                <key>Replace</key>
                <data>
                gwLsEA==
                </data>
            </dict>
            <dict>
                <key>Comment</key>
                <string>Trim Enabler Patch</string>
                <key>Find</key>
                <data>
                AEFQUExFIFNTRAA=
                </data>
                <key>Name</key>
                <string>IOAHCIBlockStorage</string>
                <key>Replace</key>
                <data>
                AAAAAAAAAAAAAAA=
                </data>
            </dict>
            <dict>
                <key>Comment</key>
                <string>t1-AppleHDA/Resources/xml&gt;zml</string>
                <key>Find</key>
                <data>
                eG1sLnps
                </data>
                <key>Name</key>
                <string>AppleHDA</string>
                <key>Replace</key>
                <data>
                em1sLnps
                </data>
            </dict>
        </array>
    </dict>
    <key>RtVariables</key>
    <dict>
        <key>BooterConfig</key>
        <string>0x28</string>
        <key>CsrActiveConfig</key>
        <string>0x67</string>
        <key>MLB</key>
        <string>XXXXXXXXXXXXXX</string>
        <key>ROM</key>
        <string>UseMacAddr0</string>
    </dict>
    <key>SMBIOS</key>
    <dict>
        <key>BiosReleaseDate</key>
        <string>10/20/11</string>
        <key>BiosVendor</key>
        <string>Apple Inc.</string>
        <key>BiosVersion</key>
        <string>XXXX</string>
        <key>Board-ID</key>
        <string>XXXX</string>
        <key>BoardManufacturer</key>
        <string>Apple Inc.</string>
        <key>BoardType</key>
        <integer>10</integer>
        <key>ChassisAssetTag</key>
        <string>Mini-Aluminum</string>
        <key>ChassisManufacturer</key>
        <string>Apple Inc.</string>
        <key>ChassisType</key>
        <string>16</string>
        <key>Family</key>
        <string>Mac mini</string>
        <key>Manufacturer</key>
        <string>Apple Inc.</string>
        <key>ProductName</key>
        <string>Macmini5,1</string>
        <key>SerialNumber</key>
        <string>XXXX</string>
        <key>Trust</key>
        <false/>
        <key>Version</key>
        <string>1.0</string>
    </dict>
    <key>SystemParameters</key>
    <dict>
        <key>InjectKexts</key>
        <string>Yes</string>
        <key>InjectSystemID</key>
        <true/>
    </dict>
</dict>
</plist>

 
Hi. I am working on a driver for the wireless 7265 card in the 5i7. Current state is very buggy - but it does however work. Will post once i get it to work properly.

rammo, there would be a lot of people interested in this. Do you have a GitHub link or something to share, even before it's completely working?
 
Status
Not open for further replies.
Back
Top