Hello,
I changed the SO, turn Linux Mint but version Mate!
Result command uname -a: Linux 3.19.0-32-generic #37~14.04.1-Ubuntu SMP Thu Oct 22 09:41:40 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
Installed the
Virtual Box, through Software Manager (result command: ede@ede ~/Documents/01 $ virtualbox --help | head -n 1 | awk '{print $NF}' = 5.0.2). And installed
Vagrant trough file .deb (vagrant_1.7.4_x86_64.deb) - (result command: vagrant -v = Vagrant 1.7.4).
After this opened my terminal and execute this command:
ede@ede ~/Documents/01 $ vagrant init -m hashicorp/precise64Vagrant is upgrading some internal state for the latest version.
Please do not quit Vagrant at this time. While upgrading, Vagrant
will need to copy all your boxes, so it will use a considerable
amount of disk space. After it is done upgrading, the temporary disk
space will be freed.
Press ctrl-c now to exit if you want to remove some boxes or free
up some disk space.
Press the Enter or Return key to continue.
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.
ede@ede ~/Documents/01 $ lsVagrantfile
ede@ede ~/Documents/01 $ ls -latotal 12
drwxr-xr-x 2 ede ede 4096 Dec 16 20:09 .
drwxr-xr-x 3 ede ede 4096 Dec 16 20:05 ..
-rw-r--r-- 1 ede ede 77 Dec 16 20:09 Vagrantfile
ede@ede ~/Documents/01 $ vagrant upBringing machine 'default' up with 'virtualbox' provider...
==> default: Box 'hashicorp/precise64' could not be found. Attempting to find and install...
default: Box Provider: virtualbox
default: Box Version: >= 0
==> default: Loading metadata for box 'hashicorp/precise64'
default: URL:
https://atlas.hashicorp.com/hashicorp/precise64==> default: Adding box 'hashicorp/precise64' (v1.1.0) for provider: virtualbox
default: Downloading:
https://vagrantcloud.com/hashicorp/boxes/precise64/versions/1.1.0/providers/virtualbox.box==> default: Successfully added box 'hashicorp/precise64' (v1.1.0) for 'virtualbox'!
==> default: Importing base box 'hashicorp/precise64'...
==> default: Matching MAC address for NAT networking...
==> default: Checking if box 'hashicorp/precise64' is up to date...
==> default: Setting the name of the VM: 01_default_1450296704245_93043
==> default: Clearing any previously set network interfaces...
==> default: Preparing network interfaces based on configuration...
default: Adapter 1: nat
==> default: Forwarding ports...
default: 22 => 2222 (adapter 1)
==> default: Booting VM...
==> default: Waiting for machine to boot. This may take a few minutes...
The guest machine entered an invalid state while waiting for it
to boot. Valid states are 'starting, running'. The machine is in the
'poweroff' state. Please verify everything is configured
properly and try again.
If the provider you're using has a GUI that comes with it,
it is often helpful to open that and watch the machine, since the
GUI often has more helpful error messages than Vagrant can retrieve.
For example, if you're using VirtualBox, run `vagrant up` while the
VirtualBox GUI is open.
The primary issue for this error is that the provider you're using
is not properly configured. This is very rarely a Vagrant issue.
ede@ede ~/Documents/01 $
What I do wrong?
Thanks