In my machine having windows 7 enterprise edition, did installation everything successfully. when trying to run the cmd “vagrant up” it throwing the following error.
Stderr: VBoxManage.exe: error: The native API dll was not found (C:\Windows\syst
em32\WinHvPlatform.dll) (VERR_NEM_NOT_AVAILABLE).
VBoxManage.exe: error: VT-x is not available (VERR_VMX_NO_VMX)
VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component ConsoleWrap,
interface IConsole
Run the following commands and it throwing the same error and don’t find Hyper-v in Windows feature(it is available after windows 8)
vagrant plugin install vagrant-vbguest
vagrant reload mongodb-m042
vagrant provision mongodb-m042
vagrant up
vagrant plugin update vagrant-vbguest
vagrant destroy
vagrant up --provision
Is it able to run in windows 7? if so, how to fix this issue. Thanks