Posts

Showing posts with the label Virtualbox

Good compatibility of latest vagrant and virtual box

Continuing from my older post   on Vagrant 1.7.2 / 1.9.2 and Virtualbox 4.3.12  / 5.1.14. I upgraded into Vagrant 1.9.2 and 5.0.x and 5.1.x , because of security vulnerabilities on those Virtualbox versions, but my shell provisions and puppet provision that used to work on old setting suddenly stopped working and tried various workaround to make them working but failed until Virtualbox 5.1.18. I use chocolaty , to upgrade/install vagrant and virtual box in Windows 7 host and able to fire 'vagrant up' to provision my new guest. Step 1 Install chocolaty in host machine using cmd.exe (Run elevated) @powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin"    choco -v  (Just to make sure chocolaty installed correctly)      0.10.3 (as of 3/16/2017) Step 2 Open Windows' power shell (...

[SOLVED] Vagrant & Virtualbox - The guest machine entered an invalid state while waiting for it to boot....

Last couple of days I was running a Virtualbox issue "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." I had not clue how to fixed that and I have tried several versions and several installation. Then, then installation of Virtualbox 4.3.12 is working fine so far. If you are running into similar issue get  rid of all new Virtualbox versions and try with version 4.3.12,  VirtualBox-4.3.12-93733-Win.exe , that might helps you solve the problem. This version can be downloaded from:                                                http://dlc-cdn.sun.com/virtualbox/4.3.12/ Similarly, if you are using vagrant I recommend to use Vagrant 1.7.2. Please note that not all versions of vagrant and virtua...