# if the user wants to be converted from VirtualBox to kvm
# 1. first clone the VirtualBox vm into a new vm (to consolidate all snapshots into one vdi
# 2. convert file format

# convert qcow2 to vdi
qemu-img convert -f qcow2 -O vdi input.qcow2 output.vdi

# convert vdi to qcow2
qemu-img convert -f vdi -O qcow2 input.vdi output.qcow2

then it’s only a matter of

always give creditz by linking to author’s articles 🙂

liked this article?

  • only together we can create a truly free world
  • plz support dwaves to keep it up & running!
  • (yes the info on the internet is (mostly) free but beer is still not free (still have to work on that))
  • really really hate advertisement
  • contribute: whenever a solution was found, blog about it for others to find!
  • talk about, recommend & link to this blog and articles
  • thanks to all who contribute!
admin