Skip to content

Instantly share code, notes, and snippets.

@dogukancagatay
Created February 8, 2024 14:44
Show Gist options
  • Save dogukancagatay/427c1f8e42b33d6be6e122c09e1cf94b to your computer and use it in GitHub Desktop.
Save dogukancagatay/427c1f8e42b33d6be6e122c09e1cf94b to your computer and use it in GitHub Desktop.
Create MacOS VM on Parallels #macos #parallels #vm

Create MacOS VM on Parallels

Download ipsw image for the desired version of the MacOS. Use the following site to get the link.

wget 'https://updates.cdn-apple.com/2024WinterFCS/fullrestores/042-78241/B45074EB-2891-4C05-BCA4-7463F3AC0982/UniversalMac_14.3_23D56_Restore.ipsw'

Create VM from the image.

prlctl create "macOS-sonoma" -o macos --restore-image UniversalMac_14.3_23D56_Restore.ipsw

Truncate the VM disk

cd ~/Parallels/macOS-sonoma.macvm
truncate -s 100G disk0.img

Start the VM

prlctl start macOS-sonoma

References

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment