Hello, RehabMan~
With your guidance, I have made a progress to install the latest Mac os Sierra 10.12.5, despite some of problems:
1. As I have SSD(NVMe), boot via Clover which has win10 and an earilier broken version of Mac 10.12.4. After copy the SSDT-NVMe-Pcc.aml to /clover/ACPI/patched/ and HackrNVMeFamily-10_12_5.kext to /kexts/Other and config.plist(which was renamed by your config_install_nuc7.plist I suppose the Disk Utility can recognize the earlier macOS partition in the SSD. However, it failed to do it no matter whether I do the special injection or not.
that is add the following lines to SSDT-NVMe-Pcc.aml.
"compatible", Buffer() { "pci144d,a801" },
"IOName", "pci144d,a801",
"name", Buffer() { "pci144d,a801" },
But luckily, I can see the HDD disk in the Disk Utility, so I erased it and installed Sierra on HDD.
2. After finished the PHASE2
When I chose the network to connect (Using DHCP) and connect, the mac just broke down and I can't arrive at the os X desktop.
So I uncheck this option and process without network. It just worked.
3. Then I tried to the Post Installation to fix the drivers.
By using a USB to ethernet hub, I could have access to the Internet.
I cloned your git repository and downloaded all the fixing tools and makefile
Then error happened:
iasl -vw 2095 -vw 2008 -p build/SSDT-NUC5.aml SSDT-NUC5.dsl\
make: iasl: No such file or directory\
make: *** [build/SSDT-NUC5.aml] Error 1\
}
So I can;t process anymore. Could it be possible that I missed to add some .aml files to your repository?
SOS~~~~