Convert a VMDK (VMWare) file to VHDX (Hyper-V)

Posted luodengxiong

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Convert a VMDK (VMWare) file to VHDX (Hyper-V)相关的知识,希望对你有一定的参考价值。

https://www.meziantou.net/2016/09/09/convert-a-vmdk-vmware-file-to-vhdx-hyper-v

Microsoft provides a free tool to convert an existing virtual machine to a Hyper-V virtual machine: Microsoft Virtual Machine Converter.

This tool has a graphical interface allowing to carry out the most common operations. However, in some cases (often non-enterprise), you must use the supplied PowerShell cmdlet.

For example, the following script converts a virtual hard disk of type VMDK (VMWare) to a virtual disk in VHDX (Hyper-V) format :

Import-Module ‘C:Program FilesMicrosoft Virtual Machine ConverterMvmcCmdlet.psd1‘

$vmdk="sample.vmdk"
$vhdx="sample.vhdx"

ConvertTo-MvmcVirtualHardDisk -SourceLiteralPath $vmdk -DestinationLiteralPath $vhdx

 

按上述文章进行转换,虽然成功了,也启动了,但进不了系统。因为之前我的虚拟机系统是静态的,非DHCP的。

暂时没有想到解决办法。

以上是关于Convert a VMDK (VMWare) file to VHDX (Hyper-V)的主要内容,如果未能解决你的问题,请参考以下文章

我把vmdk文件打开方式改成Vmware15,重启后为啥变成360压缩了?

vmware启动的适合显示找不到虚拟磁盘vmdk

高版本VMware如何打开低版本VMware的vmdk

从VMware镜像恢复为啥要选择多个VMDK文件

VMware9.0虚拟机C盘上的vmdk文件能否转移到D盘?

如何用VMware打开vmdk文件