Can't install virtualbox in Arch

后端 未结 3 1762
自闭症患者
自闭症患者 2020-12-02 02:13

I have tried to install Virtualbox on Arch(4.7.0-1) using pacman and everything seems to go fine until I try to run it. I get the following message

WARNING: The vbox

3条回答
  •  悲&欢浪女
    2020-12-02 03:02

    Since version 5.0.16, virtualbox-host-modules-arch and virtualbox-host-dkms use systemd-modules-load.service to load all four VirtualBox modules at boot time.

    To load the module manually, run: modprobe vboxdrv

    https://wiki.archlinux.org/index.php/VirtualBox#Load_the_VirtualBox_kernel_modules

提交回复
热议问题