<?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: XP Installation &#8211; The 34 minute hiccup</title>
	<atom:link href="http://techtracer.com/2007/03/12/xp-installation-the-34-minute-hiccup/feed/" rel="self" type="application/rss+xml" />
	<link>http://techtracer.com/2007/03/12/xp-installation-the-34-minute-hiccup/</link>
	<description>Tracing the course of Web Technology</description>
	<lastBuildDate>Sun, 13 May 2012 05:47:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: R81984</title>
		<link>http://techtracer.com/2007/03/12/xp-installation-the-34-minute-hiccup/comment-page-9/#comment-41425</link>
		<dc:creator>R81984</dc:creator>
		<pubDate>Mon, 30 Apr 2012 03:37:59 +0000</pubDate>
		<guid isPermaLink="false">http://techtracer.com/2007/03/12/xp-installation-the-34-minute-hiccup/#comment-41425</guid>
		<description>Everyone left out one key function of the &quot;pnplog.txt&quot;
You can add entries to the &quot;pnplog.txt&quot; file to exclude from trying to install.
This way you dont have to delete anything.
I ended up with 17 entries in the pnplog.txt but then it worked.
My entries in &quot;pnplog.txt&quot; were  like this: (lines added to signify start and end of text file, not really in the file)
-----------------------------------
[EnumeratedDevices]
Root\DNI_DNEMP016=Deterministic Network Enhancer Miniport
------------------------------------
I did that entry 17 times by counting the number down per entry 0016, 0015, ...., 0003, 0002, etc as every time I blocked it the next file was 1 number lower.

You need to find what is being stuck, basically te the last few lines in the &quot;setupapi.log&quot; file and fit it into this syntax.

The &quot;pnplog.txt&quot; is the access list to bypass hardware for installation. It would be nice if they just had a prompt for items that &quot;timeout&quot; asking if you want skip that piece of hardware. What moron programmers.</description>
		<content:encoded><![CDATA[<p>Everyone left out one key function of the &#8220;pnplog.txt&#8221;<br />
You can add entries to the &#8220;pnplog.txt&#8221; file to exclude from trying to install.<br />
This way you dont have to delete anything.<br />
I ended up with 17 entries in the pnplog.txt but then it worked.<br />
My entries in &#8220;pnplog.txt&#8221; were  like this: (lines added to signify start and end of text file, not really in the file)<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
[EnumeratedDevices]<br />
Root\DNI_DNEMP016=Deterministic Network Enhancer Miniport<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
I did that entry 17 times by counting the number down per entry 0016, 0015, &#8230;., 0003, 0002, etc as every time I blocked it the next file was 1 number lower.</p>
<p>You need to find what is being stuck, basically te the last few lines in the &#8220;setupapi.log&#8221; file and fit it into this syntax.</p>
<p>The &#8220;pnplog.txt&#8221; is the access list to bypass hardware for installation. It would be nice if they just had a prompt for items that &#8220;timeout&#8221; asking if you want skip that piece of hardware. What moron programmers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob</title>
		<link>http://techtracer.com/2007/03/12/xp-installation-the-34-minute-hiccup/comment-page-9/#comment-41370</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Sat, 24 Mar 2012 04:36:33 +0000</pubDate>
		<guid isPermaLink="false">http://techtracer.com/2007/03/12/xp-installation-the-34-minute-hiccup/#comment-41370</guid>
		<description>@moltres rider: The original instructions do work but they assume you know how to navigate in DOS.  I will try to clarify for you:

# goto C:/Windows and type setupapi.log, hit enter

To do that, you type &quot;cd Windows&quot;  it should look like:
   C:\&gt; cd Windows
   C:\Windows&gt; setupapi.log
 ...

# Close the notepad and go to the folder C:/windows/inf in command prompt

To &quot;go to the folder&quot; you use the cd command again.  It should look like this:

  C:\Windows&gt; setupapi.log  (this is still there from before)
  C:\Windows&gt; cd inf
  C:\Windows\inf&gt; 

# Browse through the files to find the “.inf” which was related to the faulty device.

To do this, use the dir command:

   C:\Windows\inf&gt; dir

# Straightaway delete the inf file (eg: del mdmcxpt.inf)

   C:\Windows\inf&gt; del mdmcxpt.inf  (for example)

I covered the other DOS commands you&#039;ll need a few posts back. Good luck!</description>
		<content:encoded><![CDATA[<p>@moltres rider: The original instructions do work but they assume you know how to navigate in DOS.  I will try to clarify for you:</p>
<p># goto C:/Windows and type setupapi.log, hit enter</p>
<p>To do that, you type &#8220;cd Windows&#8221;  it should look like:<br />
   C:\&gt; cd Windows<br />
   C:\Windows&gt; setupapi.log<br />
 &#8230;</p>
<p># Close the notepad and go to the folder C:/windows/inf in command prompt</p>
<p>To &#8220;go to the folder&#8221; you use the cd command again.  It should look like this:</p>
<p>  C:\Windows&gt; setupapi.log  (this is still there from before)<br />
  C:\Windows&gt; cd inf<br />
  C:\Windows\inf&gt; </p>
<p># Browse through the files to find the “.inf” which was related to the faulty device.</p>
<p>To do this, use the dir command:</p>
<p>   C:\Windows\inf&gt; dir</p>
<p># Straightaway delete the inf file (eg: del mdmcxpt.inf)</p>
<p>   C:\Windows\inf&gt; del mdmcxpt.inf  (for example)</p>
<p>I covered the other DOS commands you&#8217;ll need a few posts back. Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: moltres rider</title>
		<link>http://techtracer.com/2007/03/12/xp-installation-the-34-minute-hiccup/comment-page-9/#comment-41367</link>
		<dc:creator>moltres rider</dc:creator>
		<pubDate>Fri, 23 Mar 2012 21:44:32 +0000</pubDate>
		<guid isPermaLink="false">http://techtracer.com/2007/03/12/xp-installation-the-34-minute-hiccup/#comment-41367</guid>
		<description>you all are LYING!!! THIS DOES NOT WORK!!!!!!!!!!!!!! THE DIRECTORY COMMANDS DO NOT WORK!!!!!</description>
		<content:encoded><![CDATA[<p>you all are LYING!!! THIS DOES NOT WORK!!!!!!!!!!!!!! THE DIRECTORY COMMANDS DO NOT WORK!!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: moltres rider</title>
		<link>http://techtracer.com/2007/03/12/xp-installation-the-34-minute-hiccup/comment-page-9/#comment-41366</link>
		<dc:creator>moltres rider</dc:creator>
		<pubDate>Fri, 23 Mar 2012 21:41:33 +0000</pubDate>
		<guid isPermaLink="false">http://techtracer.com/2007/03/12/xp-installation-the-34-minute-hiccup/#comment-41366</guid>
		<description>this DOES NOT work!!! when I put the directory specified in the command prompt it errors out as CWINDOWSinf is not recognized as an internal or external command, operable program or batch file

it ALWAYS error out to that!!!!!!!!!!</description>
		<content:encoded><![CDATA[<p>this DOES NOT work!!! when I put the directory specified in the command prompt it errors out as CWINDOWSinf is not recognized as an internal or external command, operable program or batch file</p>
<p>it ALWAYS error out to that!!!!!!!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WDK</title>
		<link>http://techtracer.com/2007/03/12/xp-installation-the-34-minute-hiccup/comment-page-9/#comment-41348</link>
		<dc:creator>WDK</dc:creator>
		<pubDate>Fri, 16 Mar 2012 17:38:09 +0000</pubDate>
		<guid isPermaLink="false">http://techtracer.com/2007/03/12/xp-installation-the-34-minute-hiccup/#comment-41348</guid>
		<description>Yes, what a terrific post.  The best I&#039;ve ever seen!

I was very skeptical at first, however,  I decided to give it a try.  My system was originall stuck on the welcome screen, so I tried to run the XP repair to correct the problem. 

I then was getting stuck on the 39th minute.   I followed 
the instructions outlined by Nitinpai.  I ran the repair again and it worked!  Honestly, I still don&#039;t believe it.

Thanks again Yes, what a terrific post.  The best I&#039;ve ever seen!

I was very skeptical at first, however,  I decided to give it a try.  My system was originall stuck on the welcome screen, so I tried to run the XP repair to correct the problem. 

I then was getting stuck on the 39th minute.   I followed 
the instructions outlined by Nitinpai.  I ran the repair again and it worked!  Honestly, I still don&#039;t believe it.

Thanks again Nitinpai, I can&#039;t express how grateful I am, you deserve a metal!

WDK, I can&#039;t express how grateful I am.

WDK</description>
		<content:encoded><![CDATA[<p>Yes, what a terrific post.  The best I&#8217;ve ever seen!</p>
<p>I was very skeptical at first, however,  I decided to give it a try.  My system was originall stuck on the welcome screen, so I tried to run the XP repair to correct the problem. </p>
<p>I then was getting stuck on the 39th minute.   I followed<br />
the instructions outlined by Nitinpai.  I ran the repair again and it worked!  Honestly, I still don&#8217;t believe it.</p>
<p>Thanks again Yes, what a terrific post.  The best I&#8217;ve ever seen!</p>
<p>I was very skeptical at first, however,  I decided to give it a try.  My system was originall stuck on the welcome screen, so I tried to run the XP repair to correct the problem. </p>
<p>I then was getting stuck on the 39th minute.   I followed<br />
the instructions outlined by Nitinpai.  I ran the repair again and it worked!  Honestly, I still don&#8217;t believe it.</p>
<p>Thanks again Nitinpai, I can&#8217;t express how grateful I am, you deserve a metal!</p>
<p>WDK, I can&#8217;t express how grateful I am.</p>
<p>WDK</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Solid Backup</title>
		<link>http://techtracer.com/2007/03/12/xp-installation-the-34-minute-hiccup/comment-page-9/#comment-41344</link>
		<dc:creator>Solid Backup</dc:creator>
		<pubDate>Tue, 13 Mar 2012 13:21:00 +0000</pubDate>
		<guid isPermaLink="false">http://techtracer.com/2007/03/12/xp-installation-the-34-minute-hiccup/#comment-41344</guid>
		<description>I am surprised that this is still happening.  This was similar to the situation I was in prior to repairing my Windows install. I searched for blue screen loading xp in google to find articles that gave a list of steps (this is because a blue screen flashes by before restarting). I couldnt even get safe mode going so I had a different fix, but the following seems to be a good fix from safe mode: http://www.pcstats.com/articleview.cfm?articleid=1647&amp;page=4</description>
		<content:encoded><![CDATA[<p>I am surprised that this is still happening.  This was similar to the situation I was in prior to repairing my Windows install. I searched for blue screen loading xp in google to find articles that gave a list of steps (this is because a blue screen flashes by before restarting). I couldnt even get safe mode going so I had a different fix, but the following seems to be a good fix from safe mode: <a href="http://www.pcstats.com/articleview.cfm?articleid=1647&#038;page=4" rel="nofollow">http://www.pcstats.com/articleview.cfm?articleid=1647&#038;page=4</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aek</title>
		<link>http://techtracer.com/2007/03/12/xp-installation-the-34-minute-hiccup/comment-page-9/#comment-41302</link>
		<dc:creator>aek</dc:creator>
		<pubDate>Sun, 19 Feb 2012 13:49:59 +0000</pubDate>
		<guid isPermaLink="false">http://techtracer.com/2007/03/12/xp-installation-the-34-minute-hiccup/#comment-41302</guid>
		<description>its work, thanks so much!</description>
		<content:encoded><![CDATA[<p>its work, thanks so much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew</title>
		<link>http://techtracer.com/2007/03/12/xp-installation-the-34-minute-hiccup/comment-page-9/#comment-41275</link>
		<dc:creator>Matthew</dc:creator>
		<pubDate>Sat, 14 Jan 2012 20:02:51 +0000</pubDate>
		<guid isPermaLink="false">http://techtracer.com/2007/03/12/xp-installation-the-34-minute-hiccup/#comment-41275</guid>
		<description>I had this same problem this past week when trying to install Windows 2003 R2, SP2, x64 Enterprise on a Dell PE 905.  This server had been in production since 2009 running W2K3 Ent w/ MSSQL with no problems when we decided to re-purpose with a clean build to assist in migrating all of our MSSQL clusters to W2K8R2.  Given the server had a PERC 6/i controller, I used the Dell Build &amp; Install CD given the 2003 media didn&#039;t include these drivers natively.  Although the Linux-based GUI loaded, the system would freeze (no mouse/keyboard input) at various points throughout the setup.  I tried everything under the sun from different CDs, different CD/DVD drive hardware, creating various Virtual Disk configurations using different drive selections and RAID levels, using USB Boot media, removing all Fibre Channel and PCI NICs, removing and trying various memory configs (it has 256GB RAM).

Still being under warranty, I called Dell for assistance.  Working with the first tech, I tried creating a boot CD with 2003 source files to include the PERC 6/i drivers using nLite.  It was during this install attempt that I experienced the 34 minute hiccup.  Actually my screen would freeze at 33 minutes with loss of mouse and keyboard on the Regional and Language settings menu.  Working with a second tech the next day, within 15 minutes of the call, he found this post stating, &quot;This is similar and appears to happen mainly to XP, but let&#039;s give it a shot&quot;.

In my case, when I opened the .inf log, the last entry was a wave.inf that installed successfully.  However, as I worked my way up the log, I eventually found were &quot;msports.inf&quot; had failed.  I navigated to the inf directory and via command line renamed this file to msports.zip.  Rebooting and reinserting the 2003 boot CD media, it worked...successful install!</description>
		<content:encoded><![CDATA[<p>I had this same problem this past week when trying to install Windows 2003 R2, SP2, x64 Enterprise on a Dell PE 905.  This server had been in production since 2009 running W2K3 Ent w/ MSSQL with no problems when we decided to re-purpose with a clean build to assist in migrating all of our MSSQL clusters to W2K8R2.  Given the server had a PERC 6/i controller, I used the Dell Build &amp; Install CD given the 2003 media didn&#8217;t include these drivers natively.  Although the Linux-based GUI loaded, the system would freeze (no mouse/keyboard input) at various points throughout the setup.  I tried everything under the sun from different CDs, different CD/DVD drive hardware, creating various Virtual Disk configurations using different drive selections and RAID levels, using USB Boot media, removing all Fibre Channel and PCI NICs, removing and trying various memory configs (it has 256GB RAM).</p>
<p>Still being under warranty, I called Dell for assistance.  Working with the first tech, I tried creating a boot CD with 2003 source files to include the PERC 6/i drivers using nLite.  It was during this install attempt that I experienced the 34 minute hiccup.  Actually my screen would freeze at 33 minutes with loss of mouse and keyboard on the Regional and Language settings menu.  Working with a second tech the next day, within 15 minutes of the call, he found this post stating, &#8220;This is similar and appears to happen mainly to XP, but let&#8217;s give it a shot&#8221;.</p>
<p>In my case, when I opened the .inf log, the last entry was a wave.inf that installed successfully.  However, as I worked my way up the log, I eventually found were &#8220;msports.inf&#8221; had failed.  I navigated to the inf directory and via command line renamed this file to msports.zip.  Rebooting and reinserting the 2003 boot CD media, it worked&#8230;successful install!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob</title>
		<link>http://techtracer.com/2007/03/12/xp-installation-the-34-minute-hiccup/comment-page-9/#comment-41262</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Sun, 08 Jan 2012 04:02:07 +0000</pubDate>
		<guid isPermaLink="false">http://techtracer.com/2007/03/12/xp-installation-the-34-minute-hiccup/#comment-41262</guid>
		<description>The restore console puts you at the DOS prompt, Joe.  Whenever you see &quot;C:&gt;&quot; (or anything else that ends in a greater-than sign) on a Windows machine, you are at the DOS prompt.</description>
		<content:encoded><![CDATA[<p>The restore console puts you at the DOS prompt, Joe.  Whenever you see &#8220;C:&gt;&#8221; (or anything else that ends in a greater-than sign) on a Windows machine, you are at the DOS prompt.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joe</title>
		<link>http://techtracer.com/2007/03/12/xp-installation-the-34-minute-hiccup/comment-page-9/#comment-41261</link>
		<dc:creator>joe</dc:creator>
		<pubDate>Sun, 08 Jan 2012 02:35:23 +0000</pubDate>
		<guid isPermaLink="false">http://techtracer.com/2007/03/12/xp-installation-the-34-minute-hiccup/#comment-41261</guid>
		<description>how do you get into DOS prompt? my computer says nothing about that when i boot it</description>
		<content:encoded><![CDATA[<p>how do you get into DOS prompt? my computer says nothing about that when i boot it</p>
]]></content:encoded>
	</item>
</channel>
</rss>

