<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Convert VMware .vmdk to KVM .qcow2 or Virtualbox .vdi</title>
	<atom:link href="http://blog.bodhizazen.net/linux/convert-vmware-vmdk-to-kvm-qcow2-or-virtualbox-vdi/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.bodhizazen.net/linux/convert-vmware-vmdk-to-kvm-qcow2-or-virtualbox-vdi/</link>
	<description>A LAMP in the Samsara</description>
	<lastBuildDate>Tue, 31 Jan 2012 20:20:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: David van Enckevort</title>
		<link>http://blog.bodhizazen.net/linux/convert-vmware-vmdk-to-kvm-qcow2-or-virtualbox-vdi/comment-page-1/#comment-4688</link>
		<dc:creator>David van Enckevort</dc:creator>
		<pubDate>Sat, 28 Jan 2012 10:49:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bodhizazen.net/?p=318#comment-4688</guid>
		<description>You can directly convert files to VDI now, just specify -O vdi.</description>
		<content:encoded><![CDATA[<p>You can directly convert files to VDI now, just specify -O vdi.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A valid boot sector was not found when tryin to start converted VMs</title>
		<link>http://blog.bodhizazen.net/linux/convert-vmware-vmdk-to-kvm-qcow2-or-virtualbox-vdi/comment-page-1/#comment-4665</link>
		<dc:creator>A valid boot sector was not found when tryin to start converted VMs</dc:creator>
		<pubDate>Thu, 19 Jan 2012 21:07:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bodhizazen.net/?p=318#comment-4665</guid>
		<description>[...] See this page maybe. http://blog.bodhizazen.net/linux/con...irtualbox-vdi/ [...]</description>
		<content:encoded><![CDATA[<p>[...] See this page maybe. <a href="http://blog.bodhizazen.net/linux/con...irtualbox-vdi/" rel="nofollow">http://blog.bodhizazen.net/linux/con&#8230;irtualbox-vdi/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vincent</title>
		<link>http://blog.bodhizazen.net/linux/convert-vmware-vmdk-to-kvm-qcow2-or-virtualbox-vdi/comment-page-1/#comment-4604</link>
		<dc:creator>Vincent</dc:creator>
		<pubDate>Sun, 01 Jan 2012 13:07:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bodhizazen.net/?p=318#comment-4604</guid>
		<description>Tried but no luck! (this method may not work for those old vmware server image ) I am using quite a old school vmware server ( version 1.06). After many attempts, I finally worked out a solution, hope this might be useful for some people:
What I&#039;ve done:

ON VMWARE SERVER 
- On my Old Vmwre server, setup an linux guest machine ( the hard disk must be bigger than the vmare you&#039;re trying to convert ), add the vmware hard disk to this quest machine as secondary hard dish ( /dev/sdb)
- Boot up the machine, run fdisk -l, you should be able to see 2 hard disk /dev/sda and /dev/sdb
- Run dd if=/dev/sdb of=sdb-image-dump.raw
- Once finished, scp the image to your network share drive.

ON KVM SERVER
- On the KVM-QEMU Host machine, setup a linux guest machine, also add a secondary hard disk ( make sure the disk size is identical to your VMware hard disk)
- Boot up your guest machine on the KVM. (once booted, the server should have /dev/sda and /dev/sdb drive )
- SCP the dumped image to KVM&#039;s guest machine.
- Run dd if=sdb-image-dump.raw of=/dev/sdb
- Once is done, shutdown the KVM guest machine.
- Now, you can go to the /var/lib/libvirt/image forlder to have your KVM image file.
- Use the image file to import to your new KVM machine.

- Bingo!!! it works!!!</description>
		<content:encoded><![CDATA[<p>Tried but no luck! (this method may not work for those old vmware server image ) I am using quite a old school vmware server ( version 1.06). After many attempts, I finally worked out a solution, hope this might be useful for some people:<br />
What I&#8217;ve done:</p>
<p>ON VMWARE SERVER<br />
- On my Old Vmwre server, setup an linux guest machine ( the hard disk must be bigger than the vmare you&#8217;re trying to convert ), add the vmware hard disk to this quest machine as secondary hard dish ( /dev/sdb)<br />
- Boot up the machine, run fdisk -l, you should be able to see 2 hard disk /dev/sda and /dev/sdb<br />
- Run dd if=/dev/sdb of=sdb-image-dump.raw<br />
- Once finished, scp the image to your network share drive.</p>
<p>ON KVM SERVER<br />
- On the KVM-QEMU Host machine, setup a linux guest machine, also add a secondary hard disk ( make sure the disk size is identical to your VMware hard disk)<br />
- Boot up your guest machine on the KVM. (once booted, the server should have /dev/sda and /dev/sdb drive )<br />
- SCP the dumped image to KVM&#8217;s guest machine.<br />
- Run dd if=sdb-image-dump.raw of=/dev/sdb<br />
- Once is done, shutdown the KVM guest machine.<br />
- Now, you can go to the /var/lib/libvirt/image forlder to have your KVM image file.<br />
- Use the image file to import to your new KVM machine.</p>
<p>- Bingo!!! it works!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Antonio Cosenza</title>
		<link>http://blog.bodhizazen.net/linux/convert-vmware-vmdk-to-kvm-qcow2-or-virtualbox-vdi/comment-page-1/#comment-3926</link>
		<dc:creator>Antonio Cosenza</dc:creator>
		<pubDate>Tue, 05 Jul 2011 21:52:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bodhizazen.net/?p=318#comment-3926</guid>
		<description>well, 
i think one of the most secure method to import Linux guests from different virtualization platform is to use rsync! By the way,   Rsync is not the perfect way to convert from phisical to virtual??!! ;-)  I converted and imported lots of virtual machines this way!

Windows? nothing to say....</description>
		<content:encoded><![CDATA[<p>well,<br />
i think one of the most secure method to import Linux guests from different virtualization platform is to use rsync! By the way,   Rsync is not the perfect way to convert from phisical to virtual??!! ;-)  I converted and imported lots of virtual machines this way!</p>
<p>Windows? nothing to say&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Connor</title>
		<link>http://blog.bodhizazen.net/linux/convert-vmware-vmdk-to-kvm-qcow2-or-virtualbox-vdi/comment-page-1/#comment-3880</link>
		<dc:creator>Connor</dc:creator>
		<pubDate>Wed, 29 Jun 2011 15:06:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bodhizazen.net/?p=318#comment-3880</guid>
		<description>Dude, ur awesome!!! Thanks!!!!!!!!!!!!!</description>
		<content:encoded><![CDATA[<p>Dude, ur awesome!!! Thanks!!!!!!!!!!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ubuntu 11.04にKVMを導入する &#124; 記録用手帳</title>
		<link>http://blog.bodhizazen.net/linux/convert-vmware-vmdk-to-kvm-qcow2-or-virtualbox-vdi/comment-page-1/#comment-3574</link>
		<dc:creator>Ubuntu 11.04にKVMを導入する &#124; 記録用手帳</dc:creator>
		<pubDate>Sat, 04 Jun 2011 14:44:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bodhizazen.net/?p=318#comment-3574</guid>
		<description>[...] Convert VMware .vmdk to KVM .qcow2 or Virtualbox .vdi &#124; Shadows of epiphany [...]</description>
		<content:encoded><![CDATA[<p>[...] Convert VMware .vmdk to KVM .qcow2 or Virtualbox .vdi | Shadows of epiphany [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A. Schuppisser</title>
		<link>http://blog.bodhizazen.net/linux/convert-vmware-vmdk-to-kvm-qcow2-or-virtualbox-vdi/comment-page-1/#comment-3330</link>
		<dc:creator>A. Schuppisser</dc:creator>
		<pubDate>Tue, 19 Apr 2011 08:37:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bodhizazen.net/?p=318#comment-3330</guid>
		<description>Aeh, I meant: &quot;qemu-img convert /mnt/flat -O qcow2 yyy.vmdk</description>
		<content:encoded><![CDATA[<p>Aeh, I meant: &#8220;qemu-img convert /mnt/flat -O qcow2 yyy.vmdk</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A. Schuppisser</title>
		<link>http://blog.bodhizazen.net/linux/convert-vmware-vmdk-to-kvm-qcow2-or-virtualbox-vdi/comment-page-1/#comment-3329</link>
		<dc:creator>A. Schuppisser</dc:creator>
		<pubDate>Tue, 19 Apr 2011 08:36:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bodhizazen.net/?p=318#comment-3329</guid>
		<description>You can also use the tool vmware-mount comming with the free VMWare-Player to convert any vmdk-File (even in the form of  2GB-splittet) directly to a qcow2 file:
 &gt; vmware -f xxx.vmdk /mnt # Mount vmdk as a raw device-Image -&gt; /mnt/flat
 &gt; qemu-img convert /mnt/flat -O qcow2 /mnt/flat
 &gt; vmware -d /mnt

Don&#039;t know, if this method is more efficent, but at least you don&#039;t need to install vmware server or vmware converter to do the job.</description>
		<content:encoded><![CDATA[<p>You can also use the tool vmware-mount comming with the free VMWare-Player to convert any vmdk-File (even in the form of  2GB-splittet) directly to a qcow2 file:<br />
 &gt; vmware -f xxx.vmdk /mnt # Mount vmdk as a raw device-Image -&gt; /mnt/flat<br />
 &gt; qemu-img convert /mnt/flat -O qcow2 /mnt/flat<br />
 &gt; vmware -d /mnt</p>
<p>Don&#8217;t know, if this method is more efficent, but at least you don&#8217;t need to install vmware server or vmware converter to do the job.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: IGnatius T Foobar</title>
		<link>http://blog.bodhizazen.net/linux/convert-vmware-vmdk-to-kvm-qcow2-or-virtualbox-vdi/comment-page-1/#comment-3225</link>
		<dc:creator>IGnatius T Foobar</dc:creator>
		<pubDate>Tue, 29 Mar 2011 13:54:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bodhizazen.net/?p=318#comment-3225</guid>
		<description>Migrating from VMware to KVM has been an easier experience than I thought it would be.  qemu-image is quite useful.</description>
		<content:encoded><![CDATA[<p>Migrating from VMware to KVM has been an easier experience than I thought it would be.  qemu-image is quite useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Migrating CentOS5 VMWare images to KVM &#124; Screwtape&#039;s Blog</title>
		<link>http://blog.bodhizazen.net/linux/convert-vmware-vmdk-to-kvm-qcow2-or-virtualbox-vdi/comment-page-1/#comment-3195</link>
		<dc:creator>Migrating CentOS5 VMWare images to KVM &#124; Screwtape&#039;s Blog</dc:creator>
		<pubDate>Wed, 23 Mar 2011 23:05:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bodhizazen.net/?p=318#comment-3195</guid>
		<description>[...] recover it, but no, it seems that the open source community has done everything I need. I started here and noted the slightly scary caveat that LVM using images didn&#8217;t [...]</description>
		<content:encoded><![CDATA[<p>[...] recover it, but no, it seems that the open source community has done everything I need. I started here and noted the slightly scary caveat that LVM using images didn&#8217;t [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

