Installed the below:
- Virtualbox-5.1.38-122592-Win.exe
- Vagrant _1.9.6_x86_64.msi
3.MinGW_get_setup.exe
In Windows 7, Hyper-V is not included and so there’s isn’t need to disable them and run vagrant. Disabled anti virus and ran Vagrant, still not coming up
vagrant start up error below:
Must redirect to new repository for old Vagrant versions
Bringing machine ‘mongod-m103’ up with ‘virtualbox’ provider…
==> mongod-m103: Clearing any previously set forwarded ports…
==> mongod-m103: Clearing any previously set network interfaces…
==> mongod-m103: Preparing network interfaces based on configuration…
mongod-m103: Adapter 1: nat
mongod-m103: Adapter 2: hostonly
==> mongod-m103: Forwarding ports…
mongod-m103: 22 (guest) => 2222 (host) (adapter 1)
==> mongod-m103: Running ‘pre-boot’ VM customizations…
==> mongod-m103: 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”, “a61ca821-4eb6-4310-bc41-56f564cb6b62”, “–type”, “headless”]
Stderr: VBoxManage.exe: error: VT-x is disabled in the BIOS for all CPU modes (VERR_VMX_MSR_ALL_VMX_DISABLED)
VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component ConsoleWrap, interface IConsole.
Help needed to proceed further.
TIA