Kernel driver not installed (rc=-1908)
The VirtualBox Linux kernel driver is either not loaded or not set up correctly. Please reinstall virtualbox-dkms package and load the kernel module by executing
'modprobe vboxdrv'
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.
方法 1:手动编译安装最新内核(适用于特定需求)
如果你想安装比官方仓库更新的内核(如最新的稳定版或长期支持版),可以手动编译安装:
1. 下载内核源码
从 kernel.org 下载最新稳定版(stable)或长期支持版(longterm)源码。
2. 安装编译依赖
bash
sudo apt instal

最低0.47元/天 解锁文章
2473

被折叠的 条评论
为什么被折叠?



