Oh yeah, and you will need the ssh part in there, like this:


dd if=/dev/sda | ssh root@<proxmox-ip> dd of=/dev/zvol/<zfs-pool-id>/vm-<vm-id>-disk-1 bs=1024


On 8/26/2018 5:23 AM, Lists wrote:
Yes, this method will take a long time, but it will almost always works. Boot the source into a linux live cd with ssh, give it a network address, etc. and then kick this off in a screen session:

dd if=dd if=/dev/sda | pv -s 200G | dd of=/dev/zvol/pool-01/vm-106-disk-1

The last part will vary based on whether you are using zfs, ceph, lvm, etc.

-Riley



On 8/26/2018 5:18 AM, Gilberto Nunes wrote:
Hi anyone has a good method, 100% approved to migrate windows VM from Xen
to Proxmox?
Every method i tried has failed with bsod.

Thanks for any help.
_______________________________________________
pve-user mailing list
[email protected]
https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-user

_______________________________________________
pve-user mailing list
[email protected]
https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-user

_______________________________________________
pve-user mailing list
[email protected]
https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-user

Reply via email to