Configure VirtualBox

Install it with:

# pacman -S virtualbox qt

Add user bp to the vboxusers group:

# gpasswd -a bp vboxusers

Load kernel module at boot:

# tee /etc/modules-load.d/virtualbox.conf <<< "vboxdrv"