

The output should display vbox kernel modules as shown above. Let’s verify the VirtualBox Kernel module is loaded or not, run below lsmod command $ lsmod | grep -i vbox Perfect, Service also got started successfully. You also need to enable vboxweb for it to start on boot and start the service $ sudo systemctl enable rvice Next, install the VirtualBox extension pack using the command: $ yay -S virtualbox-ext-oracle To install the Virtualbox extension package, first update the system using either yaourt or yay package managers as shown: $ yaourt -Syy Step 2) Install VirtualBox extension package This will allow your virtual machines to detect and work with USB pen drives which are plugged on the host system. However, we do need to install the VirtualBox extension pack to enable VirtualBox USB 2.0 and 3.0 capabilities. Next, load the virtualbox kernel module using the command: $ sudo modprobe vboxdrvĪt this point, VirtualBox is installed on your Arch Linux system. Next, add the current user to the vboxusers group by running the command: $ sudo gpasswd -a $USER vboxusers When prompted to proceed with installation type ‘ Y’ and hit continue to install the VirtualBox packages and dependencies. $ sudo pacman -S virtualbox virtualbox-guest-iso
