Posted on 03-19-2021 03:39 AM
I Tried to wipe a Big Sur machine, expecting it to re-install the OS and connect to MDM.
The 6 digits worked. it rebooted to the no entry sign. An internet recovery didn't work (both with newest release keypress and default release - it was orignally a Sierra machine).
In the end the only option was a USB bootable Big Sur re-build. It did rejoin the MDM correctly though.
Anyone else seen this - is this how it's supposed to function? Seems odd.
Solved! Go to Solution.
Posted on 03-19-2021 05:28 AM
I use this script https://github.com/kc9wwh/macOSUpgrade to initiate a reinstall of the OS when needed. I can either initiate it remotely or through Self-Service on a machine. You need to download the macOS BigSur installer and make it available as another policy, which is called by this script. I use https://github.com/scriptingosx/fetch-installer-pkg to download the latest BigSur install.pkg, which can then be uploaded to Jamf Admin.
This process is especially helpful with headless servers running BigSur, with the automatic progress through setup screens checked in the prestage.
Posted on 03-19-2021 04:06 AM
@zophar That is expected behaviour, the wipe command only wipes the hard drive it doesn't initiate an internet recovery nor does the mac automatically.
Posted on 03-19-2021 05:28 AM
I use this script https://github.com/kc9wwh/macOSUpgrade to initiate a reinstall of the OS when needed. I can either initiate it remotely or through Self-Service on a machine. You need to download the macOS BigSur installer and make it available as another policy, which is called by this script. I use https://github.com/scriptingosx/fetch-installer-pkg to download the latest BigSur install.pkg, which can then be uploaded to Jamf Admin.
This process is especially helpful with headless servers running BigSur, with the automatic progress through setup screens checked in the prestage.
Posted on 03-23-2021 07:02 AM
Fantastic, thank you jbisgett!