README.md 2.5 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
- NUC10i7FNH/FNK
- NUC10i5FNH/FNK
- NUC10i3FNH/FNK


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

M
mrasong 已提交
18 19
- macOS Big Sur 11.1
- macOS Catalina 10.15.7 (Need to replace `AirportItlwm.kext` to Catalina version)
M
mrasong 已提交
20

M
mrasong 已提交
21

M
mrasong 已提交
22 23 24 25 26 27 28 29
### config.plist

- `/EFI/OC/config.plist` Default boot with `AppleALC.kext`.
- `/EFI/OC/config.VoodooHDA.plist` Default boot with `VoodooHDA.kext`(HDMI Audio works).
- `/EFI/OC/config.UI.plist` UI boot with `AppleALC.kext`.
- `/EFI/OC/config.UI.VoodooHDA.plist` UI boot with `VoodooHDA.kext`(HDMI Audio works).

Choose one you prefer :)   
M
mrasong 已提交
30
**Press the `space key` to display more boot options.**
M
mrasong 已提交
31 32


M
mrasong 已提交
33 34
### Known issue

M
mrasong 已提交
35
- HDMI Audio not work(you can use VoodooHDA.kext as alternative).
M
mrasong 已提交
36
- Airdrop not work.
M
mrasong 已提交
37 38 39
- SD Card not work.


M
mrasong 已提交
40
### HDMI Audio
M
mrasong 已提交
41

M
mrasong 已提交
42 43
 - 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 已提交
44

M
mrasong 已提交
45 46

### Kexts
M
mrasong 已提交
47

48
- [AirportItlwm.kext v1.2.0](https://github.com/OpenIntelWireless/itlwm)
M
mrasong 已提交
49
- [AppleALC.kext 1.5.6](https://github.com/acidanthera/AppleALC)
M
mrasong 已提交
50 51
- [IntelBluetoothFirmware.kext 1.1.2](https://github.com/OpenIntelWireless/IntelBluetoothFirmware)
- [IntelBluetoothInjector.kext 1.1.2](https://github.com/OpenIntelWireless/IntelBluetoothFirmware)
M
mrasong 已提交
52
- [IntelMausi.kext 1.0.5](https://github.com/acidanthera/IntelMausi)
M
mrasong 已提交
53 54 55 56
- [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 已提交
57 58
- [WhateverGreen.kext 1.4.6](https://github.com/acidanthera/WhateverGreen)
- [VoodooHDA.kext 2.9.2](https://github.com/chris1111/VoodooHDA-OC) 
59

M
mrasong 已提交
60 61 62 63 64 65 66 67 68 69 70 71 72 73

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