VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005) with meanjs and vagrant

I solved the using following Steps :

I have completely remove older VirtualBox versions before installing VirtualBox-5.0 !

  1. Uninstall VirtualBox

    sudo apt-get purge "^virtualbox-.*"
    
  2. Update the software repositories

    sudo apt-get update
    
  3. Clean up

    sudo apt-get autoremove | sudo apt-get autoclean | sudo apt-get clean 
    
  4. Setup API repository (For Ubuntu 14.04 ("Trusty"))

    echo "deb http://download.virtualbox.org/virtualbox/debian trusty contrib" | sudo tee /etc/apt/sources.list.d/oracle-vbox.list
    
  5. Setup Oracle Key

    wget -q https://www.virtualbox.org/download/oracle_vbox_2016.asc -O- | sudo apt-key add -
    wget -q https://www.virtualbox.org/download/oracle_vbox.asc -O- | sudo apt-key add -
    

    6.Install Oracle Virtualbox

    sudo apt-get update
    sudo apt-get install virtualbox-5.1
    Start Virtualbox
    virtualbox
    

For more help check to here.

Hope this will Help to other.


Hi I have reinstalled virtual box and the issue has been solved for me.

On my mac while installing virtual box, It has not allowed me to install. So i went system preference -> security & privacy - > general - 'allow apps download from' -> click on the "allow" button.

I have successfully installed virtual box after the above changes on system preference.

Kitchen converge -> successfully done.