Differences between revisions 3 and 4
Revision 3 as of 2011-05-31 07:38:18
Size: 746
Editor: PieterSmit
Comment: Add convert from Virtualbox to KVM
Revision 4 as of 2011-09-12 15:15:54
Size: 779
Editor: PieterSmit
Comment: add link to BigDatacenters
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:
 * Also see: [[BigDatacenters]]

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.

...


CategoryLinux

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