V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
Distributions
Ubuntu
Fedora
CentOS
中文资源站
网易开源镜像站
forsky
V2EX  ›  Linux

win10 下安装虚拟机可以和 mint 下的虚拟机共享吗?

  •  
  •   forsky · 2020-12-23 11:53:34 +08:00 · 1533 次点击
    这是一个创建于 1221 天前的主题,其中的信息可能已经有所发展或是发生改变。
    想运行同花顺看股票,可是只有再 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安装都成功了,可是运行时候没有反映,这个该怎么看错误信息解决呢?
    6 条回复    2020-12-31 21:58:00 +08:00
    forsky
        1
    forsky  
    OP
       2020-12-23 12:05:32 +08:00
    virtualbox 版本 6.1
    vk42
        2
    vk42  
       2020-12-23 12:09:10 +08:00   ❤️ 1
    你没装 vbox 的内核驱动啊……不确定 mint 下面 vbox 驱动对应的包名是什么,arch 下是 virtualbox-host-dkms,你可以搜下有没有。要么就直接按提示 sudo /sbin/vboxconfig
    不过话说这是玩 Linux 比较基础的问题了吧……
    BYF
        3
    BYF  
       2020-12-24 10:30:40 +08:00 via Android   ❤️ 1
    可能是系统内核版本和 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 发行版和版本号,因为不同发行版的命令可能不一样,方便其他人协助你解决问题。
    🙈
    forsky
        4
    forsky  
    OP
       2020-12-25 09:47:56 +08:00
    @BYF 谢谢大佬。 我试下
    forsky
        5
    forsky  
    OP
       2020-12-31 18:41:04 +08:00
    @BYF 再次感谢,我放弃用这个了,一直不成功。
    BYF
        6
    BYF  
       2020-12-31 21:58:00 +08:00 via Android
    @forsky 哈哈,行吧
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   2812 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 30ms · UTC 12:10 · PVG 20:10 · LAX 05:10 · JFK 08:10
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.