個人檔案ALL right ..belive相片部落格清單 工具 說明

流烈彬

back now

nothing

尚未新增內容。
MOTO V3  
第 1 張 / 共 3 張
11月29日

ubuntu更新之后导致VirtualBox无法启动windows

刚刚更新了xubuntu,结果重启之后VirtualBox就无法启动xp了,报如下错误:

VirtualBox kernel driver not installed. The vboxdrv kernel module was either not loaded or /dev/vboxdrv was not created for some reason. Re-setup the kernel module by executing '/etc/init.d/vboxdrv setup' as root.

google了一下,解决办法很简单只需要执行一个命令就ok了。命令:sudo /etc/init.d/vboxdrv setup.

当然前提是你之前已经安装好了所有的东西,只是因为系统更新后无法启动的情况。(原理是,删除旧文件,重新安装)

同样情况适应在 ubuntu上。