Hello!
I'm new in this and i need deploy the Cloud Foundry using BOSH-Lite. During the vagrant up --provider=virtualbox, i had the error below:
There was an error while executing `VBoxManage`, a CLI used by Vagrant
for controlling VirtualBox. The command and stderr is shown below.
Command: ["startvm", "4b3dc5d5-9e13-4a39-bfd2-5adf3442bf6b", "--type", "gui"]
Stderr: VBoxManage: error: The virtual machine 'bosh-lite_default_1498657249337_96211' has terminated unexpectedly during startup with exit code 1 (0x1)
VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component MachineWrap, interface IMachine
I'm doing this using a Virtual Box Manager, not in my host.
The S.O. from VM is Ubuntu 14.04, 32 bits.
Thanks