我使用 pacman 在 Arch Linux 上定期安装 Virtual Box:
pacman -S virtualbox
Run Code Online (Sandbox Code Playgroud)
当我virtualbox
从终端运行时,程序的 GUI 已加载,但我无法使用虚拟机并收到此警告:
The vboxdrv kernel module is not loaded. Either there is no module
available for the current kernel (3.12.5-1-ARCH) or it failed to
load. Please reinstall the kernel module virtualbox-host-modules or
if you don't use our stock kernel compile the modules with
sudo dkms autoinstall
Run Code Online (Sandbox Code Playgroud)
如何解决问题?