虚拟盒启动问题,无法启动虚拟机

虚拟盒启动问题,无法启动虚拟机

我正在使用 Ubuntu 16.04 并尝试使用 Virtual Box,我能够创建虚拟机,但无法启动它。

RTR3InitEx failed with rc=-1912 (rc=-1912)

The Virtual-box kernel modules do not match this version of Virtual-
box. The installation of Virtual-Box was apparently not successful.
Executing

/sbin/vboxconfig

may correct this. Make sure that you do not mix the OSE version and 
the PUEL version of Virtual-box.

where: supR3HardenedMainInitRuntime what: 4 
VERR_VM_DRIVER_VERSION_MISMATCH (-1912) - The installed support driver
doesn't match the version of the user. 

这是 VBox 给出的错误消息:

Failed to open a session for the virtual machine Ubuntu Studio.

The virtual machine 'Ubuntu Studio' 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}

我试过跑步

sudo /sbin/vboxconfig

但它仍然不起作用。

相关内容