Vagrant
How to install Vagrant on Manjaro
$ sudo pacman -S vagrantSymptoms:
$ VBoxManage --version
WARNING: The vboxdrv kernel module is not loaded. Either there is no module
available for the current kernel (5.4.28-1-MANJARO) or it failed to
load. Please recompile the kernel module and install it by
sudo /sbin/vboxconfig
You will not be able to start VMs until this problem is fixed.Solution:
# look for actual
sudo pacman -Ss virtualbox-host-modules
# install
sudo pacman -S linux54-virtualbox-host-modules
# add module
sudo modprobe vboxdrvVirtualbox have no access to USB devices
Reason
Solution
How to add user name and password to vagrant file
How to add public IP dhcp to vagrantfile
Fix vagrant-hostmanager 127.0.0.1 with docker
How to Configure vagrant box names
Last updated