WinBox virtualBox path problem and VDI to VHD

  
Windows 8 prompts when installing VirtualBox "The system can not find the specified path". As shown below: The prompt for this error is because the current user name is Chinese. As shown below: Solution: After double-clicking the installer, when the error in Figure 1 appears, do not click OK. Then go to: www.dnzg.cn %USERPROFILE%\\AppData\\Local\\Temp\\VirtualBox Execute the installation program inside. The Hyper-V feature of Windows 8 is very good and very powerful. However, the virtual file's VDI format disk file is not available. The solution is to use the "BoxBoxage.exe" tool that comes with VirtualBox to convert the file format. Usage (Windows environment, Linux version should also have the VBoxManager binary): "C:\\Program Files\\Oracle\\VirtualBox\\VBoxManage.exe" clonehd D:\\VMs\\VDI\\Debian6.vdi D:\\VMs\\VHD \\Debian6.vhd --format VHD vmdk converted to vdi VBoxManage.exe clonehd source.vmdk target.vdi –format VDI vdi converted to vmdk VBoxManage.exe clonehd source.vdi target.vmdk –format VMDK vdi converted to vhd VBoxManage. Exe clonehd source.vdi target.vhd –format VHD vmdk to vhd, vhd to vdi, vmdk, then change a little parameter on it. It should be noted that the original file will not be deleted after running the command.
Copyright © Windows knowledge All Rights Reserved