VirtualBox path problem and VDI transfer VHD in Win8

Source: Internet
Author: User

When you install VirtualBox in Windows 8, you are prompted that the system cannot find the specified path. The following figure:

This error is prompted because the current user name is in Chinese. The following figure:

Solution:

When you double-click the installer, do not click OK when you receive the error in Figure 1.

Then enter:

%userprofile%appdatalocaltempvirtualbox

Perform the installation program inside.

The Hyper-V feature of Windows 8 is very good and powerful. However, disk files in the VirtualBox VDI format are not available.

The solution is to use VirtualBox's own "VBoxManage.exe" tool to transform the file format.

Use method (Windows environment, Linux version should also have vboxmanager this binary file):

"C:Program FilesOracleVirtualBoxVBoxManage.exe" Clonehd d:vmsvdidebian6.vdi d:vmsvhddebian6.vhd VHD

VMDK converted to VDI

VBoxManage.exe Clonehd source.vmdk Target.vdi–format VDI

VDI converted into VMDK

VBoxManage.exe Clonehd Source.vdi Target.vmdk–format vmdk

VDI converted to VHD

VBoxManage.exe Clonehd SOURCE.VDI Target.vhd–format VHD

VMDK turn vhd,vhd to VDI, vmdk words change a little bit parameter on it. Note that after you run the command, the original file is not deleted.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.