前置条件:
电脑型号:thinkpad x240
操作系统:ubuntu 14.04
内核版本:3.13.0-46-generic
我打开virtualbox的时候提示错误,错误消息如下:
Runtime error opening '/home/csm/VirtualBox VMs/Linux Mint/Linux Mint.vbox' for reading: -102 (File not found.).
*********~~~~~~(路径忽略)\MachineImpl.cpp[685] (Machine::registeredInit).
Result Code:
E_FAIL (0x80004005)
Component:
VirtualBox
Interface:
IVirtualBox {c28be65f-1a8f-43b4-81f1-eb60cb516e66}
大概是这么个情况。
我的解决办法:
Now, if you look in the VM folder (where the .vbox file is supposed to be) you will probably see a .vbox-tmp or .vbox-new file instead. If either of these exists, then rename the extension to .vbox. If and only if neither of those files exists, there should be a .vbox-prev file in the same folder which you can again change to .vbox.
大致意思是金土virtualbox文件夹,我的文件夹路径是"/home/csm/VirtualBox VMs/rander",看看这个文件夹里面是否有后缀名为.vbox-tmp 或者 .vbox-new 然后将其后缀名重命名为.box 或者看是否有后缀名为.vbox-prev的文件,将其后缀名重命名为.vbox
我是将.vbox-prev改为.vbox得已解决,希望对大家有所帮助。