Vagrant up command throwing Errors

Hello Team,

when i tried to execute vagrant up command, it is saying unable to find the provider.

please check and update ASAP.

Thank you

Please share your Vagrantfile.

Document (2).pdf (127.8 KB)

Please review my vagrant file.

This is your Vagrantfile once all the comments are taken out:

Vagrant.configure("2") do |config|
config.vm.box = "centos/7"
end

You need to install a provider. However, I notice you are running inside OSBoxes Image and you cannot run a hypervisor inside a VM (yes technically it is possible but not recommended).

Install a type 2 Hypervisor like VirtualBox on your host OS and also install Vagrant on your host OS.

please help me on installing type2 Hypervisor like VirtualBox on host OS and also Vagrant as well.

I am not aware of installing those on host OS.

Download and install VirtualBox on your PC:
Downloads – Oracle VM VirtualBox

Download and install Vagrant on your PC:
Install | Vagrant | HashiCorp Developer

Facing an AMD-V issue.

Please help me in resolving this issue.

It seems you are still running packer on a VM (osboxes) you need to run packer on your Laptop or PC.