Contribute
Register

[Guide] Intel NUC7/NUC8 using Clover UEFI (NUC7i7Bxx,NUC8i7Bxx,etc)

Attachments

  • CleanShot 2021-10-27 at 21.50.01.png
    CleanShot 2021-10-27 at 21.50.01.png
    120.8 KB · Views: 56
  • CleanShot 2021-10-27 at 21.52.23.png
    CleanShot 2021-10-27 at 21.52.23.png
    161.7 KB · Views: 53
Just tried the guide from OpenIntelWireless, did not work as well.
Maybe I did it wrong, I just added the kext to EFI/OC/Kexts, opened the OpenCore Configurator checked that all the Kexts were in the Kernel section, saved the config.plist, reboot and still the same. The Bluetooth toggle works but it's just not turning on.
Did the same thing same result… bupkiss.
 
Hi, can you post your applealc.kext or better your EFI folder.
I experienced lockups withe Monterey like Leesureone.
i have random lockups !!!
I have already added Layout-id 8 to AppleALC 1.6.4. Download the latest release and it should work.
Here is my EFI folder, it's not ready yet, but most devices should work.
 

Attachments

  • EFI_NUC8.zip
    35.8 MB · Views: 78
  • audio_in.png
    audio_in.png
    253 KB · Views: 53
  • audio_out.png
    audio_out.png
    265.6 KB · Views: 65
  • bluetooth.png
    bluetooth.png
    272 KB · Views: 60
  • gfx.png
    gfx.png
    426.9 KB · Views: 65
I have already added Layout-id 8 to AppleALC 1.6.4. Download the latest release and it should work.
Here is my EFI folder, it's not ready yet, but most devices should work.
these shouldn't be needed anymore:
Code:
<dict>
                <key>Base</key>
                <string></string>
                <key>BaseSkip</key>
                <integer>0</integer>
                <key>Comment</key>
                <string>HDAS to HDEF</string>
                <key>Count</key>
                <integer>0</integer>
                <key>Enabled</key>
                <true/>
                <key>Find</key>
                <data>
                SERBUw==
                </data>
                <key>Limit</key>
                <integer>0</integer>
                <key>Mask</key>
                <data>
                </data>
                <key>OemTableId</key>
                <data>
                </data>
                <key>Replace</key>
                <data>
                SERFRg==
                </data>
                <key>ReplaceMask</key>
                <data>
                </data>
                <key>Skip</key>
                <integer>0</integer>
                <key>TableLength</key>
                <integer>0</integer>
                <key>TableSignature</key>
                <data>
                </data>
            </dict>
            <dict>
                <key>Base</key>
                <string></string>
                <key>BaseSkip</key>
                <integer>0</integer>
                <key>Comment</key>
                <string>GFX0 to IGPU</string>
                <key>Count</key>
                <integer>0</integer>
                <key>Enabled</key>
                <true/>
                <key>Find</key>
                <data>
                R0ZYMA==
                </data>
                <key>Limit</key>
                <integer>0</integer>
                <key>Mask</key>
                <data>
                </data>
                <key>OemTableId</key>
                <data>
                </data>
                <key>Replace</key>
                <data>
                SUdQVQ==
                </data>
                <key>ReplaceMask</key>
                <data>
                </data>
                <key>Skip</key>
                <integer>0</integer>
                <key>TableLength</key>
                <integer>0</integer>
                <key>TableSignature</key>
                <data>
                </data>
            </dict>
 
The guys over at OpenIntelWireless seem to think it will work but there you go. WIP (work in progress).
Something has changed in the way the kexts are loaded

ie it doesn't load the firmware (when you check hackintool) which is causing all these Bluetooth issues

it may get sorted soon :)
 
I have already added Layout-id 8 to AppleALC 1.6.4. Download the latest release and it should work.
Here is my EFI folder, it's not ready yet, but most devices should work.
Thanks a lot Wern no more lockups for me, and no more FakePCIID.kext
everything works for me.
 
Back
Top