Ovf local para o Hyper V usando o Virtual Machine Converter com o Powershell

1

Agora que quero converter e importar uma VM vmware para o Hyper V. Meu arquivo ovf com arquivos vmdk amd mf está localizado em C: \ OvfHVTest2.

Eu usei o comando no powershell:

Import-Module "C:\Program Files\Microsoft Virtual Machine Converter\MvmcCmdlet.psd1"
New-MvmcVirtualMachineFromOvf -DestinationLiteralPath "C:\OvfHVTest2"

Isso me dá a seguinte mensagem de erro:

New-MvmcVirtualMachineFromOvf : No bootable drive was found for the virtual machine . This could be due to that the virtual machine does not have a valid operating system. At line:1 char:1 + New-MvmcVirtualMachineFromOvf -DestinationLiteralPath "C:\OvfHVTest2" + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : WriteError: (Microsoft.Accel...isioningService:HyperVProvisioningService) [New-MvmcVirtu alMachineFromOvf], BootableDriveNotFoundException + FullyQualifiedErrorId : NewMvmcVirtualMachine,Microsoft.Accelerators.Mvmc.Cmdlet.Commands.NewMvmcVirtualMachineF romOvfCommand

New-MvmcVirtualMachineFromOvf : One or more errors occurred. At line:1 char:1 + New-MvmcVirtualMachineFromOvf -DestinationLiteralPath "C:\OvfHVTest2" + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : WriteError: (Microsoft.Accel...isioningService:HyperVProvisioningService) [New-MvmcVirtu alMachineFromOvf], AggregateException + FullyQualifiedErrorId : NewMvmcVirtualMachine,Microsoft.Accelerators.Mvmc.Cmdlet.Commands.NewMvmcVirtualMachineF romOvfCommand

A VM convidada está executando o Windows 7 Professional SP1. Alguém poderia me ajudar?

Obrigado!

    
por Priere Law 08.04.2016 / 05:21

0 respostas