Skip to content

Instantly share code, notes, and snippets.

@wpyoga
Created May 7, 2023 14:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wpyoga/1b3dd978eff2d39544d10fcd330b93a2 to your computer and use it in GitHub Desktop.
Save wpyoga/1b3dd978eff2d39544d10fcd330b93a2 to your computer and use it in GitHub Desktop.

how to migrate windows 10 vm from libvirt to proxmox:

  1. stop the vm on libvirt
  2. create a new vm on proxmox without a disk
  3. import the harddisk image using command line: qm importdisk 103 /home/user/freenas/ubuntu.raw local --format qcow2

https://pve.proxmox.com/wiki/Migration_of_servers_to_Proxmox_VE#Importing_to_Proxmox_VE

how to migrate windows 10 vm disk from sata to virtio:

  1. add a new virtio disk to the vm
  2. install viostor driver https://pve.proxmox.com/wiki/Windows_VirtIO_Drivers
  3. remove the new virtio disk
  4. detach sata disk, reattach as virtio disk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment