Differences between revisions 5 and 6
Revision 5 as of 2012-02-18 18:35:33
Size: 841
Editor: PieterSmit
Comment:
Revision 6 as of 2017-11-10 22:41:35
Size: 842
Editor: PieterSmit
Comment:
Deletions are marked like this. Additions are marked like this.
Line 13: Line 13:
 1. Convert the VirtualBox VDI file into a RAW image.  1. Convert the !VirtualBox VDI file into a RAW image.

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)