We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Talked briefly on twitter, figured i'd give you the full details Error Generated on Windows 10 x64 Home
2017/02/18 10:35:58 ui error: Build 'virtualbox-iso' errored: Error starting VM: VBoxManage error: VBoxManage.exe: error: The virtual machine 'packer-virtualbox-iso-1487439296' has terminated unexpectedly during startup with exit code 1 (0x1). More details may be available in 'C:\Users\\VirtualBox VMs\packer-virtualbox-iso-1487439296\Logs\VBoxHardening.log' VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component MachineWrap, interface IMachine
Cause: Windows 10 Hyper-v controls VT-x by default and does not share that control. http://stackoverflow.com/questions/37955942/vagrant-up-vboxmanage-exe-error-vt-x-is-not-available-verr-vmx-no-vmx-code
Solution: Use bcdedit /set hypervisorlaunchtype off then reboot your machine, to use Hyper-V again, simply (or auto bcdedit /set hypervisorlaunchtype on and reboot your computer again https://blogs.technet.microsoft.com/gmarchetti/2008/12/07/turning-hyper-v-on-and-off/
bcdedit /set hypervisorlaunchtype off
bcdedit /set hypervisorlaunchtype on
The text was updated successfully, but these errors were encountered:
Thanks for the instructions! I'll integrate those in the README and the references in the documentation.
Sorry, something went wrong.
04d7c9a
Since version 6 of Virtualbox it supports using Hyper-V as the fallback execution core (Changelog)
No branches or pull requests
Talked briefly on twitter, figured i'd give you the full details
Error Generated on Windows 10 x64 Home
Cause:
Windows 10 Hyper-v controls VT-x by default and does not share that control.
http://stackoverflow.com/questions/37955942/vagrant-up-vboxmanage-exe-error-vt-x-is-not-available-verr-vmx-no-vmx-code
Solution:
Use
bcdedit /set hypervisorlaunchtype off
then reboot your machine, to use Hyper-V again, simply (or autobcdedit /set hypervisorlaunchtype on
and reboot your computer againhttps://blogs.technet.microsoft.com/gmarchetti/2008/12/07/turning-hyper-v-on-and-off/
The text was updated successfully, but these errors were encountered: