Hello, For VMWare you should use VMWare boxes. Those links having kvm in the name make me believe those are boxes for KVM hypervisor.
Can you test this mkdir precise64 cd precise64 vagrant init -m hashicorp/precise64 vagrant up You are also entitled to email [email protected] since VMWare is a paid plugin with support. Thanks Alvaro. On Tue, Sep 1, 2015 at 5:26 AM, Andrew Hundt <[email protected]> wrote: > If there are existing simple instructions to get VMware Fusion + Ubuntu > 14.04 Desktop GUI running via Vagrant, I'd really appreciate a reference to > them. Otherwise, here is the info specific to my attempt to getting this > working: > > > I just bought the vagrant vmware plugin and I'm trying to run it on OS X. I > thought it would still be possible to use vagrant to launch a vmware virtual > machine normally with the full graphical interface, vmware tools, etc. Is > that the case? > > > After running things the first time I started getting error messages that > seem inconsistent, saying that it both is and isn't found as follows: > > > athundt at Andrews-2013-MacBook-Pro in ~/source/vagrant > > ○ vagrant box add ubuntu > https://vagrant-kvm-boxes.s3.amazonaws.com/trusty64_kvm.box > > ==> box: Box file was not detected as metadata. Adding it directly... > > ==> box: Adding box 'ubuntu' (v0) for provider: > > box: Downloading: > https://vagrant-kvm-boxes.s3.amazonaws.com/trusty64_kvm.box > > The box you're attempting to add already exists. Remove it before > > adding it again or add it with the `--force` flag. > > > Name: ubuntu > > Provider: kvm > > Version: 0 > > > athundt at Andrews-2013-MacBook-Pro in ~/source/vagrant > > ○ vagrant box add ubuntu > https://vagrant-kvm-boxes.s3.amazonaws.com/trusty64_kvm.box > > > athundt at Andrews-2013-MacBook-Pro in ~/source/vagrant > > ○ vagrant up ubuntu > > The machine with the name 'ubuntu' was not found configured for > > this Vagrant environment. > > > > These error messages seem a bit contradictory, and I'm also hoping to launch > the VMware fusion GUI from vagrant. > > > Thanks for your help! > > -- > 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/vagrant/issues > IRC: #vagrant on Freenode > --- > You received this message because you are subscribed to the Google Groups > "Vagrant" 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/vagrant-up/49364ded-8f5c-4ab1-973c-b07f34c658f6%40googlegroups.com. > 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/vagrant/issues IRC: #vagrant on Freenode --- You received this message because you are subscribed to the Google Groups "Vagrant" 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/vagrant-up/CAHqq0eycgC0tAdwvhnLDi4Cs0Ze-YB0DGrad8i2C3qyxHbLaOg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
