<?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>..::\\ www.christiano.ch //::.. &#187; Hyper-V</title>
	<atom:link href="http://www.christiano.ch/wordpress/tag/hyper-v/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.christiano.ch/wordpress</link>
	<description>christiano.ch blog - personal knowledge base, news, memoires et cetera</description>
	<lastBuildDate>Fri, 06 Jan 2012 15:28:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<meta xmlns="http://www.w3.org/1999/xhtml" name="robots" content="noindex,follow" />
		<item>
		<title>Hyper-V: Problem installing Hyper-V Integration Services after upgrading virtual machine from Virtual PC (VPC)</title>
		<link>http://www.christiano.ch/wordpress/2010/07/19/hyper-v-problem-installing-hyper-v-integration-services-after-upgrading-virtual-machine-from-virtual-pc-vpc/</link>
		<comments>http://www.christiano.ch/wordpress/2010/07/19/hyper-v-problem-installing-hyper-v-integration-services-after-upgrading-virtual-machine-from-virtual-pc-vpc/#comments</comments>
		<pubDate>Mon, 19 Jul 2010 15:30:22 +0000</pubDate>
		<dc:creator>christian</dc:creator>
				<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Integration Services]]></category>

		<guid isPermaLink="false">http://www.christiano.ch/wordpress/2010/07/19/hyper-v-problem-installing-hyper-v-integration-services-after-upgrading-virtual-machine-from-virtual-pc-vpc/</guid>
		<description><![CDATA[Ok, today i migrated one of my old Virtual PC Images (VPC) (VHD File) to Hyper-V. I booted the Virtual PC virtual machine and removed the old virtual machine additions. Then i created a new virtual machine in Hyper-V and &#8230; <a href="http://www.christiano.ch/wordpress/2010/07/19/hyper-v-problem-installing-hyper-v-integration-services-after-upgrading-virtual-machine-from-virtual-pc-vpc/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<table border="0" cellspacing="0" cellpadding="2" width="675">
<tbody>
<tr>
<td valign="top" width="667">Ok, today i migrated one of my old Virtual PC Images (VPC) (VHD File) to Hyper-V. I booted the Virtual PC virtual machine and removed the old virtual machine additions. Then i created a new virtual machine in Hyper-V and specified the VHD as Disk. </td>
<td valign="top" width="10"><a href="http://www.christiano.ch/wordpress/wp-content/uploads/2010/07/Logo_windowsserver2008hypervlogov_22.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Logo_windows-server-2008-hyper-v-logo-v_2" border="0" alt="Logo_windows-server-2008-hyper-v-logo-v_2" src="http://www.christiano.ch/wordpress/wp-content/uploads/2010/07/Logo_windowsserver2008hypervlogov_2_thumb2.png" width="165" height="78" /></a> </td>
</tr>
</tbody>
</table>
<p> <span id="more-1066"></span>
<p>Now i booted the migrated virtual pc image in Hyper-V, inserted the integration services image and installed it in the virtual machine. An information pop-up said: </p>
<p><em>A previous installation of Hyper-V integration services has been detected. Click OK to upgrade tor repair this installation.</em></p>
<p>Easy i thought, maybe the installer of the integration services has an upgrade product code in one of his MSI tables .. i decided to click OK. Another information: </p>
<p><em>The Hyper-V integration services have been successfully installed.</em></p>
<p>Then i rebooted the system and realized, that there is no mouse integration. Only Ctrl-Alt-Left released my captured mouse. Also no network card (NIC) was detected. i added a legacy adapter, this one got recognized. I ended up booting, adding and removing Network Adapters and Legacy Network Adapter.. until i found a post on social.technet.microsoft.com. The solution is: </p>
<p>1. start msconfig   <br />2. go to the <strong>Boot</strong> tab    <br />3. Click the <strong>Advanced options</strong> button.    <br />4. Check the <strong>Detect HAL</strong> checkbox.    <br />5. Click <strong>OK</strong>.    <br />6. Click <strong>OK</strong>.    <br />7. Reboot the vm.    <br />8. Install Integration Services.</p>
<p><a href="http://www.christiano.ch/wordpress/wp-content/uploads/2010/07/Windows_MSConfig_Detect_HAL.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Windows_MSConfig_Detect_HAL" border="0" alt="Windows_MSConfig_Detect_HAL" src="http://www.christiano.ch/wordpress/wp-content/uploads/2010/07/Windows_MSConfig_Detect_HAL_thumb.png" width="572" height="441" /></a> </p>
<p>&#160;</p>
<p>next time you boot, the virtual machine will detect the new Hyper-V HAL (Hardware Abstraction Layer) and it will pick the right drivers for it. </p>
<p>Another good note which helped me to diagnose this: </p>
<p>Open up a cmd: </p>
<p><em>set devmgr_show_nonpresent_devices=1 </em></p>
<p><em>devmgmt.msc</em></p>
<p>now in Device Manager choose View – Show hidden devices</p>
<p><a href="http://www.christiano.ch/wordpress/wp-content/uploads/2010/07/Windows_Device_Manager_View_Show_Hidden_devices.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Windows_Device_Manager_View_Show_Hidden_devices" border="0" alt="Windows_Device_Manager_View_Show_Hidden_devices" src="http://www.christiano.ch/wordpress/wp-content/uploads/2010/07/Windows_Device_Manager_View_Show_Hidden_devices_thumb.png" width="295" height="355" /></a> </p>
</p>
<p>Now under Network Adapter, you’ll see a lot of old orphaned devices. You can clean them out – but don’t ask me which of them – that’s what you have to figure out yourself .. </p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Hyper-V%3A+Problem+installing+Hyper-V+Integration+Services+after+upgrading+virtual+machine+from+Virtual+PC+%28VPC%29+http%3A%2F%2Fchristiano.ch%2Fwordpress%2F%3Fp%3D1066" title="Post to Twitter"><img class="nothumb" src="http://www.christiano.ch/wordpress/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/intent/tweet?text=Hyper-V%3A+Problem+installing+Hyper-V+Integration+Services+after+upgrading+virtual+machine+from+Virtual+PC+%28VPC%29+http%3A%2F%2Fchristiano.ch%2Fwordpress%2F%3Fp%3D1066" title="Post to Twitter">Tweet This Post</a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.christiano.ch/wordpress/2010/07/19/hyper-v-problem-installing-hyper-v-integration-services-after-upgrading-virtual-machine-from-virtual-pc-vpc/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Hyper-V Remote Management Configuration Utility</title>
		<link>http://www.christiano.ch/wordpress/2010/04/30/hyper-v-remote-management-configuration-utility/</link>
		<comments>http://www.christiano.ch/wordpress/2010/04/30/hyper-v-remote-management-configuration-utility/#comments</comments>
		<pubDate>Fri, 30 Apr 2010 20:43:44 +0000</pubDate>
		<dc:creator>christian</dc:creator>
				<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Remote Management]]></category>

		<guid isPermaLink="false">http://www.christiano.ch/wordpress/2010/04/30/hyper-v-remote-management-configuration-utility/</guid>
		<description><![CDATA[HVRemote reduces the manual configuration steps needed for Hyper-V Remote Management down to a few simple commands. &#160; HVRemote can diagnose common configuration errors. HVRemote is locale neutral, although output is in English only. HVRemote can configure all combinations of &#8230; <a href="http://www.christiano.ch/wordpress/2010/04/30/hyper-v-remote-management-configuration-utility/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<table border="0" cellspacing="0" cellpadding="2" width="675">
<tbody>
<tr>
<td valign="top" width="626">HVRemote reduces the manual configuration steps needed for Hyper-V Remote Management down to a few simple commands. </td>
<td valign="top" width="48"><a href="http://www.christiano.ch/wordpress/wp-content/uploads/2010/04/Logo_windowsserver2008hypervlogov_2.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Logo_windows-server-2008-hyper-v-logo-v_2" border="0" alt="Logo_windows-server-2008-hyper-v-logo-v_2" src="http://www.christiano.ch/wordpress/wp-content/uploads/2010/04/Logo_windowsserver2008hypervlogov_2_thumb.png" width="180" height="85" /></a> </td>
</tr>
</tbody>
</table>
<p>&#160;</p>
<li>HVRemote can diagnose common configuration errors. </li>
<li>HVRemote is locale neutral, although output is in English only. </li>
<li>HVRemote can configure all combinations of workgroup and domain joined clients and servers.</li>
<p>&#160;</p>
<p><a title="http://code.msdn.microsoft.com/HVRemote" href="http://code.msdn.microsoft.com/HVRemote">http://code.msdn.microsoft.com/HVRemote</a></p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Hyper-V+Remote+Management+Configuration+Utility+http%3A%2F%2Fchristiano.ch%2Fwordpress%2F%3Fp%3D940" title="Post to Twitter"><img class="nothumb" src="http://www.christiano.ch/wordpress/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/intent/tweet?text=Hyper-V+Remote+Management+Configuration+Utility+http%3A%2F%2Fchristiano.ch%2Fwordpress%2F%3Fp%3D940" title="Post to Twitter">Tweet This Post</a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.christiano.ch/wordpress/2010/04/30/hyper-v-remote-management-configuration-utility/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

