Difference between revisions of "VirtualBox"

Add instructions to load modules and start the guest services
imported>Dalto
m (Added support for realtime kernels)
imported>Dalto
(Add instructions to load modules and start the guest services)
Line 112: Line 112:


Once it is installed run the following command to ensure the kernel modules are installed and install the guest utils:
Once it is installed run the following command to ensure the kernel modules are installed and install the guest utils:
  pamac install virtualbox-guest-utils $(pacman -Qsq "^linux" | grep "^linux[0-9]*[-rt]*$" | awk '{print $1"-virtualbox-guest-modules"}' ORS=' ')  
  pamac install virtualbox-guest-utils $(pacman -Qsq "^linux" | grep "^linux[0-9]*[-rt]*$" | awk '{print $1"-virtualbox-guest-modules"}' ORS=' ')


You will need to load the modules if you don't want to reboot:
sudo modprobe vboxguest vboxvideo vboxsf
The guest utils than need to be started and enabled:
sudo systemctl enable --now vboxservice.service


=See Also=
=See Also=
Anonymous user