<HardDisks>
<HardDisk uuid="{ac511969-288a-44b4-b7ac-df5808c1a4ca}"
location="/home/me/.VirtualBox/HardDisks/machine_name.vdi"
format="VDI" type="Normal" /> <!-- Notice we've changed this tag and remove his closing tag since it's not more needed -->
</HardDisks>
这至少对我有用,我丢失了快照但恢复了虚拟机。
希望这对您有帮助。
This bug happened to me recently (I assume it's a VirtualBox bug) using snapshots in v4.
I fix'em opening the VirtualBox.xml file and:
Search the UUID of the missing drive (b0e666ef-1041-415a-8329-876b337e1958 in this case), normally will be a tag (notice the />).
Remove the tag which generate the error.
Now, if the problematic HardDisk tag was inside another HardDisk tag (one with open and close tag) reconvert this last tag in one without close.
Sorry, my english it's not good enough for a good explanation, let me show you an example:
<HardDisks>
<HardDisk uuid="{ac511969-288a-44b4-b7ac-df5808c1a4ca}"
location="/home/me/.VirtualBox/HardDisks/machine_name.vdi"
format="VDI" type="Normal" /> <!-- Notice we've changed this tag and remove his closing tag since it's not more needed -->
</HardDisks>
This at least works for me, I loose the snapshot but recover the virtual machine.
在虚拟媒体管理器中,XP VDI 磁盘是否连接到虚拟机?如果不是,则打开 VM 设置并在“存储”选项卡中添加 VDI
in Virtual Media Manager, is the XP VDI disk attached to the virtual machine? If it is not then open settings for the VM and add the VDI in the Storage tab
发布评论
评论(3)
我最近在使用 v4 中的快照时遇到了这个错误(我认为这是 VirtualBox 的错误)。
我修复了打开 VirtualBox.xml 文件并:
抱歉,我的英语还不够好,无法很好地解释,让我给你看一个例子:
原始的非工作 XML 片段:
固定 XML 片段:
这至少对我有用,我丢失了快照但恢复了虚拟机。
希望这对您有帮助。
This bug happened to me recently (I assume it's a VirtualBox bug) using snapshots in v4.
I fix'em opening the VirtualBox.xml file and:
Sorry, my english it's not good enough for a good explanation, let me show you an example:
Original non-working XML piece:
Fixed XML piece:
This at least works for me, I loose the snapshot but recover the virtual machine.
Hope this help you.
在虚拟媒体管理器中,XP VDI 磁盘是否连接到虚拟机?如果不是,则打开 VM 设置并在“存储”选项卡中添加 VDI
in Virtual Media Manager, is the XP VDI disk attached to the virtual machine? If it is not then open settings for the VM and add the VDI in the Storage tab
另一种选择是插入 Hiren's BootCD 的 ISO 并使用浏览器/文件管理器之一磁盘访问
BootCD 还具有 Windows 98 + XP 的迷你版本
another option is to plug in the ISO of Hiren's BootCD and use one of the Browsers / File Managers for disk access
the BootCD also has mini versions of Windows 98 + XP