Contribute
Register

[Guide] Intel Skylake NUC6 (and Skull Canyon) using Clover UEFI (NUC6i5SYK, NUC6i7KYK, etc)

Status
Not open for further replies.
Thanks RehabMan for your answers and for your developments.
What kind of test are you doing on the nuc6i5 in order to have the hdmi/dp audio? In particular how you can see the hdmi audio?

I have only just verified that the output shows in SysPrefs->Sound and the appropriate nodes are active in ioreg.
I haven't actually tested it as it is currently hooked up to a device that has no audio capability (Dell U2410 monitor).
It is a bit inconvenient at the moment to hook it up to my AV system.
 
In my case (nuc6i6syh) I cannot see the hdmi sound output on Sysprefs->Sound. Do I need to add something into the config.plist file? I followed all the steps in post 1.

I have only just verified that the output shows in SysPrefs->Sound and the appropriate nodes are active in ioreg.
I haven't actually tested it as it is currently hooked up to a device that has no audio capability (Dell U2410 monitor).
It is a bit inconvenient at the moment to hook it up to my AV system.
 
In my case (nuc6i6syh) I cannot see the hdmi sound output on Sysprefs->Sound. Do I need to add something into the config.plist file? I followed all the steps in post 1.

Read post #1, "Problem Reporting".

Make sure you include information on the physical ports (HDMI/DP) your NUC6 has.
 
Here Problem reporting, I hope I did not forget anything.
 

Attachments

  • RehabMan.zip
    2.3 MB · Views: 111
Clover won't boot automatically to my OS X HD. I've edited config plist to:
<key>Boot</key>
<dict>
<key>Arguments</key>
<string>kext-dev-mode=1 nv_disable=1 dart=0</string>
<key>Legacy</key>
<string>LegacyBiosDefault</string>
<key>Log</key>
<false/>
<key>Timeout</key>
<integer>3</integer>
<key>DefaultVolume</key>
<string>MacOS HD</string>
<key>NeverHibernate</key>
<true/>
<key>Secure</key>
<false/>
<key>XMPDetection</key>
<false/>
</dict>

Any suggestions ?
 
Can someone explain in detail the steps necessary to execute the patch for NVME ?
Right now I have NVMEgeneric.kext installed to efi/clover/other. This one should be deleted? Next, can I run the name-patch script ?

thanks in advance
 
Clover won't boot automatically to my OS X HD. I've edited config plist to:
<key>Boot</key>
<dict>
<key>Arguments</key>
<string>kext-dev-mode=1 nv_disable=1 dart=0</string>
<key>Legacy</key>
<string>LegacyBiosDefault</string>
<key>Log</key>
<false/>
<key>Timeout</key>
<integer>3</integer>
<key>DefaultVolume</key>
<string>MacOS HD</string>
<key>NeverHibernate</key>
<true/>
<key>Secure</key>
<false/>
<key>XMPDetection</key>
<false/>
</dict>

Any suggestions ?

Attach EFI/Clover folder as ZIP (omit 'themes' folder).
Also, provide output of "diskutil list" in Terminal.
 
Attach EFI/Clover folder as ZIP (omit 'themes' folder).
Also, provide output of "diskutil list" in Terminal.
see attached
 

Attachments

  • CLOVER.zip
    1.6 MB · Views: 125
  • Screen Shot 2016-07-24 at 06.46.43.png
    Screen Shot 2016-07-24 at 06.46.43.png
    21 KB · Views: 155
see attached

Problem seems obvious. Your system volume is named 'macOS HD', but you're telling Clover via config.plist/Boot/DefaultVolume to look for 'MacOS HD'.
 
Status
Not open for further replies.
Back
Top