如何在Ubuntu中修复VirtualBox的 “Kernel driver not installed (rc=-1908)” 错

系统 Linux
我使用 Oracle VirtualBox 来测试各种 Linux 和 Unix 发行版。到目前为止,我已经在 VirtualBox 中测试了上百个虚拟机。今天,我在我的 Ubuntu 18.04 桌面上启动了 Ubuntu 18.04 服务器版虚拟机,我收到了以下错误。

 [[275406]]

我使用 Oracle VirtualBox 来测试各种 Linux 和 Unix 发行版。到目前为止,我已经在 VirtualBox 中测试了上百个虚拟机。今天,我在我的 Ubuntu 18.04 桌面上启动了 Ubuntu 18.04 服务器版虚拟机,我收到了以下错误。

  1. Kernel driver not installed (rc=-1908)
  2.  
  3. The VirtualBox Linux kernel driver (vboxdrv) is either not loaded or there is a permission problem with /dev/vboxdrv. Please reinstall virtualbox-dkms package and load the kernel module by executing
  4.  
  5. 'modprobe vboxdrv'
  6.  
  7. as root.
  8.  
  9. where: suplibOsInit what: 3 VERR_VM_DRIVER_NOT_INSTALLED (-1908) - The support driver is not installed. On linux, open returned ENOENT.

Ubuntu 中的 “Kernel driver not installed (rc=-1908)” 错误

我点击了 OK 关闭消息框,然后在后台看到了另一条消息。

  1. Failed to open a session for the virtual machine Ubuntu 18.04 LTS Server.
  2.  
  3. The virtual machine 'Ubuntu 18.04 LTS Server' has terminated unexpectedly during startup with exit code 1 (0x1).
  4.  
  5. Result Code:
  6. NS_ERROR_FAILURE (0x80004005)
  7. Component:
  8. MachineWrap
  9. Interface:
  10. IMachine {85cd948e-a71f-4289-281e-0ca7ad48cd89}

启动期间虚拟机意外终止,退出代码为 1(0x1)

我不知道该先做什么。我运行以下命令来检查是否有用。

  1. $ sudo modprobe vboxdrv

我收到了这个错误:

  1. modprobe: FATAL: Module vboxdrv not found in directory /lib/modules/5.0.0-23-generic

仔细阅读这两个错误消息后,我意识到我应该更新 Virtualbox 程序。

如果你在 Ubuntu 及其衍生版(如 Linux Mint)中遇到此错误,你只需使用以下命令重新安装或更新 virtualbox-dkms 包:

  1. $ sudo apt install virtualbox-dkms

或者,最好更新整个系统:

  1. $ sudo apt upgrade

错误消失了,我可以正常在 VirtualBox 中启动虚拟机了。

 

责任编辑:庞桂玉 来源: Linux中国
相关推荐

2019-08-30 11:20:28

UbuntuVirtualBoxLinux

2013-07-25 10:00:30

UbuntuVirtualBox

2020-11-24 13:55:20

FedoraVirtualBoxLinux

2018-08-30 10:00:12

Windows 10修复黑屏

2022-11-25 10:19:48

2023-07-24 11:01:29

UbuntuWine

2022-11-02 16:47:36

2022-11-22 08:24:28

UbuntuLinux命令

2020-11-29 17:00:51

VirtualBox虚拟硬盘Linux

2015-12-07 15:11:18

Ubuntupuppet安装

2014-02-28 09:43:28

Ubuntu LibreOffic

2021-04-27 07:00:08

UbuntuLinux指纹登录

2021-09-16 17:38:49

UbuntuLinuxJava

2019-09-08 15:43:19

UbuntuLinuxIP地址

2016-07-29 11:21:16

Ubuntulinux程序

2022-08-01 22:19:35

Ubuntu命令

2020-02-18 19:02:03

UbuntuLinux终端

2014-03-12 09:58:36

Ubuntu 13.1Gnome 3.10

2015-08-31 11:58:59

UbuntuLogwatch

2020-08-31 07:30:28

UbuntuRoot密码
点赞
收藏

51CTO技术栈公众号