Running Vagrant on Ubuntu 14.04 console
NickName:Oliver Kucharzewski Ask DateTime:2017-02-22T09:14:59

Running Vagrant on Ubuntu 14.04 console

Is it possible to run Vagrant virtual machines on Ubuntu 14.04? I understand there is no GUI on SSH on this specific VPS server so I assume that is why i'm getting the following error:

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.

The issue is i previously used Laravel Homestead on a Windows machine VM with VirtualBox & Vagrant however; I'm currently looking to move it to a VPS. Should I ignore the virtual machine all together or should I create a box some other way? (is it possible)

Copyright Notice:Content Author:「Oliver Kucharzewski」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/42380969/running-vagrant-on-ubuntu-14-04-console

More about “Running Vagrant on Ubuntu 14.04 console” related questions

Running Vagrant on Ubuntu 14.04 console

Is it possible to run Vagrant virtual machines on Ubuntu 14.04? I understand there is no GUI on SSH on this specific VPS server so I assume that is why i'm getting the following error: The guest

Show Detail

Issues when running vagrant in Ubuntu 14.04

When running vagrant with latest package of Ubuntu 14.04, I got the following error message. Is there any configuration for Virtualbox? The provider is Virtualbox, and not special configuration aft...

Show Detail

The /home/vagrant directory is missing from Ubuntu 16.04 (but there is in the 14.04)

Hi Stackoverflow users, I have a Vagrant installations with Ubuntu 16.04 but these lines cannot be run correctly, because the /home/vagrant directory is missing. info "Create bash-alias 'app' for

Show Detail

PHPMyAdmin 404 error after install ffmpeg on Ubuntu 14.04 Vagrant

I have a development I have been working on for some time. It's running in Vagrant on Ubuntu 14.04 64bit. PHPMyAdmin has been working fine for months accessible through site.test:81. Today I needed...

Show Detail

AMD-V not enabling in bios with Ubuntu 14.04 - Vagrant Up fails

If you are like me you have been running around in circles trying to fix this. I cannot enable AMD-V even though it says enabled in the BIOS. I am simply trying to utilize puphpet to do a vagrant ...

Show Detail

Installing composer using vagrant, hhvm, and Ubuntu 14.04

At the end of my vagrant provisioning script I attempt to install composer using the following : sudo curl -sS https://getcomposer.org/installer | php sudo mv composer.phar /usr/local/bin/composer

Show Detail

install vagrant in ubuntu ?

I am using ubuntu 14.04. apt-get install vagrant vagrant ssh This Vagrant environment has specified that it requires the Vagrant version to satisfy the following version requirements: >= 1....

Show Detail

How to install vagrant-libvirt plugin on Ubuntu 14.04

When I run $ vagrant plugin install vagrant-libvirt on Ubuntu 14.04 I get following error message: Installing the 'vagrant-libvirt' plugin. This can take a few minutes... Bundler, the underlying

Show Detail

Provisioning Ubuntu 16.04 Vagrant with Ansible fails on chown

I am trying to provision an Ubuntu Xenial Vagrant guest with Ansible. It worked correctly on Ubuntu 14.04, but fails on 16.04. The error that I get is chown failed: failed to look up user vagrant ...

Show Detail

'vagrant up' not working while installing homestead on ubuntu 14.04

I run ubuntu 14.04 trusty. I installed virtual box and vagrant in order to be able to use laravel. I installed laravel homestead via git and I am trying to run the command 'vagrant up' but I get an...

Show Detail