Ubuntu 16.04 Vagrant up error: The VirtualBox VM was created with the user that does not match the current user

devraj, Mon, 03/01/2021 - 17:32

 If you are getting below error which you see in the screenshot. Try running following command:

$ rm -rf .vagrant
$ vagrant init hashicorp/precise32 
$ vagrant up