Hello guys,
I've been trying to import VMs recently, I got the .vmdk file and I followed the tutorial given on Proxmox Wiki but I still have questions. When I create a VM within Proxmox GUI, I can choose my pve_pool (rbd disk shared by my three nodes) ressource as a storage disk.
But when importing a VM via the shell, when using the command
What path can I give to the "of=" when I know that the pool is not a local disk storage ?
I tried using the following command:
but I keep getting the error
Is it because of the path I gave or because of the .vmdk file ?
(I'm currently doing the tutorial solution to the problem of the error at boot using vmware-diskmanager but I was wondering if it couldn't be something else !)
Thank you in advance for your answers !
I've been trying to import VMs recently, I got the .vmdk file and I followed the tutorial given on Proxmox Wiki but I still have questions. When I create a VM within Proxmox GUI, I can choose my pve_pool (rbd disk shared by my three nodes) ressource as a storage disk.
But when importing a VM via the shell, when using the command
Code:
dd if=win2003-pve.vmdk of=/dev/VG_iscsi/vm-102-disk-1
I tried using the following command:
Code:
dd if=W10RDP-pve.vmdk of=pve_pool\:vm-102-disk-0
Code:
Booting from Hard Disk...
Boot failed: not a bootable disk
(I'm currently doing the tutorial solution to the problem of the error at boot using vmware-diskmanager but I was wondering if it couldn't be something else !)
Thank you in advance for your answers !