-
i create a local vm image from ipsw long long ago and install many application on this image, how to update image macos version ? it's possible ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Have you used Tart Packer plugin on the image? If so the VM is missing recovery partition because the plugin removes it to save space which lead to this error. If you created the VM from an IPSW then the partition should be there. I've seen people successuflly installing updates via command like: sudo softwareupdate --list
sudo softwareupdate -ir "macOS Ventura 13.6-22G120" Also in case you'll try the above command you'll see a more detailed message in case of an error. |
Beta Was this translation helpful? Give feedback.
Have you used Tart Packer plugin on the image? If so the VM is missing recovery partition because the plugin removes it to save space which lead to this error.
If you created the VM from an IPSW then the partition should be there. I've seen people successuflly installing updates via command like:
sudo softwareupdate --list sudo softwareupdate -ir "macOS Ventura 13.6-22G120"
Also in case you'll try the above command you'll see a more detailed message in case of an error.