我无法启动之前运行的虚拟机或者创建新的虚拟机。
我遇到了同样的错误,并且 VirtualBox 建议的修复不起作用:
Failed to open a session for the virtual machine MythUbuntu.
The virtual machine 'MythUbuntu' has terminated unexpectedly during startup with exit code 1 (0x1).
Result Code: NS_ERROR_FAILURE (0x80004005)
Component: MachineWrap
Interface: IMachine {b2547866-a0a1-4391-8b86-6952d82efaa0
该应用程序告诉我以 root 身份运行/sbin/vboxconfig
,但这并不能解决问题或成功完成:
Created symlink /etc/systemd/system/multi-user.target.wants/vboxdrv.service → /lib/systemd/system/vboxdrv.service.
Created symlink /etc/systemd/system/multi-user.target.wants/vboxballoonctrl-service.service → /lib/systemd/system/vboxballoonctrl-service.service.
Created symlink /etc/systemd/system/multi-user.target.wants/vboxautostart-service.service → /lib/systemd/system/vboxautostart-service.service.
Created symlink /etc/systemd/system/multi-user.target.wants/vboxweb-service.service → /lib/systemd/system/vboxweb-service.service.
vboxdrv.sh: Building VirtualBox kernel modules.
vboxdrv.sh: Starting VirtualBox services.
vboxdrv.sh: Building VirtualBox kernel modules.
vboxdrv.sh: failed: modprobe vboxdrv failed. Please use 'dmesg' to find out why.
There were problems setting up VirtualBox. To re-start the set-up process, run
/sbin/vboxconfig
as root.
没有具体申请消息我得到了完整的系统转储:
dmesg | grep vbox
dmesg | grep virtualbox
这些命令没有提供输出。
VB 还没有与 16.10 兼容吗?