I am attempting to create a Ubuntu 18.04 server virtual machine on Windows 
10 using VirtualBox 5.2.16. I get the following messages on the vagrant up 
command:

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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vagrant-up/e890503c-c5c7-467f-8951-4c8efb4461b9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to