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

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

M
mrasong 已提交
4
### OpenCore
M
mrasong 已提交
5 6

[OpenCore 0.6.5](https://github.com/acidanthera/OpenCorePkg)
7

M
mrasong 已提交
8

M
mrasong 已提交
9
### Adapted
M
mrasong 已提交
10

M
mrasong 已提交
11 12 13 14 15 16 17 18
- NUC10i7FNH/FNK
- NUC10i5FNH/FNK
- NUC10i3FNH/FNK


### OS Version Tested
- macOS Big Sur 11.1
- macOS Catalina 10.15.7 (Need to replace `AirportItlwm.kext` to Catalina version)
M
mrasong 已提交
19

M
mrasong 已提交
20

M
mrasong 已提交
21 22
### Known issue

M
mrasong 已提交
23
- HDMI Audio not work(you can use VoodooHDA.kext as alternative).
M
mrasong 已提交
24
- Airdrop not work.
M
mrasong 已提交
25 26 27
- SD Card not work.


M
mrasong 已提交
28
### HDMI Audio
M
mrasong 已提交
29

M
mrasong 已提交
30 31
 - 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 已提交
32

M
mrasong 已提交
33 34

### Kexts
M
mrasong 已提交
35

36
- [AirportItlwm.kext v1.2.0](https://github.com/OpenIntelWireless/itlwm)
M
mrasong 已提交
37
- [AppleALC.kext 1.5.6](https://github.com/acidanthera/AppleALC)
M
mrasong 已提交
38 39
- [IntelBluetoothFirmware.kext 1.1.2](https://github.com/OpenIntelWireless/IntelBluetoothFirmware)
- [IntelBluetoothInjector.kext 1.1.2](https://github.com/OpenIntelWireless/IntelBluetoothFirmware)
M
mrasong 已提交
40
- [IntelMausi.kext 1.0.5](https://github.com/acidanthera/IntelMausi)
M
mrasong 已提交
41 42 43 44
- [Lilu.kext 1.5.0](https://github.com/acidanthera/Lilu)
- [SMCProcessor.kext 1.1.9](https://github.com/acidanthera/VirtualSMC)
- [SMCSuperIO.kext 1.1.9](https://github.com/acidanthera/VirtualSMC)
- [VirtualSMC.kext 1.1.9](https://github.com/acidanthera/VirtualSMC)
M
mrasong 已提交
45 46
- [WhateverGreen.kext 1.4.6](https://github.com/acidanthera/WhateverGreen)
- [VoodooHDA.kext 2.9.2](https://github.com/chris1111/VoodooHDA-OC) 
47

M
mrasong 已提交
48 49 50 51 52 53 54 55 56 57 58 59 60 61

### 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.


### Credits

Thanks to [HawkysCC](https://github.com/HawkysCC) and his [EFI](https://github.com/HawkysCC/Hackintosh-NUC10i7)