How To Fix ‘An Error Occurred Preparing The Update’ (Mac M1)
You’ve purchased a new Mac to take advantage of the revolutionary M1 Apple Silicon chip but are prompted with the ‘An Error Occurred Preparing The Update’ dialog box when trying to restore the computer. Is your machine stuck at the ‘Failed to personalize the software update. Please try again’ popup? This appears to be a common problem and Apple has published a support document that informs you how to fix it.
‘An Error Occurred Preparing The Update’ Causes?
This Mac M1 error is triggered when the user decides to erase/restore the computer before upgrading to macOS 11.0.1 Big Sur. The above error message is displayed while attempting to reinstall macOS.
How To Fix ‘An Error Occurred Preparing The Update’
Apple mentions two ways to fix this: with bootable installer, or using Terminal commands in macOS Recovery.
A. Create & Use Bootable Installer
To apply this troubleshooting method you need a second Mac and an external flash drive (with a minium of 12GB of storage) or SSD that you will need to erase (format). If you do, proceed as follows:

creating macOS Big Sur bootable installer in Terminal | Source: Apple Support
- 1.On the secondaruy Mac, download the macOS Big Sur installer. (direct link).
Fact: The installer downloads to the Applications folder and is named ‘Install macOS Big Sur’. The installer might automatically open after you download it, quit the installation. - 2. Connect the external drive that you plan to use a Bootable Installer.
- 3. Open the Terminal app (from Finder).
- 4. Copy paste the following command string:
Important: MyVolume is the name of the external memory device that you’re using. If it comes with a different name, replace ‘MyVolume’ with the correct label. The following command line assumes that macOS Big Sur installer is in the Applications folder:
sudo /Applications/Install\ macOS\ Big\ Sur.app/Contents/Resources/createinstallmedia –volume /Volumes/MyVolume - 5. Press the Return key to run the command.
- 6. Type your admin password if prompted. Note, the Terminal windows won’t show the characters. Just make sure that you type it correctly and hit Return.
- 7. Press Y to confirm that you want to erase the volume and hit Return.
Tip: If Terminal alerts you that it wants to access files on a removable volume, Click OK to allow. - 8. When the process finishes the removable disk will be named Install macOS Big Sur. You can now quit the Terminal app and eject the external disk.
- 9. Connect the bootable installer that you just created to the Mac that’s plagued by ‘An Error Occurred Preparing The Update’ problem.
- 10. Power on the computer and continue to hold the power button until the startup options window is displayed.
- 11. Select the bootable installer, from the available bootable volumes and click Continue.
- 12. The macOS Big Sur installer opens up. Follow the on-screen instructions to complete the installation.
B. With Terminal commands
Turn your Mac On and continue to hold the power button until the startup options window is displayed:
- 1. Select Options and click on Continue.
- 2. Select your administrator account and enter the password.
- 3. In the Utilities window go for Utilities -> Terminal.
- 4. Type resetpassword in the Terminal window and hit Return.
- 5. Click on the Reset Password window and choose Recovery Assistant -> Erase Mac in the menu bar.
- 6. Go for Erase Mac and click Erase Mac one more time to confirm.
Tip: your Mac will automatically restart when the process is completed. - 7. Choose your language when required.
Important: If you’re prompted that the version of macOS on the selected disk needs to be reinstalled, click macOS Utilities. - 8. Your Mac requires an Internet connection to activate. Click on Exit to Recovery Utilities, after the activation process is completed.
- 9. Select Safari (in the utilities window) and click Continue.
- 10. Enter the following URL in the Safari search field: https://support.apple.com/kb/HT211983. It will bring up Apple’s support document and you will need to copy the code the following Terminal command:
cd '/Volumes/Untitled'
mkdir -p private/tmp
cp -R '/Install macOS Big Sur.app' private/tmp
cd 'private/tmp/Install macOS Big Sur.app'
mkdir Contents/SharedSupport
curl -L -o Contents/SharedSupport/SharedSupport.dmg http://swcdn.apple.com/content/downloads - 11. Click outside of the Safari window to bring Recovery to the front and go for Utilities -> Terminal.
- 12. Paste the copied text and hit Return.
- 13. macOS Big Sur download begins. When finished, type the following command and hit Return:
./Contents/MacOS/InstallAssistant_springboard
- 14. The macOS Big Sur installer should open now. Follow the on-screen prompts to reinstall macOS 11.
Have you managed to fix the ‘An Error Occurred Preparing The Update’ problem? Which method did you use? Share your feedback using the comments section!
Related: How to fix Mac password not working in macOS Big Sur! You might be also interested in the fix for macOS Big Sur installer causing black screen on older MacBook Pro models!
thank you for the post. It fixed my system by using method B. With Terminal commands.
Glad we could help. Thanks for confirming!
both didn’t work. i thought the method B would work but it doesn’t download anything. i may have done it wrong. what is the purpose of bringing that apple document in safari as well as listing terminal commands before openin terminal? i probably did this part wrong.
i mean i went to that page but i am supposed to anything on this page? in that step you are saying to copy the code i am guessing the word copy means “type” because i visited your page on a working computer but the one i try to repair.
so after visiting to that page and doing nothing with it, i then clicked outside the safari and went to terminal under utilities menu. i then typed all the commands. i noticed that the last two lines are actually one single line. it appears two separate lines in my browser window. anyway, it simply doesn’t start downloading anything an returns back to prompt.
I have to thank you guys. it works now. Eventhough the terminal commands didn’t help but i believe the RESETPASSWORD and then ERASE MAC, RESTART and ACTIVATE MAC unblocked that issue. Irestarted for the final time and booted from Monterey USB and installed the system.
thank you
You’re welcome. Glad that we could help. Thanks for the follow up.