(备忘) manjaro更换内核后 virtualBox 中打不开虚拟机(已经解决)

文章目录

  • 问题描述
  • 解决办法

参考链接1

问题描述

更换完5.9内核后 VirtualBox 提示 Kernel driver not installed (rc=-1908)

"The VirtualBox Linux kernel driver is either not loaded or not set up correctly. Please try setting it up again by executing

'/sbin/vboxconfig'

as root.

If your system has EFI Secure Boot enabled you may also need to sign the kernel modules (vboxdrv, vboxnetflt, vboxnetadp, vboxpci) before you can load them. Please see your Linux system's documentation for more information.

where: suplibOsInit what: 3 VERR_VM_DRIVER_NOT_INSTALLED (-1908) - The support driver is not installed. On linux, open returned ENOENT. "

解决办法

  • 执行下面的指令然后查看输出
pacman -Q

你可能感兴趣的:(问题备忘,linux,内核)