D:\Apache>vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Checking if box 'generic/ubuntu1804' is up to date...
==> default: Clearing any previously set forwarded ports...
==> default: Clearing any previously set network interfaces...
==> default: Preparing network interfaces based on configuration...
default: Adapter 1: nat
==> default: Forwarding ports...
default: 22 (guest) => 2222 (host) (adapter 1)
==> default: Running 'pre-boot' VM customizations...
==> default: Booting VM...
There was an error while executing `VBoxManage`, a CLI used by Vagrant
for controlling VirtualBox. The command and stderr is shown below.
Command: ["startvm", "2fb0ece3-53ed-4a06-b08d-530e9e0bd327", "--type", "headless"]
Stderr: VBoxManage.EXE: error: VT-x is not available (VERR_VMX_NO_VMX)
VBoxManage.EXE: error: Details: code E_FAIL (0x80004005), component ConsoleWrap, interface IConsole
VirtualBox shows that the virtual machine has been created. The only unusual (to me) item in the configuration is that it uses a PS2 mouse rather than a USB mouse and the USB controller is disabled.
Any ideas on how to fix this?
--
This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list.
GitHub Issues: https://github.com/mitchellh/vagrant/issues
IRC: #vagrant on Freenode
---
You received this message because you are subscribed to the Google Groups "Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vagrant-up+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/619928a9-d75a-4b9b-ad62-169f3cc585f8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
VBoxManage.exe startvm 2fb0ece3-53ed-4a06-b08d-530e9e0bd327 --type headless
VBoxManage.exe list vms