1

As a part of my course I have to install Virtual Box and Vagrant. So I started by running this in terminal:

sudo apt-get install virtualbox
sudo apt-get install vagrant

Then I downloaded Vagrentfile from this link. Now when I am running vagrant up it is showing this error:

error.

halfer
  • 19,824
  • 17
  • 99
  • 186
pallav bohara
  • 6,199
  • 6
  • 24
  • 45

1 Answers1

0

you have to enable Intel VT-x or AMD-V virtualization hardware extensions in BIOS. By default it is disabled.

you can take help of this answer

Community
  • 1
  • 1
pl_rock
  • 14,054
  • 3
  • 30
  • 33
  • thanx buddy....i think this is the solution but sadly there is some problem with my ubuntu...on pressing F2 on restart it is not going in BIOS instead its by redirecting to OS after some blank screens. Still for your quick reply i accepting your answer. Thanks once again :) – pallav bohara Jan 29 '17 at 10:43
  • @pallavbohara , function key depends on hardware, In some system require F2 or in some system F10 , F12 etc. please , search correct function in google based on your hardware . this is not problem of your ubuntu. given link will help you in remaining steps. thanks for accepting answer. :) – pl_rock Jan 29 '17 at 12:32