migrate a VM from unRAID to proxmox VE

  1. mount unraid domains storage in proxmox:
    ssh to your proxmox IP and type this for searchin shares:
    scan cifs <proxmox-ip>--username <user>
    for adding e.g. the domains share as storage in proxmox type:
    pvesm add cifs domains --server <proxmox-ip> --share domains --username <user>--password
    Afterwards you’re able to copy your shutdown’d vm
  2. create a new VM in the proxmox GUI
  3. import your qcow2 image to the new VM:
    qm importdisk <vm-id>vm.qcow2 local-lvm
  4. add image as „VirtIO Block
  5. change boot order and eventual BIOS type

Schreibe einen Kommentar

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert