README.md 4.4 KB
Newer Older
M
mrasong 已提交
1

M
mrasong 已提交
2
## Intel NUC10 Hackintosh OpenCore EFI
3

M
mrasong 已提交
4 5
[![Gitter](https://badges.gitter.im/hackintosh-efi/intel-nuc10.svg)](https://gitter.im/hackintosh-efi/intel-nuc10?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)

M
mrasong 已提交
6 7
### [简体中文](README.zh_CN.md)

M
mrasong 已提交
8
### OpenCore
M
mrasong 已提交
9

M
mrasong 已提交
10
[OpenCore 0.7.0](https://github.com/acidanthera/OpenCorePkg)
11

M
mrasong 已提交
12

M
mrasong 已提交
13
### Adapted
M
mrasong 已提交
14

M
mrasong 已提交
15 16 17 18 19 20
- NUC10i7FNH/FNK
- NUC10i5FNH/FNK
- NUC10i3FNH/FNK


### OS Version Tested
M
mrasong 已提交
21

M
mrasong 已提交
22
- macOS Big Sur 11.4
M
mrasong 已提交
23
- macOS Catalina 10.15.7 (Need to replace `AirportItlwm.kext` to Catalina version)
M
mrasong 已提交
24

M
mrasong 已提交
25

M
mrasong 已提交
26 27
### BIOS config

M
mrasong 已提交
28
BIOS version **FNCML357.0050 (latest)**
M
mrasong 已提交
29

M
mrasong 已提交
30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
+ Advanced
  - Storage
    * SATA Mode Selection -> AHCI
  - Video
    * IGD Minimum Memory -> 64MB
    * IGD Aperture Size -> 256MB
    * IGD Primary Video Port -> Auto
+ Boot 
  - Secure Boot
    * Secure Boot -> Disabled
  - Boot Priority
    * UEFI Boot -> Checked
    * Legacy Boot -> Unchecked
    * Fast Boot -> Unchecked
+ Power
  - Secondary Power Settings
M
mrasong 已提交
46
    * Deep S4/S5 -> On
M
mrasong 已提交
47 48 49
    * Wake on Lan from S4/S5 -> Stay Off
    * Wake System from S5 -> Off
    * Wake From Thunderbolt Device -> Off
M
mrasong 已提交
50 51 52 53

keep other settings default.


M
mrasong 已提交
54 55 56 57
### CFG Unlock

If it's the first time your nuc10 install with macOS, you must unlock CFG before install macOS.

M
mrasong 已提交
58 59 60 61
1. Find a USB flash drive, formatted as `FAT32` partition.
2. Copy `EFI` files to the root of your USB drive, path will be `/EFI`.
3. Reboot your nuc10, press `F10`, boot with the drive above. 
4. Choose `CFGLock Shell.efi` unlock CFG. 
M
mrasong 已提交
62 63


M
mrasong 已提交
64 65
### config.plist

M
mrasong 已提交
66
1. `/EFI/OC/config.plist` Default boot with `AppleALC.kext`.
M
mrasong 已提交
67 68 69 70
2. `/EFI/OC/config.AppleALC.plist` same as `/EFI/OC/config.plist`.
3. `/EFI/OC/config.VoodooHDA.plist` Default boot with `VoodooHDA.kext`(HDMI Audio works).
4. `/EFI/OC/config.GUI.AppleALC.plist` GUI boot with `AppleALC.kext`.
5. `/EFI/OC/config.GUI.VoodooHDA.plist` GUI boot with `VoodooHDA.kext`(HDMI Audio works).
M
mrasong 已提交
71

M
mrasong 已提交
72 73 74
Choose one you prefer to :)   

**When in the OC's booting interface, press the `space bar` to show more options**
M
mrasong 已提交
75 76


M
mrasong 已提交
77 78
### Known issue

M
mrasong 已提交
79
- HDMI Audio not work(you can use VoodooHDA.kext as alternative).
M
mrasong 已提交
80
- Airdrop not work.
M
mrasong 已提交
81 82 83
- SD Card not work.


M
mrasong 已提交
84
### HDMI Audio
M
mrasong 已提交
85

M
mrasong 已提交
86 87
- The default Audio drive is `AppleALC.kext` loaded by the file `/EFI/OC/config.plist`.
- If you want to use `VoodooHDA.kext`, just rename the file `/EFI/OC/config.VoodooHDA.plist` to `/EFI/OC/config.plist`. (Do not forget to replace the GMBIOS with your own.)
M
mrasong 已提交
88

M
mrasong 已提交
89 90

### Kexts
M
mrasong 已提交
91

M
mrasong 已提交
92
- [AirportItlwm.kext 1.3.0](https://github.com/OpenIntelWireless/itlwm)
M
mrasong 已提交
93
- [AppleALC.kext 1.6.1](https://github.com/acidanthera/AppleALC)
M
mrasong 已提交
94 95
- [IntelBluetoothFirmware.kext 1.1.2](https://github.com/OpenIntelWireless/IntelBluetoothFirmware)
- [IntelBluetoothInjector.kext 1.1.2](https://github.com/OpenIntelWireless/IntelBluetoothFirmware)
M
mrasong 已提交
96 97
- [IntelMausi.kext 1.0.6](https://github.com/acidanthera/IntelMausi)
- [Lilu.kext 1.5.3](https://github.com/acidanthera/Lilu)
M
mrasong 已提交
98 99 100 101
- [SMCProcessor.kext 1.2.4](https://github.com/acidanthera/VirtualSMC)
- [SMCSuperIO.kext 1.2.4](https://github.com/acidanthera/VirtualSMC)
- [VirtualSMC.kext 1.2.4](https://github.com/acidanthera/VirtualSMC)
- [WhateverGreen.kext 1.5.0](https://github.com/acidanthera/WhateverGreen)
M
mrasong 已提交
102
- [VoodooHDA.kext 2.9.2](https://github.com/chris1111/VoodooHDA-OC) 
103

M
mrasong 已提交
104 105 106 107 108 109 110 111 112 113 114

### Tools

- [Hackintool](https://github.com/headkaze/Hackintool) 
- [OpenCore Configurator](https://mackie100projects.altervista.org/opencore-configurator/) AKA OCC.
- [GenSMBIOS](https://github.com/corpnewt/GenSMBIOS) Generate SMBIOS.
- [MountEFI](https://github.com/corpnewt/MountEFI) Mount EFI partation.
- [gibMacOS](https://github.com/corpnewt/gibMacOS) Build your own MacOS image.
- [ProperTree](https://github.com/corpnewt/ProperTree) Plist editor.


M
mrasong 已提交
115 116 117 118 119
### Discuss

QQ Group: 591528332


M
mrasong 已提交
120 121 122
### Credits

Thanks to [HawkysCC](https://github.com/HawkysCC) and his [EFI](https://github.com/HawkysCC/Hackintosh-NUC10i7)
M
mrasong 已提交
123 124


M
mrasong 已提交
125 126 127 128 129 130 131 132 133 134
### By me a beer

![alipay](https://sn3301files.storage.live.com/y4motdhk_seImaIqjpenUPgmDei226yPQ5oylU0MjSq0izM6oM4IOIfUhfos1JRhtDsf3UmRcqNuJCGGV30byvRD19hW3hHkPRNs38D0XTnN0EriFrmKWjjPzj-gCJ-oSZ-9eY-0yIaFHyb2RzAzhza-lV2bfbr9WN-nbOId_FCLijghCsFpshvmq18PyJf7xWj?width=128&height=128&cropmode=none) 
Alipay

![wepay](https://sn3301files.storage.live.com/y4mfSVsBSWF0tZ_ieHI-ISXnGu5YYUC7AhfEpqF6TFDkkOamY3nLjdrYGQZ_ypY2UnHJ_PbbBmiJOLaQzX2mdlEYTrs8fublvjpM2uXiHmu0f0_DSjxcQS5pLNfHN6e6uvZEd_s5qgE0Et953Da767VI5HhlnvUlbyEq3f_DNd8gFNgDkDQDLIzZDmctsVB1DVo?width=128&height=128&cropmode=none) 
Wechat Pay

[Paypal](https://www.paypal.me/mrasong)