I'm getting the same error; vagrant used to work fine until this morning. I assume it's some Windows update that messed things up. Although cannot still figure out what exactly has happened.
On Tuesday, 7 August 2018 04:19:50 UTC+4, Jonathan Gossage wrote: > > 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/89e6703c-7bfd-41f8-bbf7-455428b438fa%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
