- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on
01-27-2020
03:11 PM
- last edited on
03-04-2025
06:53 AM
by
kh-richa_mig
Hello this should be fairly simple, but i am new to JAMF and i can't seem to figure out the issue.
I am trying to do upgrade from HighSierra to Mojave. I have downloaded and cached the installer to Application folder. Created a second policy and running the following command under Files and Processes: /Application/Install macOS Mojave.app/Contents/Resources/startosinstall --agreetolicense
Getting the following error message:
Executing Policy Install Cached Mojave
Error: The package (Install macOS Mojave 10.14.6.pkg) could not be found.
Running command /Application/Install macOS Mojave.app/Contents/Resources/startosinstall --agreetolicense...
Result of command:
/bin/sh: /Application/Install macOS Mojave.app/Contents/Resources/startosinstall: No such file or directory
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on 01-27-2020 04:39 PM
In your syntax do you specify /Applications
Here is what I suggest:
/Applications/Install macOS Mojave.app/Contents/Resources/startosinstall --agreetolicense --nointeraction &
or
/Applications/Install macOS Mojave.app/Contents/Resources/startosinstall --nointeraction &

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on 01-27-2020 04:39 PM
In your syntax do you specify /Applications
Here is what I suggest:
/Applications/Install macOS Mojave.app/Contents/Resources/startosinstall --agreetolicense --nointeraction &
or
/Applications/Install macOS Mojave.app/Contents/Resources/startosinstall --nointeraction &
