Skip to content

Instantly share code, notes, and snippets.

@reteps
Last active October 1, 2022 07:14
Show Gist options
  • Save reteps/3792817622f7e1f909ad8e9e1fda879d to your computer and use it in GitHub Desktop.
Save reteps/3792817622f7e1f909ad8e9e1fda879d to your computer and use it in GitHub Desktop.

Revisions

  1. reteps revised this gist Dec 27, 2018. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions How to install Mojave 10.14.1.md
    Original file line number Diff line number Diff line change
    @@ -27,8 +27,8 @@ For 2nd stage install
    `sed -i '' 's/auth-//g' /Volumes/VOLUME_NAME/macOS\ Install\ Data/Locked\ Files/Boot\ Files/com.apple.Boot.plist`

    # Postinstall (Using Postinstall Files)
    + Copy kernel to /System/Library/Kernels
    + Copy IONetworkingFamily.kext to /System/Library/Extensions
    + Copy kernel to `/System/Library/Kernels`
    + Copy `IONetworkingFamily.kext` to `/System/Library/Extensions`

    ```
    sudo chmod -R 755 /System/Library/Extensions/IONetworkingFamily.kext
  2. reteps revised this gist Dec 27, 2018. 1 changed file with 11 additions and 1 deletion.
    12 changes: 11 additions & 1 deletion How to install Mojave 10.14.1.md
    Original file line number Diff line number Diff line change
    @@ -5,7 +5,7 @@
    + [Kernel](https://cdn.discordapp.com/attachments/458386099815972864/527617126085951502/kernel.zip)
    + [Mojave 10.14.1 Installer](https://drive.google.com/drive/folders/1nUIZnWf0HdSQ0846PuElHxC4kliJRSdK)
    + [XLNC Install Video for High Sierra](https://www.youtube.com/watch?v=ydHyAmxPb_Y)

    + [Postinstall files](https://cdn.discordapp.com/attachments/458386099815972864/527980414761959464/Ronaldo9_r9.zip)
    + [Prelinked/Kernel Mirror](https://drive.google.com/file/d/1P-J9aV8D63KmcMWXdR_0Kdz73V9Rb5M3/view?usp=sharing)

    # Notes
    @@ -26,6 +26,16 @@ For 2nd stage install
    2) 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`

    # Postinstall (Using Postinstall Files)
    + 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 /
    ```
    # Install Errors

    - Stuck on `++++++` - missing prelinked kernel. Run these commands:
  3. reteps revised this gist Dec 27, 2018. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions How to install Mojave 10.14.1.md
    Original file line number Diff line number Diff line change
    @@ -29,8 +29,8 @@ For 2nd stage install
    # Install Errors

    - Stuck on `++++++` - missing prelinked kernel. Run these commands:
    - `rm -Rf /Volumes/MacOSX/System/Library/PrelinkedKernels/prelinkedkernel`
    - `cp /Volumes/USB_DRIVE_NAME/System/Library/PrelinkedKernels/prelinkedkernel /Volumes/MacOSX/System/Library/PrelinkedKernels/prelinkedkernel`
    - `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 missing `auth-`:
    - `/Volumes/VOLUME_NAME/macOS Install Data/Locked Files/Boot Files/com.apple.Boot.plist`
  4. reteps revised this gist Dec 27, 2018. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion How to install Mojave 10.14.1.md
    Original file line number Diff line number Diff line change
    @@ -30,7 +30,7 @@ For 2nd stage install

    - Stuck on `++++++` - missing prelinked kernel. Run these commands:
    - `rm -Rf /Volumes/MacOSX/System/Library/PrelinkedKernels/prelinkedkernel`
    - `cp /Volumes/VOLUME_NAME/System/Library/PrelinkedKernels/prelinkedkernel /Volumes/MacOSX/System/Library/PrelinkedKernels/prelinkedkernel`
    - `cp /Volumes/USB_DRIVE_NAME/System/Library/PrelinkedKernels/prelinkedkernel /Volumes/MacOSX/System/Library/PrelinkedKernels/prelinkedkernel`

    - If you get a restart that ends in `Please go to panic.apple.com`, make sure that this file is missing `auth-`:
    - `/Volumes/VOLUME_NAME/macOS Install Data/Locked Files/Boot Files/com.apple.Boot.plist`
  5. reteps revised this gist Dec 27, 2018. 1 changed file with 3 additions and 3 deletions.
    6 changes: 3 additions & 3 deletions How to install Mojave 10.14.1.md
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    @retep 12/26/18
    @retep 12/27/18

    # Links
    + [Prelinked Kernel(.test)](https://cdn.discordapp.com/attachments/458386099815972864/527600395498029056/prelinkedkernel.test.zip)
    @@ -27,11 +27,11 @@ For 2nd stage install
    `sed -i '' 's/auth-//g' /Volumes/VOLUME_NAME/macOS\ Install\ Data/Locked\ Files/Boot\ Files/com.apple.Boot.plist`

    # Install Errors
    -

    - Stuck on `++++++` - missing prelinked kernel. Run these commands:
    - `rm -Rf /Volumes/MacOSX/System/Library/PrelinkedKernels/prelinkedkernel`
    - `cp /Volumes/VOLUME_NAME/System/Library/PrelinkedKernels/prelinkedkernel /Volumes/MacOSX/System/Library/PrelinkedKernels/prelinkedkernel`

    - If you get a restart that ends in `Please go to panic.apple.com`, make sure that this file is missing `auth-`:
    `/Volumes/VOLUME_NAME/macOS Install Data/Locked Files/Boot Files/com.apple.Boot.plist`. If it is not, remove it
    - `/Volumes/VOLUME_NAME/macOS Install Data/Locked Files/Boot Files/com.apple.Boot.plist`
    - If not, remove it
  6. reteps revised this gist Dec 27, 2018. 1 changed file with 11 additions and 2 deletions.
    13 changes: 11 additions & 2 deletions How to install Mojave 10.14.1.md
    Original file line number Diff line number Diff line change
    @@ -15,8 +15,7 @@ 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`

    # Changes
    1) On USB, skip `.IABootFiles` step
    2) Add `kcsuffix=test` to boot flags
    @@ -26,3 +25,13 @@ For 2nd stage install
    1) add PK to `/macOS\ Install\ Data/Locked\ Files/Boot\ Files/`
    2) 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`

    # Install Errors
    -

    - Stuck on `++++++` - missing prelinked kernel. Run these commands:
    - `rm -Rf /Volumes/MacOSX/System/Library/PrelinkedKernels/prelinkedkernel`
    - `cp /Volumes/VOLUME_NAME/System/Library/PrelinkedKernels/prelinkedkernel /Volumes/MacOSX/System/Library/PrelinkedKernels/prelinkedkernel`

    - If you get a restart that ends in `Please go to panic.apple.com`, make sure that this file is missing `auth-`:
    `/Volumes/VOLUME_NAME/macOS Install Data/Locked Files/Boot Files/com.apple.Boot.plist`. If it is not, remove it
  7. reteps revised this gist Dec 27, 2018. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion How to install Mojave 10.14.1.md
    Original file line number Diff line number Diff line change
    @@ -15,6 +15,8 @@ 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`
    # Changes
    1) On USB, skip `.IABootFiles` step
    2) Add `kcsuffix=test` to boot flags
    @@ -23,4 +25,4 @@ the prelinkedkernel from the installer." - Shaneee
    For 2nd stage install
    1) add PK to `/macOS\ Install\ Data/Locked\ Files/Boot\ Files/`
    2) 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`
    `sed -i '' 's/auth-//g' /Volumes/VOLUME_NAME/macOS\ Install\ Data/Locked\ Files/Boot\ Files/com.apple.Boot.plist`
  8. reteps revised this gist Dec 27, 2018. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions How to install Mojave 10.14.1.md
    Original file line number Diff line number Diff line change
    @@ -6,6 +6,8 @@
    + [Mojave 10.14.1 Installer](https://drive.google.com/drive/folders/1nUIZnWf0HdSQ0846PuElHxC4kliJRSdK)
    + [XLNC Install Video for High Sierra](https://www.youtube.com/watch?v=ydHyAmxPb_Y)

    + [Prelinked/Kernel Mirror](https://drive.google.com/file/d/1P-J9aV8D63KmcMWXdR_0Kdz73V9Rb5M3/view?usp=sharing)

    # Notes
    - "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
  9. reteps revised this gist Dec 27, 2018. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion How to install Mojave 10.14.1.md
    Original file line number Diff line number Diff line change
    @@ -11,7 +11,7 @@
    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
    - 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)
    # Changes
    1) On USB, skip `.IABootFiles` step
  10. reteps revised this gist Dec 27, 2018. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions How to install Mojave 10.14.1.md
    Original file line number Diff line number Diff line change
    @@ -3,6 +3,7 @@
    # Links
    + [Prelinked Kernel(.test)](https://cdn.discordapp.com/attachments/458386099815972864/527600395498029056/prelinkedkernel.test.zip)
    + [Kernel](https://cdn.discordapp.com/attachments/458386099815972864/527617126085951502/kernel.zip)
    + [Mojave 10.14.1 Installer](https://drive.google.com/drive/folders/1nUIZnWf0HdSQ0846PuElHxC4kliJRSdK)
    + [XLNC Install Video for High Sierra](https://www.youtube.com/watch?v=ydHyAmxPb_Y)

    # Notes
  11. reteps renamed this gist Dec 27, 2018. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions How to install mojave.md → How to install Mojave 10.14.1.md
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,5 @@
    @retep 12/26/18

    # Links
    + [Prelinked Kernel(.test)](https://cdn.discordapp.com/attachments/458386099815972864/527600395498029056/prelinkedkernel.test.zip)
    + [Kernel](https://cdn.discordapp.com/attachments/458386099815972864/527617126085951502/kernel.zip)
  12. reteps revised this gist Dec 27, 2018. 1 changed file with 8 additions and 12 deletions.
    20 changes: 8 additions & 12 deletions How to install mojave.md
    Original file line number Diff line number Diff line change
    @@ -1,20 +1,16 @@
    Prelinked Kernel Test:
    + https://cdn.discordapp.com/attachments/458386099815972864/527600395498029056/prelinkedkernel.test.zip
    Kernel:
    + https://cdn.discordapp.com/attachments/458386099815972864/527617126085951502/kernel.zip
    # Links
    + [Prelinked Kernel(.test)](https://cdn.discordapp.com/attachments/458386099815972864/527600395498029056/prelinkedkernel.test.zip)
    + [Kernel](https://cdn.discordapp.com/attachments/458386099815972864/527617126085951502/kernel.zip)
    + [XLNC Install Video for High Sierra](https://www.youtube.com/watch?v=ydHyAmxPb_Y)

    video for high sierra
    - https://www.youtube.com/watch?v=ydHyAmxPb_Y

    "Use createinstallmedia to make the USB then and replace the prelinkedkernel. You'll need to replace the prelinkedkernel on the
    # Notes
    - "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

    Notes:
    10.14.1 is stable, DO NOT use 10.14.2 (will boot, most apps won't work)
    Changes
    - 10.14.1 is stable, DO NOT use 10.14.2 (will boot, most apps won't work)
    # Changes
    1) On USB, skip `.IABootFiles` step
    2) Add `kcsuffix=test` to boot flags
    3) Make sure to also add these flags for debug: `-v debug=0x100 keepsyms=1`
  13. reteps revised this gist Dec 27, 2018. 1 changed file with 6 additions and 3 deletions.
    9 changes: 6 additions & 3 deletions How to install mojave.md
    Original file line number Diff line number Diff line change
    @@ -1,7 +1,10 @@
    Prelinked Kernel Test: https://cdn.discordapp.com/attachments/458386099815972864/527600395498029056/prelinkedkernel.test.zip
    Kernel: https://cdn.discordapp.com/attachments/458386099815972864/527617126085951502/kernel.zip
    Prelinked Kernel Test:
    + https://cdn.discordapp.com/attachments/458386099815972864/527600395498029056/prelinkedkernel.test.zip
    Kernel:
    + https://cdn.discordapp.com/attachments/458386099815972864/527617126085951502/kernel.zip

    video for high sierra - https://www.youtube.com/watch?v=ydHyAmxPb_Y
    video for high sierra
    - https://www.youtube.com/watch?v=ydHyAmxPb_Y

    "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
  14. reteps renamed this gist Dec 27, 2018. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  15. reteps revised this gist Dec 27, 2018. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions How to install mojave
    Original file line number Diff line number Diff line change
    @@ -14,6 +14,7 @@ Notes:
    Changes
    1) On USB, skip `.IABootFiles` step
    2) Add `kcsuffix=test` to boot flags
    3) Make sure to also add these flags for debug: `-v debug=0x100 keepsyms=1`

    For 2nd stage install
    1) add PK to `/macOS\ Install\ Data/Locked\ Files/Boot\ Files/`
  16. reteps revised this gist Dec 27, 2018. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions How to install mojave
    Original file line number Diff line number Diff line change
    @@ -9,6 +9,8 @@ the prelinkedkernel from the installer." - Shaneee

    - Same Kexts as High Sierra

    Notes:
    10.14.1 is stable, DO NOT use 10.14.2 (will boot, most apps won't work)
    Changes
    1) On USB, skip `.IABootFiles` step
    2) Add `kcsuffix=test` to boot flags
  17. reteps revised this gist Dec 26, 2018. 1 changed file with 3 additions and 0 deletions.
    3 changes: 3 additions & 0 deletions How to install mojave
    Original file line number Diff line number Diff line change
    @@ -6,6 +6,9 @@ video for high sierra - https://www.youtube.com/watch?v=ydHyAmxPb_Y
    "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

    Changes
    1) On USB, skip `.IABootFiles` step
    2) Add `kcsuffix=test` to boot flags
  18. reteps revised this gist Dec 26, 2018. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion How to install mojave
    Original file line number Diff line number Diff line change
    @@ -3,7 +3,9 @@ Kernel: https://cdn.discordapp.com/attachments/458386099815972864/52761712608595

    video for high sierra - https://www.youtube.com/watch?v=ydHyAmxPb_Y

    "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. That's how I installed Mojave"
    "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
    Changes
    1) On USB, skip `.IABootFiles` step
    2) Add `kcsuffix=test` to boot flags
  19. reteps revised this gist Dec 26, 2018. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions How to install mojave
    Original file line number Diff line number Diff line change
    @@ -3,6 +3,7 @@ Kernel: https://cdn.discordapp.com/attachments/458386099815972864/52761712608595

    video for high sierra - https://www.youtube.com/watch?v=ydHyAmxPb_Y

    "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. That's how I installed Mojave"
    Changes
    1) On USB, skip `.IABootFiles` step
    2) Add `kcsuffix=test` to boot flags
  20. reteps created this gist Dec 26, 2018.
    13 changes: 13 additions & 0 deletions How to install mojave
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,13 @@
    Prelinked Kernel Test: https://cdn.discordapp.com/attachments/458386099815972864/527600395498029056/prelinkedkernel.test.zip
    Kernel: https://cdn.discordapp.com/attachments/458386099815972864/527617126085951502/kernel.zip

    video for high sierra - https://www.youtube.com/watch?v=ydHyAmxPb_Y

    Changes
    1) On USB, skip `.IABootFiles` step
    2) Add `kcsuffix=test` to boot flags

    For 2nd stage install
    1) add PK to `/macOS\ Install\ Data/Locked\ Files/Boot\ Files/`
    2) 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`