how to convert vhd to pvm for non-detected OS

CodeC

Bit poster
Hi,
I read documents regarding vhd to pvm convert but did not see any documents to talk about how to convert non-detected OS. I have tried the command in my mac but only got .hdd file.
prl_convert xxx.vhd --no-src-check --no-reconfig --allow-no-os
can anyone know how to convert .hdd to .pvm file?
Thank you!
codec
 
.hdd is a bundle of virtual disk, .pvm is a bundle of virtual machine. So just create a new virtual machine add a new hard drive to its configuration specifying .hdd-bundle you have already.
 
Back
Top