Search code examples
vagrantvirtualboxubuntu-16.04

Not able to install vagrant and vm


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.


Solution

  • 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