Closed craigching closed 1 year ago
We are working on this.
As a workaround, please check if you have another VM with name "macOS 13" registered. Unregister other VM to make this work.
Also delete the "Snapshots.xml" or "Snapshot" folder if exists from base machine.
We now have new documentation on how you can achieve this. You will need the latest version of the provider, but you should be able to do this. Let me know if you find any other issue
The new doc page for building macOS box on M-series Macs is available here: https://parallels.github.io/vagrant-parallels/docs/boxes/base_macos.html
I think this issue can be closed now.
I'm trying to create a vagrant box with a host of macOS 13.2.1 and a guest of 13.3.1 (this was downloaded and installed using Parallels). The base vm works fine. Now I do:
metadata.json
is as simple as it gets:And then I run:
all looks good at this point. Then I
vagrant init
:and
vagrant up
:There is a dialog box that says "Cannot retrieve the hardware model data" over the VM that was launched, I click ok and it fails as above.
My vagrant and vagrant-parallels version:
I also noticed that after I tried to
vagrant up
, the vagrant box directory now looks like this:Why does it now have a
.pvm
extension?