@retep 12/26/18
-
"Use createinstallmedia to make the USB then and replace the prelinkedkernel. You'll need to replace the prelinkedkernel on the HDD/SSD after the first part of the install and modify a plist. Once installed replace the kernel on the HDD/SSD and rebuild the prelinkedkernel from the installer." - Shaneee
-
Same Kexts as High Sierra (Lilu, WhateverGreen, FakeSMC, USBInject, NullPower, etc)
-
10.14.1 is stable, DO NOT use 10.14.2 (will boot, most apps won't work)
-
If you get a restart, make sure that this file is missing
auth-:/Volumes/VOLUME_NAME/macOS Install Data/Locked Files/Boot Files/com.apple.Boot.plist
- On USB, skip
.IABootFilesstep - Add
kcsuffix=testto boot flags - Make sure to also add these flags for debug:
-v debug=0x100 keepsyms=1
For 2nd stage install
- add PK to
/macOS\ Install\ Data/Locked\ Files/Boot\ Files/ - run this command w/ Volume Name:
sed -i '' 's/auth-//g' /Volumes/VOLUME_NAME/macOS\ Install\ Data/Locked\ Files/Boot\ Files/com.apple.Boot.plist

Nice :)