想要将Hyper-v上的虚拟机迁移到KVM上面,可以将虚拟机文件的格式进行转换,然后拷贝到KVM宿主机上导入即可。
需要用到的工具是:qemu-img for Windows,官网https://cloudbase.it/qemu-img-windows
下载地址:https://cloudbase.it/downloads/qemu-img-win-x64-2_3_0.zip
方法:打开Windows PowerShell,进入qemu-img.exe所在目录,执行以下语句,注意源文件路径中不要有中文
.\qemu-img.exe convert -O qcow2 "D:\Tools\Win2012-standard.vhdx" win2012.qcow2