An error occurs while converting .vhd file using prl_convert tool

Mindwork

Bit poster
Hello!

I'm trying to convert the .vhd file created in Hyper-V (Windows Server 2008 R2):

# prl_convert /vps29062.domain.com.vhd --dst=/
Failed to check updates for /usr/share/parallels-reconfiguration/reconfiguration.iso
The source virtual machine contains no operating system. If you want to convert it anyway, please use the --allow-no-os option.

# prl_convert /vps29062.domain.com.vhd --dst=/ --reg=n
Failed to check updates for /usr/share/parallels-reconfiguration/reconfiguration.iso
The source virtual machine contains no operating system. If you want to convert it anyway, please use the --allow-no-os option.

# prl_convert /vps29062.domain.com.vhd --dst=/ --reg=n --allow-no-os
Failed to check updates for /usr/share/parallels-reconfiguration/reconfiguration.iso
An error occurred while converting the disk. Please make sure that you are allowed to modify the virtual hard disk file. If the problem persists, contact the Parallels support team for assistance.

# prl_convert /vps29062.domain.com.vhd --dst=/ --reg=n --allow-no-os --no-reconfig
An error occurred while converting the disk. Please make sure that you are allowed to modify the virtual hard disk file. If the problem persists, contact the Parallels support team for assistance.

# prl_convert /vps29062.domain.com.vhd --dst=/ --reg=n --allow-no-os --no-reconfig --no-src-check
An error occurred while converting the disk. Please make sure that you are allowed to modify the virtual hard disk file. If the problem persists, contact the Parallels support team for assistance.

# prl_convert /vps29062.domain.com.vhd --dst=/ --reg=n --allow-no-os --no-reconfig --no-src-check --no-hibernate-check
An error occurred while converting the disk. Please make sure that you are allowed to modify the virtual hard disk file. If the problem persists, contact the Parallels support team for assistance.

# prl_convert /vps29062.domain.com.vhd --dst=/ --reg=n --err-code --allow-no-os --no-reconfig --no-src-check --no-hibernate-check
ErrorCode: 0x800450040 %

# ls -l /
total 26214408
-rwxrwxrwx 1 root root 26843546112 Jul 18 16:45 vps29062.domain.com.vhd

Google doesn't know the specified error code. What's wrong? Thank you in advance.
 
Back
Top