<?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>Quarksoft&#039;s Notes &#187; virtual to physical</title>
	<atom:link href="http://blog.quarksoft.com/tag/virtual-to-physical/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.quarksoft.com</link>
	<description>Great Ideas for you techies</description>
	<lastBuildDate>Fri, 29 Jul 2011 17:28:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Using Virtual PC for Migrating to a new computer</title>
		<link>http://blog.quarksoft.com/2008/01/15/using-virtual-pc-for-migrating-to-a-new-computer/</link>
		<comments>http://blog.quarksoft.com/2008/01/15/using-virtual-pc-for-migrating-to-a-new-computer/#comments</comments>
		<pubDate>Tue, 15 Jan 2008 16:06:46 +0000</pubDate>
		<dc:creator>Jonathan</dc:creator>
				<category><![CDATA[Utility]]></category>
		<category><![CDATA[migration]]></category>
		<category><![CDATA[virtual]]></category>
		<category><![CDATA[virtual to physical]]></category>
		<category><![CDATA[virtualpc]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://blog.quarksoft.com/2008/01/15/using-virtual-pc-for-migrating-to-a-new-computer/</guid>
		<description><![CDATA[The below information is taken from this post from here. I copied a majority of the text just in case his site disappears one day since this information is really valuable.  I would like to give credit to Ben Armstrong for providing invaluable information on the topics surrounding Virtual PC, Virtual Server and its benefits [...]]]></description>
			<content:encoded><![CDATA[<p>The below information is taken from this post from <a href="http://blogs.msdn.com/virtual_pc_guy/archive/2004/11/22/268225.aspx">here</a>.  I copied a majority of the text just in case his site disappears one day since this information is really valuable.  I would like to give credit to Ben Armstrong for providing invaluable information on the topics surrounding Virtual PC, Virtual Server and its benefits and pitfalls.</p>
<p>One cool use of Virtual PC is as a &#8216;backup&#8217; during a physical computer migration.</p>
<p>What I do is:</p>
<ol>
<li>Setup the new computer with Windows, virtual PC, and as many of the applications from the old computer that I know about</li>
<li>Take the hard disk out of her old computer and attach it to the new computer</li>
<li>Boot up the new computer</li>
<li>Go into the Disk Management tool under Windows (Control Panel &#8211;&gt; Administrative tools &#8211;&gt; Computer Management &#8211;&gt;  Disk Management)</li>
<li>Select to remove the disk letter from the hard disk from the old computer</li>
<li>Start Virtual PC</li>
<li>Use the Virtual Hard Disk wizard to create a linked virtual hard disk pointing to the hard disk from the old computer</li>
<li>Then use the Virtual Hard Disk wizard to convert the linked virtual hard disk to a dynamic virtual hard disk</li>
<li>Wait a long time (usually 2 to 3 hours)
<ol>
<li>Any anti-virus software should be disabled for this step &#8211; otherwise it will take a lot longer</li>
</ol>
</li>
<li>Create a new virtual machine that points to the new virtual hard disk</li>
<li>Boot up the virtual machine and confirm that everything works
<ol>
<li>There are a few things that can cause this to fail &#8211; and I will discuss them in further depth in coming posts</li>
</ol>
</li>
<li>Install the Virtual Machine Additions and shutdown the virtual machine</li>
<li>Shutdown the new computer and remove the old disk</li>
</ol>
<p>Once this is done &#8211; I can begin migrating data and application information from the virtual machine to the physical computer over the network.  But the best thing is that if a program doesn&#8217;t work &#8211; you can just launch the virtual machine and use it there for now.</p>
<p>You might also run into a problem during this process that can be resolved using the following method (original post can be found <a href="http://blogs.msdn.com/virtual_pc_guy/archive/2004/11/24/269412.aspx">here</a>):</p>
<p>This post is going to focus on migrating Windows systems &#8211; but there are similar issues with migration of most other operating systems.</p>
<p>Problem 1: &#8220;STOP:0x000007B Inaccessible Boot Device&#8221;</p>
<p>You image the physical computer to a virtual machine &#8211; and now when you boot it blue screens almost immediately with a &#8220;STOP:0x000007B Inaccessible Boot Device&#8221; message.  What is going on?  Well, Windows maintains a list of &#8216;critical boot devices&#8217; that are loaded in order to boot the system.  One of these devices is going to be the hard disk controller that you boot the system off of.  Sometimes &#8211; your physical computer will be close enough to the virtual machine that you do not see this error message.  However &#8211; if you do see this problem &#8211; you will need to do the following:</p>
<ol>
<li>Go back to the original physical computer</li>
<li>Boot Windows</li>
<li>Go to &#8216;Start&#8217; &#8211;&gt; &#8216;Control Panel&#8217; &#8211;&gt; &#8216;Administrative Tools&#8217; &#8211;&gt; &#8216;Computer Management&#8217; &#8211;&gt; &#8216;Device Manager&#8217;</li>
<li>Expand the &#8216;IDE ATA/ATAPI controllers selection&#8217;</li>
<li>Double click the &#8216;controller&#8217; entry (not the &#8216;Channel&#8217; entries)</li>
<li>Go to the &#8216;Driver&#8217; tab</li>
<li>Select &#8216;Update Driver&#8217;</li>
<li>Select to &#8216;Install from a list or specific location (advanced)&#8217;</li>
<li>Select &#8216;Don&#8217;t search. I will choose the driver to install&#8217;</li>
<li>This should display a list with your specific controller and a Standard / generic controller.  Select the standard / generic controller.</li>
<li>Finish the wizard</li>
<li>Shutdown the system</li>
<li>Attempt to migrate the system again</li>
</ol>
<p>This is the only problem that I am going to discuss in this series that requires you to make a change to the physical system before you migrate it &#8211; but thankfully it is a non-destructive change &#8211; as you will still be able to boot the physical system with no problems after this change.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.quarksoft.com/2008/01/15/using-virtual-pc-for-migrating-to-a-new-computer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

