Posted on 11-07-2021 03:05 PM
Hi all,
End Goal: Erase & Install macOS Monterey onto M1 Macbooks.
So I got the scripts from
Solved: Re: macOS installer script not working for Apple S... - Jamf Nation Community - 249859
- works for M1 Macbook > macOS Monterey upgrade
Solved: Wipe M1 Macbook Pro - Jamf Nation Community - 225817
- According to this user, works for M1 Macbook > Erase & Install macOS Big Sur
When I try
echo <user_password> | /Applications/Install macOS Monterey.app/Contents/Resources/startosinstall --eraseinstall --newvolumename 'Macintosh HD' --nointeraction --agreetolicense --forcequitapps --user <name> --stdinpass
I get error
An extraneous argument was specified with option 'newvolumename'
When I try
echo <user_password> | /Applications/Install macOS Monterey.app/Contents/Resources/startosinstall --eraseinstall --nointeraction --agreetolicense --forcequitapps --user <name> --stdinpass
I don't get error. But it does nothing. I've waited 30 minutes, not even progress.
So is it true now refreshing a Macbook is to be done by MDM command only?