When trying vagrant with the following setup:
vagrant.exe box add ubuntu/trusty64
Vagrantfile:
config.vm.box = "ubuntu/trusty64"
when running:
vagrant.exe up
It stalls immediately after issuing the command at:
"default: Verifying Hyper-V is enabled"
I also observed that a ruby program of Vagrant took almost a full CPU of 4 on my machine forever.
Do you know what's the cause, and how to fix it?
Thanks!