linux generic什么意思_如何在 Ubuntu 中修复 VirtualBox 的 “rc=1908” 错误 | Linux 中国...
我使用 Oracle VirtualBox 來測試各種 Linux 和 Unix 發行版。到目前為止,我已經在 VirtualBox 中測試了上百個虛擬機。今天,我在我的 Ubuntu 18.04 桌面上啟動了 Ubuntu 18.04 服務器版虛擬機,我收到了以下錯誤。
Kernel driver not installed (rc=-1908)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'modprobe vboxdrv'as root.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 關閉消息框,然后在后臺看到了另一條消息。
Failed to open a session for the virtual machine Ubuntu 18.04 LTS Server.The virtual machine 'Ubuntu 18.04 LTS Server' has terminated unexpectedly during startup with exit code 1 (0x1).Result Code:NS_ERROR_FAILURE (0x80004005)Component:MachineWrapInterface:IMachine {85cd948e-a71f-4289-281e-0ca7ad48cd89}啟動期間虛擬機意外終止,退出代碼為 1(0x1)
我不知道該先做什么。我運行以下命令來檢查是否有用。
$ sudo modprobe vboxdrv我收到了這個錯誤:
modprobe: FATAL: Module vboxdrv not found in directory /lib/modules/5.0.0-23-generic仔細閱讀這兩個錯誤消息后,我意識到我應該更新 Virtualbox 程序。
如果你在 Ubuntu 及其衍生版(如 Linux Mint)中遇到此錯誤,你只需使用以下命令重新安裝或更新?virtualbox-dkms?包:
$ sudo apt install virtualbox-dkms或者,最好更新整個系統:
$ sudo apt upgrade錯誤消失了,我可以正常在 VirtualBox 中啟動虛擬機了。
via:?https://www.ostechnix.com/how-to-fix-kernel-driver-not-installed-rc-1908-virtualbox-error-in-ubuntu/
作者:sk?選題:lujun9972?譯者:geekpi?校對:wxy
本文由?LCTT?原創編譯,Linux中國?榮譽推出
?:還在看嗎?總結
以上是生活随笔為你收集整理的linux generic什么意思_如何在 Ubuntu 中修复 VirtualBox 的 “rc=1908” 错误 | Linux 中国...的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 【C++】简约的for循环
- 下一篇: 【Paper】英文论文写作小技巧