Just tried joefitzgerald/packer-windows/windows_10.json and it works fine for me.
I have the following versions: Parallels Desktop for Mac Pro Ed version 13.2.0 (43213) Vagrant 2.0.2 vagrant-parallels (1.7.8) Packer v1.1.3-dev (567b566c2+CHANGES) (there haven't been any changes to the parallels builder since 1.0.4) First of all ensure that your Vagrant and plugin is up to date and try again. Otherwise I would try reinstall Parallels and verifying the content of the box being built. For reference this is what I tested: packer build -only parallels-iso windows_10.json vagrant box add Windows10 windows_10_parallels.box mkdir tmp && cd tmp vagrant init windows10 --provider parallels vagrant up On 5 March 2018 at 17:17, Dimitri Tavan <[email protected]> wrote: > I tried to build windows_10.json, It works with Virtualbox but not > Parallels. > > Le lundi 5 mars 2018 14:44:27 UTC+1, Rickard von Essen a écrit : >> >> Exactly which template do you try to build from "packer-windows"? >> >> On 5 March 2018 at 12:10, Dimitri Tavan <[email protected]> wrote: >> >>> I tried on different repo and the error is still the same, even with the >>> boxcutter one ( https://github.com/boxcutter/windows.git ) >>> >>> -- >>> This mailing list is governed under the HashiCorp Community Guidelines - >>> https://www.hashicorp.com/community-guidelines.html. Behavior in >>> violation of those guidelines may result in your removal from this mailing >>> list. >>> >>> GitHub Issues: https://github.com/mitchellh/packer/issues >>> IRC: #packer-tool on Freenode >>> --- >>> You received this message because you are subscribed to the Google >>> Groups "Packer" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> To view this discussion on the web visit https://groups.google.com/d/ms >>> gid/packer-tool/ae120f6b-62ef-4e3d-a22f-36d2769ed4e3%40googlegroups.com >>> <https://groups.google.com/d/msgid/packer-tool/ae120f6b-62ef-4e3d-a22f-36d2769ed4e3%40googlegroups.com?utm_medium=email&utm_source=footer> >>> . >>> >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> -- > This mailing list is governed under the HashiCorp Community Guidelines - > https://www.hashicorp.com/community-guidelines.html. Behavior in > violation of those guidelines may result in your removal from this mailing > list. > > GitHub Issues: https://github.com/mitchellh/packer/issues > IRC: #packer-tool on Freenode > --- > You received this message because you are subscribed to the Google Groups > "Packer" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/packer-tool/d36acc0d-b338-44cc-9fdf-8bf2d4b4c29a%40googlegroups.com > <https://groups.google.com/d/msgid/packer-tool/d36acc0d-b338-44cc-9fdf-8bf2d4b4c29a%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list. GitHub Issues: https://github.com/mitchellh/packer/issues IRC: #packer-tool on Freenode --- You received this message because you are subscribed to the Google Groups "Packer" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/packer-tool/CALz9Rt-9Fuu4ySoyZ6jnwdxAjvuTJ_bQ_ACv50Od54mN1%2BP_2Q%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
