@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
.IABootFiles
step - Add
kcsuffix=test
to 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.kext
to/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/prelinkedkernel
cp /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
HI i'm getting an error on the 2nd part of the install, after adding the PK and amending the boot.plist. The error is that the installer states that it can't find installer resources. The only solution I've found (that is not working for me) is to remove all SATA drives apart from target drive...Any ideas?