技术解析

win10 下安装虚拟机可以和 mint 下的虚拟机共享吗?
0
2021-06-15 10:22:27
idczone
想运行同花顺看股票,可是只有再 win 下面有. 试了 wine,但是没有成功,具体原因不详.无奈曲线救国,装了orcal的virtualbox.
我是linux和win双系统, 再win10下用VB也有安装了win7的虚拟机,再linux下导入配置成功,但是运行的时候出现错误如下:
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.

错误信息的字面意思都看的懂,可是个啥就不知道怎么做了. 莫非需要再安装个系统?

另外,wine安装都成功了,可是运行时候没有反映,这个该怎么看错误信息解决呢?
virtualbox 版本 6.1

你没装 vbox 的内核驱动啊……不确定 mint 下面 vbox 驱动对应的包名是什么,arch 下是 virtualbox-host-dkms,你可以搜下有没有。要么就直接按提示 sudo /sbin/vboxconfig
不过话说这是玩 Linux 比较基础的问题了吧……

可能是系统内核版本和 VirtualBox 要求的不一致
可以这样解决:(用 root 登录)
sudo aptitude update
sudo aptitude install dkms
sudo /etc/init.dvboxdrv setup
或者执行
dnf update kernel
reboot
/etc/init.d/vboxdrv setup
总体思路就是更新内核,重启,重新编译
如果还是不能解决,请百度搜索以下内容“
The VirtualBox Linux kernel driver is either not loaded ”
有很多人也遇到了这种问题,也写出了解决方案
遇到问题的时候,记得多用百度,你会更快得到答案
下次记得写明 linux 发行版和版本号,因为不同发行版的命令可能不一样,方便其他人协助你解决问题。
数据地带为您的网站提供全球顶级IDC资源
在线咨询
专属客服