Hello all,
I've been working on a Self Service policy that will perform a clean install of High Sierra 10.13.6 no a Mac running Mojave. This basically involved a policy that staged "Install macOS High Sierra.app" compatible with the Mac in question in /Applications and ran it using the "startosinstall" binary as follows:
/Applications/Install macOS High Sierra.app/Contents/Resources/startosinstall --applicationpath /Applications/Install macOS High Sierra.app --eraseinstall --newvolumename "Macintosh HD" --agreetolicense --nointeraction
This worked great in 10.14.0 but for some reason appears to be broken in 10.14.1. The installer launches and states:
Preparing to run macOS installer...
Permission denied
When I try to open the installer package manually I see a message stating "This copy of the "Install macOS" application is too old to be opened on this version of macOS". If I create a bootable USB (which is something I'm trying to avoid) using the exact same installer as the source, I can boot to it and do an erase install manually just fine.
Might anyone have some insight as to what changed? I'm ideally trying to find a way to downgrade to High Sierra until we can support Mojave, in a way that's easy for our Helpdesk folks.
The methodology used is a variant of: https://www.jamf.com/blog/reinstall-a-clean-macos-with-one-button
Thanks in advance,
Justin.