When trying to download and install a macOS 13 virtual machine from appliances on M-series based Mac, you can get an error at the Unarchiving stage.
Despite clicking Resume on the dialog, the Parallels Desktop will display Unarchiving once more but subsequently fail with the same message again.
Workaround
Create a macOS 13 virtual machine via Terminal:
- Get a download URL. To do it, execute the following command in Terminal:
/Applications/Parallels\ Desktop.app/Contents/MacOS/prl_macvm_create --getipswurl
- Copy the output URL, paste, and follow it in your browser.
- Once the file has been downloaded, use the following Terminal command:
/Applications/Parallels\ Desktop.app/Contents/MacOS/prl_macvm_create <path_to_ipsw> <path_to_macVM> --disksize <bytes>
e.g.
Note: macOS Arm virtual machine's hard drive size can only be set once at the moment of creation. There is currently no way to change it afterward./Applications/Parallels\ Desktop.app/Contents/MacOS/prl_macvm_create ~/Downloads/UniversalMac_13.3_22E252_Restore.ipsw ~/Parallels/macOS.macvm --disksize 80000000000
- Wait for the installation to complete. You will see progress in the Terminal output.
- Once finished, locate the file in ~/Parallels/ (your home folder > "Parallels"), drag and drop the file to Control Center, or open the file with Parallels Desktop via Finder.
--
Full instruction of creating macOS virtual machine on M-series based Macs you can find here.
Was this article helpful?
Tell us how we can improve it.