Problème Vagrant sous Windows 8 - no usable default provider

189 views
Skip to first unread message

Gombert Maël

unread,
Sep 28, 2015, 10:39:33 AM9/28/15
to Vagrant
Bonjour,

J'ai installé Virtual Box v5.04 et Vagrant 1.7.4. Précision: je suis sous Windows 8.
Je n'arrive pas à installer de machine virtuelle sur VirtualBox.
On dirait qu'il ne reconnait pas VirtualBox qui est pourtant bien installé !

J'ai suivi toutes les recommandations :
Invite de commandes :
C:\Users\Me>vagrant -v
Vagrant 1.7.4
C:\Users\Me>cd desktop
C:\Users\Me\Desktop>mkdir monprojet
C:\Users\Me\Desktop>cd monprojet
C:\Users\Me\Desktop\monprojet>vagrant init monprojet https://s3-eu-west-1.amazonaws.com/ffuenf-vagrant-boxes/debian/debian-7.2.0-amd64.box
A `Vagrantfile` has been placed in this directory. You are now ready to `vagrant up` your first virtual environment! Please read the comments in the Vagrantfile as well as documentation on `vagrantup.com` for more information on using Vagrant.
C:\Users\Me\Desktop\monprojet>vagrant up
No usable default provider could be found for your system.
Vagrant relies on interactions with 3rd party systems, known as"providers", to provide Vagrant with resources to run development environments. Examples are VirtualBox, VMware, Hyper-V.
The easiest solution to this message is to install VirtualBox, which is available for free on all major platforms.
If you believe you already have a provider available, make sure it is properly installed and configured. You can see more details about
why a particular provider isn't working by forcing usage with`vagrant up --provider=PROVIDER`, which should give you a more specific
error message for that particular provider.

Merci pour votre aide

Alvaro Miranda Aguilera

unread,
Oct 6, 2015, 5:50:23 AM10/6/15
to vagra...@googlegroups.com
On Tue, Sep 29, 2015 at 3:39 AM, Gombert Maël <m.gom...@gmail.com> wrote:
> vagrant init monprojet
> https://s3-eu-west-1.amazonaws.com/ffuenf-vagrant-boxes/debian/debian-7.2.0-amd64.box

Hello,

You should try this:

mkdir myproject
cd myproject
vagrant box add --name mybox --provider virtualbox
https://s3-eu-west-1.amazonaws.com/ffuenf-vagrant-boxes/debian/debian-7.2.0-amd64.box

Then

vagrant init -m mybox
vagrant up

Thanks
Alvaro.
Reply all
Reply to author
Forward
0 new messages