How to Install macOS Mojave 10.14.1 Betas
If you're having firmware update issues on your device that makes installing macOS Mojave 10.14.1 betas impossible, then you can use the script I have developed in conjunction with the update package to install manually by copying over the files directly from the package to your system.
To use the script, download it from this post and run
chmod +x /path/to/script to make it executable. If you're running the script from a normal system then you must run
sudo /path/to/script. If you're running it from a recovery or an installer volume then you have to run it without
sudo.
The script will ask for two paths, the path for your package and the and path for your volume. For the package, you have to enter the full path to
the folder containing the package. For the volume you have to enter either
/ if you'd like to install on the volume you're currently booted from or
/Volumes/volume/ if you're running from a recovery volume, an installer volume, or simply would like to install on another volume altogether.
You have to use the full path for the package folder, which means, if you have it on your desktop for example you can't do
~/Desktop/, instead you have to do
/Users/username/Desktop/ or /Volumes/volume/Users/username/Desktop/ if you're running from a recovery or an installer volume.
You can also run the commands manually if you prefer. If you want to do that then you must run these commands one after the other and wait for them to complete.
pkgutil --expand-full /path/macOSUpd10.14.1.pkg /path/macOSUpd10.14.1
sudo cp -rf /path/macOSUpd10.14.1/Payload/ /Volumes/volume/ or /
You can download the update package from
here.
If you have any questions or issues please don't hesitate to contact me.
A newer version is available: Version Two.
A newer version is available: Version Three.
View attachment 798918