import Hyper-V

gytepr

New Member
Sep 27, 2014
1
0
1
Hey!
Can I import från another virtual instans an Hyper-V VM machiner to Proxmox
Prehaps install Proxmox if that goes do that

Best Regards
 
Hey!
Can I import från another virtual instans an Hyper-V VM machiner to Proxmox
Prehaps install Proxmox if that goes do that

Best Regards

Here is how I did it from Hyper-V 2008r2

First I used Disk2Vhd to export a my VM to a vhd, then I created a vm but I made the hard drive 1gb larger then needed, once I had that I was able to ssh into the node and run:
qemu-img convert -O raw /path/to/vhd.vhd /dev/prox1vg/vm-101-disk-1 -- for LVM

After that boot it up and reconfigure your networking. It went surprisingly smooth.