<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The F5 Guy &#187; clone</title>
	<atom:link href="http://www.TheF5Guy.com/blog/index.php/tag/clone/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.TheF5Guy.com/blog</link>
	<description>F5 BIG-IP, SharePoint and Other Technologies...</description>
	<lastBuildDate>Tue, 07 Feb 2012 15:11:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>How To Clone A Ubuntu 64-bit Server</title>
		<link>http://www.TheF5Guy.com/blog/2009/03/how-to-clone-a-64-bit-ubuntu-810-machine/</link>
		<comments>http://www.TheF5Guy.com/blog/2009/03/how-to-clone-a-64-bit-ubuntu-810-machine/#comments</comments>
		<pubDate>Tue, 24 Mar 2009 01:19:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[clone]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[Virtual Machine]]></category>

		<guid isPermaLink="false">http://www.Thef5Guy.com/?p=178</guid>
		<description><![CDATA[This last weekend I decided to P2V or Physical to Virtual a Ubuntu x64 machine and wanted to share a little bit of information about that experience.  I found a lot of  tutorials online about cloning Ubuntu machines, but they all seemed a little to involved for what I was trying to do.  After a [...]]]></description>
			<content:encoded><![CDATA[<p>This last weekend I decided to P2V or Physical to Virtual a Ubuntu x64 machine and wanted to share a little bit of information about that experience.  I found a lot of   tutorials online about cloning Ubuntu machines, but they all seemed a little to involved for what I was trying to do.  After a bit of searching I reached the conclusion that I just wanted some software that would handle most of the process for me.  Having previous experience with Norton Ghost and Symantec Backup Exec, I began searching for the Linux equivalent to those programs.<br />
<span id="more-178"></span><br />
There were three things that I kept in mind while making my software selection.</p>
<p>1.  It had to support Ubuntu 64-bit Version 8.10.</p>
<p>2.  I wanted an official support channel that I could lean on if I ran into problems.</p>
<p>3.  It had to be inexpensive.</p>
<p>I found a number of $300+ solutions, but I don&#8217;t consider that cheap&#8230; To me, cheap is $50 or less.  Then as luck would have it I found a great solution for a mere $29.99.  The program is called &#8220;Image For Linux&#8221; and it is available at:</p>
<p><a href="http://www.terabyteunlimited.com/image-for-linux.htm">http://www.terabyteunlimited.com/image-for-linux.htm</a></p>
<p>I followed the setup directions provided with the download and within an hour I had successfully cloned my server over to a VM.  The only bump in the road was easy to overcome and I think the problem may have been caused by me choosing an incorrect setting before the clone process.  Because of that, I had to reinstall Grub on the VM which was no big deal.  I just loaded the Ubuntu disc, fired up the VM and had it boot from the Live-CD.  Then I went to the command line and typed (be sure to hit the enter key after each command):<br />
<code><br />
sudo grub<br />
find /boot/grub/stage1<br />
root (hd0,4)<br />
setup (hd0)<br />
quit<br />
</code><br />
The first line loads grub.  The second finds your boot partition and displays that information back out on the command line for you to read.  The output varies based on your install of course.  In my case hd0,4 is the only thing the second command displayed on screen after running so my choice was pretty easy.  Using that input, lines three and four tell grub where to install and the fifth line of course kicked me back out of grub.   I then removed the Live-CD, rebooted the VM and that was it!  The whole process was very painless and the software proved to be very capable.  If you have a need to clone or P2V a Ubuntu Linux machine then I recommend this software.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.TheF5Guy.com/blog/2009/03/how-to-clone-a-64-bit-ubuntu-810-machine/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

