@retep 12/27/18
- Prelinked Kernel(.test)
 - Kernel
 - Mojave 10.14.1 Installer
 - XLNC Install Video for High Sierra
 - Postinstall files
 - Prelinked/Kernel Mirror
 
- 
"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)
 
- 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 
- Copy kernel to 
/System/Library/Kernels - Copy 
IONetworkingFamily.kextto/System/Library/Extensions 
sudo chmod -R 755 /System/Library/Extensions/IONetworkingFamily.kext
sudo chown -R root:wheel /System/Library/Extensions/IONetworkingFamily.kext
sudo rm -Rf /System/Library/PrelinkedKernels/prelinkedkernel
sudo kextcache -u /- 
Stuck on
++++++- missing prelinked kernel. Run these commands:rm -Rf /Volumes/VOLUME_NAME/System/Library/PrelinkedKernels/prelinkedkernelcp /Volumes/USB_DRIVE_NAME/System/Library/PrelinkedKernels/prelinkedkernel /Volumes/VOLUME_NAME/System/Library/PrelinkedKernels/prelinkedkernel
 - 
If you get a restart that ends in
Please go to panic.apple.com, make sure that this file is missingauth-:/Volumes/VOLUME_NAME/macOS Install Data/Locked Files/Boot Files/com.apple.Boot.plist- If not, remove it
 
 
@TVHung try keeping the
.testboot flag and making sure that you have a fileprelinked.testin the original location.