<?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: How to transfer a Linux image from VirtualBox to Xen</title>
	<atom:link href="http://www.ioncannon.net/system-administration/80/how-to-transfer-linux-from-virtualbox-to-xen/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ioncannon.net/system-administration/80/how-to-transfer-linux-from-virtualbox-to-xen/</link>
	<description>Thoughts on Software Development and Engineering</description>
	<lastBuildDate>Thu, 05 Jan 2012 16:35:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Roch</title>
		<link>http://www.ioncannon.net/system-administration/80/how-to-transfer-linux-from-virtualbox-to-xen/comment-page-1/#comment-192750</link>
		<dc:creator>Roch</dc:creator>
		<pubDate>Fri, 17 Dec 2010 14:09:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.ioncannon.net/?p=80#comment-192750</guid>
		<description>now you can use http://aws.amazon.com/about-aws/whats-new/2010/12/15/announcing-vm-import/ for vmware instance, but it doesn&#039;t work for vbox instances</description>
		<content:encoded><![CDATA[<p>now you can use <a href="http://aws.amazon.com/about-aws/whats-new/2010/12/15/announcing-vm-import/" rel="nofollow">http://aws.amazon.com/about-aws/whats-new/2010/12/15/announcing-vm-import/</a> for vmware instance, but it doesn&#039;t work for vbox instances</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carson</title>
		<link>http://www.ioncannon.net/system-administration/80/how-to-transfer-linux-from-virtualbox-to-xen/comment-page-1/#comment-181501</link>
		<dc:creator>carson</dc:creator>
		<pubDate>Thu, 02 Sep 2010 01:12:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.ioncannon.net/?p=80#comment-181501</guid>
		<description>@Peter There may be but I haven&#039;t noticed any problems after an fsck so it is hard to tell. Either way you would probably be OK.</description>
		<content:encoded><![CDATA[<p>@Peter There may be but I haven&#039;t noticed any problems after an fsck so it is hard to tell. Either way you would probably be OK.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Converting from VirtualBox or VMWare to EC2 now Easier than Ever</title>
		<link>http://www.ioncannon.net/system-administration/80/how-to-transfer-linux-from-virtualbox-to-xen/comment-page-1/#comment-180925</link>
		<dc:creator>Converting from VirtualBox or VMWare to EC2 now Easier than Ever</dc:creator>
		<pubDate>Wed, 25 Aug 2010 13:20:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.ioncannon.net/?p=80#comment-180925</guid>
		<description>[...] easier to turn VirtualBox and VMWare instances into EC2 instances. In the past I have written about transfering VirtualBox images to Xen but to do that with EC2 required a matching kernel exist for your VirtualBox installed OS that was [...]</description>
		<content:encoded><![CDATA[<p>[...] easier to turn VirtualBox and VMWare instances into EC2 instances. In the past I have written about transfering VirtualBox images to Xen but to do that with EC2 required a matching kernel exist for your VirtualBox installed OS that was [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://www.ioncannon.net/system-administration/80/how-to-transfer-linux-from-virtualbox-to-xen/comment-page-1/#comment-180924</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Wed, 25 Aug 2010 13:16:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.ioncannon.net/?p=80#comment-180924</guid>
		<description>Thanks, Carson. This post was very useful to me.

Is there a one-off error in the count parameter to your dd command (because the end sector number is inclusive)?</description>
		<content:encoded><![CDATA[<p>Thanks, Carson. This post was very useful to me.</p>
<p>Is there a one-off error in the count parameter to your dd command (because the end sector number is inclusive)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Seth</title>
		<link>http://www.ioncannon.net/system-administration/80/how-to-transfer-linux-from-virtualbox-to-xen/comment-page-1/#comment-171370</link>
		<dc:creator>Seth</dc:creator>
		<pubDate>Fri, 04 Jun 2010 22:15:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.ioncannon.net/?p=80#comment-171370</guid>
		<description>Perhaps 

losetup -f raw.img
kpartx -a /dev/loop0

partprobe
blkid

Treat the raw disk as a regular disk :)</description>
		<content:encoded><![CDATA[<p>Perhaps </p>
<p>losetup -f raw.img<br />
kpartx -a /dev/loop0</p>
<p>partprobe<br />
blkid</p>
<p>Treat the raw disk as a regular disk :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nehemiah</title>
		<link>http://www.ioncannon.net/system-administration/80/how-to-transfer-linux-from-virtualbox-to-xen/comment-page-1/#comment-160939</link>
		<dc:creator>Nehemiah</dc:creator>
		<pubDate>Tue, 12 Jan 2010 18:35:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.ioncannon.net/?p=80#comment-160939</guid>
		<description>found a solution. for LVM volume groups on the virtural box, here is a link to instructions for &lt;a href=&quot;http://www.mail-archive.com/forensics@securityfocus.com/msg00219.html&quot; rel=&quot;nofollow&quot;&gt; getting volume groups recovered from a dd. &lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>found a solution. for LVM volume groups on the virtural box, here is a link to instructions for <a href="http://www.mail-archive.com/forensics@securityfocus.com/msg00219.html" rel="nofollow"> getting volume groups recovered from a dd. </a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nehemiah</title>
		<link>http://www.ioncannon.net/system-administration/80/how-to-transfer-linux-from-virtualbox-to-xen/comment-page-1/#comment-160936</link>
		<dc:creator>Nehemiah</dc:creator>
		<pubDate>Tue, 12 Jan 2010 17:34:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.ioncannon.net/?p=80#comment-160936</guid>
		<description>what if one of those images are in an LVM? I used virtual box to setup a ubuntu server install (9.10) and I couldn&#039;t mount the lvm partition. can I use dd to extract the data anyway?</description>
		<content:encoded><![CDATA[<p>what if one of those images are in an LVM? I used virtual box to setup a ubuntu server install (9.10) and I couldn&#039;t mount the lvm partition. can I use dd to extract the data anyway?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dave</title>
		<link>http://www.ioncannon.net/system-administration/80/how-to-transfer-linux-from-virtualbox-to-xen/comment-page-1/#comment-157499</link>
		<dc:creator>dave</dc:creator>
		<pubDate>Mon, 23 Nov 2009 05:20:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.ioncannon.net/?p=80#comment-157499</guid>
		<description>Could you expand on: &quot;I added a few scripts and created rc.local to let me in when the instance was started&quot;  I have successfully created a custom AMI and registered it, but once launched, I am unable to SSH into it.  Yes, I have checked that port 22 is authorized.  Thanks.</description>
		<content:encoded><![CDATA[<p>Could you expand on: &#034;I added a few scripts and created rc.local to let me in when the instance was started&#034;  I have successfully created a custom AMI and registered it, but once launched, I am unable to SSH into it.  Yes, I have checked that port 22 is authorized.  Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carson</title>
		<link>http://www.ioncannon.net/system-administration/80/how-to-transfer-linux-from-virtualbox-to-xen/comment-page-1/#comment-157403</link>
		<dc:creator>carson</dc:creator>
		<pubDate>Sun, 22 Nov 2009 15:47:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.ioncannon.net/?p=80#comment-157403</guid>
		<description>I was using Linux. I can&#039;t easily test on OS X so I&#039;m not sure what you would need to do there to get the image converted.</description>
		<content:encoded><![CDATA[<p>I was using Linux. I can&#039;t easily test on OS X so I&#039;m not sure what you would need to do there to get the image converted.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dave</title>
		<link>http://www.ioncannon.net/system-administration/80/how-to-transfer-linux-from-virtualbox-to-xen/comment-page-1/#comment-157370</link>
		<dc:creator>dave</dc:creator>
		<pubDate>Sat, 21 Nov 2009 02:19:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.ioncannon.net/?p=80#comment-157370</guid>
		<description>What OS are you using here?  My fdisk (OS X Intel)  is different and I&#039;m a little stumped.</description>
		<content:encoded><![CDATA[<p>What OS are you using here?  My fdisk (OS X Intel)  is different and I&#039;m a little stumped.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.118 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-01-14 11:29:23 -->

