Virtualization on Linux

Convert from Virtualbox(Oracle) to KVM(RedHat)

  1. Convert the VirtualBox VDI file into a RAW image.

    • $ VBoxManage clonehd --format RAW MyTestVM.vdi MyTestVM.raw
  2. Convert the RAW image into a QCOW file.
    • $ qemu-img convert -f raw MyTestVM.raw -O qcow2 MyTestVM.img
  3. Voila. Go into virt-manager, create the machine, and use your newly created image.

Admin Tools

...


CategoryLinux

linux/Virtualization (last edited 2017-11-10 22:41:35 by PieterSmit)