QT-DevOps / AzureIssues

This repository is for questions
8 stars 27 forks source link

Getting error while trying vagrant UP #3

Closed saikiranbende closed 5 years ago

saikiranbende commented 5 years ago

Could you please check and help me in making vagrant up as m getting below error: Vagrant error

sandhyadev commented 5 years ago

Are you working in windows 10 ?

saikiranbende commented 5 years ago

Yes Wndows 10 Pro

anon-42 commented 5 years ago

Go to windows features disable Hyper-V , and restart machine, then try agian, If you want to try with virtualbox Or if you want to run in Hyper-V comment the line config.vm.provider "virtualbox" do |vb| , vb.gui = true and end next to that.
Also try to use command like "vagrant up --provider hyperv"

ghost commented 5 years ago

use only one provider ( hyperv or virtualbox)