VirtualBox 启动报错 could not find an open hard disk with uuid 解决方法

启动VirtualBox中的XP虚拟机系统时,出现错误对话框,含有下面主要错误信息:

Could not find an open hard disk with UUID {1d6d5ecb-168a-4eaf-851e-0f21961dae4e}.

用UltraEdit或EditPlus等编辑工具打开“.vbox”文件进行编辑,将其中含有“1d6d5ecb-168a-4eaf-851e-0f21961dae4e”这个UUID的地方去掉,如:

<AttachedDevice type="HardDisk" port="0" device="0">
    <Image uuid="{1d6d5ecb-168a-4eaf-851e-0f21961dae4e}"/>
</AttachedDevice>

 

去掉,重新打开虚拟机即可。

猜你喜欢

转载自inuts.iteye.com/blog/1495856
今日推荐