<?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>JasonSamuel.com &#187; VMware Workstation</title>
	<atom:link href="http://www.jasonsamuel.com/category/vmware-workstation/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jasonsamuel.com</link>
	<description>Cool stuff I see in the IT world</description>
	<lastBuildDate>Wed, 25 Jan 2012 21:05:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>How to solve the VMware &#8220;PCI to PCI bridge detected&#8221; install loop</title>
		<link>http://www.jasonsamuel.com/2010/03/11/how-to-solve-the-vmware-pci-to-pci-bridge-detected-install-loop/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-solve-the-vmware-pci-to-pci-bridge-detected-install-loop</link>
		<comments>http://www.jasonsamuel.com/2010/03/11/how-to-solve-the-vmware-pci-to-pci-bridge-detected-install-loop/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 17:18:22 +0000</pubDate>
		<dc:creator>Jason Samuel</dc:creator>
				<category><![CDATA[VMware ESX]]></category>
		<category><![CDATA[VMware ESXi]]></category>
		<category><![CDATA[VMware vSphere]]></category>
		<category><![CDATA[VMware Workstation]]></category>
		<category><![CDATA[esx]]></category>
		<category><![CDATA[P2V]]></category>
		<category><![CDATA[pcibridge]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[vsphere]]></category>

		<guid isPermaLink="false">http://www.jasonsamuel.com/?p=361</guid>
		<description><![CDATA[Have you ever P2Ved a server to an ESX cluster or converted a VMware Workstation VM into a VMware ESX 3.5 or vSphere 4.0 VM and come across this horrible Found New Hardware message that won&#8217;t go away.  Here&#8217;s a screenshot of a Windows 2000 Advanced Server that I had to fix and P2V after [...]<p><a href="http://www.jasonsamuel.com/2010/03/11/how-to-solve-the-vmware-pci-to-pci-bridge-detected-install-loop/">How to solve the VMware &#8220;PCI to PCI bridge detected&#8221; install loop</a> is a post from: <a href="http://www.jasonsamuel.com">JasonSamuel.com</a></p>

More of my posts you might like:<ol>
<li><a href='http://www.jasonsamuel.com/2009/11/06/vmware-vsphere-powercli-scripts-to-make-your-esx-admin-life-easier/' rel='bookmark' title='VMware vSphere PowerCLI scripts to make your ESX Admin life easier'>VMware vSphere PowerCLI scripts to make your ESX Admin life easier</a></li>
<li><a href='http://www.jasonsamuel.com/2009/11/05/poor-mans-esx-and-esxi-image-level-backups-aka-ghettovcb/' rel='bookmark' title='Poor Man&#8217;s ESX and ESXi image level backups aka GhettoVCB'>Poor Man&#8217;s ESX and ESXi image level backups aka GhettoVCB</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Have you ever P2Ved a server to an ESX cluster or converted a VMware Workstation VM into a VMware ESX 3.5 or vSphere 4.0 VM and come across this horrible Found New Hardware message that won&#8217;t go away.  Here&#8217;s a screenshot of a Windows 2000 Advanced Server that I had to fix and P2V after a catastrophic disaster (RAID failure) displaying this message:</p>
<p><a href="http://www.jasonsamuel.com/wp-content/uploads/2010/03/vmware-pci-to-pci-bridge-found-new-hardware.gif"><img class="alignnone size-medium wp-image-363" title="vmware-pci-to-pci-bridge-found-new-hardware" src="http://www.jasonsamuel.com/wp-content/uploads/2010/03/vmware-pci-to-pci-bridge-found-new-hardware-300x227.gif" alt="" width="300" height="227" /></a></p>
<p>Yes, it&#8217;s annoying and it seems like it will never go away.  You keep click on install and it keeps detecting after sucessfully installing as if it&#8217;s in a loop.  But the reality of it is that it&#8217;s not in a loop.  As silly as it sounds, you have to install it 32 times and it will finally go away! <img src='http://www.jasonsamuel.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>The reason for this is because when you update the VM&#8217;s virtual hardware (specifically version 7 VMs from my experience), it comes with 32 separate PCI-to-PCI bridge devices that Windows detects and wants to install.  The only workaround I have found so far is to just sit there and install all 32 manually.  Or you can try editing your VMX and set:</p>
<p><strong>pciBridge.present = False</strong></p>
<p>which should work though I&#8217;ve never tried it personally.  Don&#8217;t want to potentially break something when it takes all of 2 minutes to install all 32 bridges.  Give it a shot and let me know if that fixes it for you guys. <img src='http://www.jasonsamuel.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://www.jasonsamuel.com/2010/03/11/how-to-solve-the-vmware-pci-to-pci-bridge-detected-install-loop/">How to solve the VMware &#8220;PCI to PCI bridge detected&#8221; install loop</a> is a post from: <a href="http://www.jasonsamuel.com">JasonSamuel.com</a></p>
<p>More of my posts you might like:<ol>
<li><a href='http://www.jasonsamuel.com/2009/11/06/vmware-vsphere-powercli-scripts-to-make-your-esx-admin-life-easier/' rel='bookmark' title='VMware vSphere PowerCLI scripts to make your ESX Admin life easier'>VMware vSphere PowerCLI scripts to make your ESX Admin life easier</a></li>
<li><a href='http://www.jasonsamuel.com/2009/11/05/poor-mans-esx-and-esxi-image-level-backups-aka-ghettovcb/' rel='bookmark' title='Poor Man&#8217;s ESX and ESXi image level backups aka GhettoVCB'>Poor Man&#8217;s ESX and ESXi image level backups aka GhettoVCB</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.jasonsamuel.com/2010/03/11/how-to-solve-the-vmware-pci-to-pci-bridge-detected-install-loop/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: www.jasonsamuel.com @ 2012-02-09 18:41:03 -->
