Could not instantiate the box MyServer with provider Virtualbox, definition 'MyServer' does not exist

103 views Asked by At

I am new to vagrant and am building my first basebox. After installation and configuration of the downloaded template (Oracle Linux) I attempted to do a "vagrant basebox export" but got the following error:

Could not instantiate the box MyServer with provider Virtualbox, definition 'MyServer' does not exist. Are you sure you are in the top directory?

I am executing from the directory where MyServer.vbox resides (which I assume is correct).

I am running Oracle Virtual Box 3.x, ruby 1.9.3, vagrant (gem) 1.07 and veewee (gem) 0.3.12.

I am able to execute some basebox commands, i.e., vagrant basebox templates.

Any assistance is appreciated.

2

There are 2 answers

0
AudioBubble On

You have to found the Vagrant up and running books. It is good for starting.!!

0
Robert On

only need to download the lasted version of baseboxes from here. If you are new working with Vagrant (like me) you have to read these source.

I hope that help you