<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>JJ Express PC Service</title>
	<atom:link href="http://jjeps.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://jjeps.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Mon, 29 Jun 2009 02:19:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='jjeps.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>JJ Express PC Service</title>
		<link>http://jjeps.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://jjeps.wordpress.com/osd.xml" title="JJ Express PC Service" />
	<atom:link rel='hub' href='http://jjeps.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Windows XP Startup and Shutdown Errors (Part 4)</title>
		<link>http://jjeps.wordpress.com/2009/06/28/windows-xp-startup-and-shutdown-errors-part-4/</link>
		<comments>http://jjeps.wordpress.com/2009/06/28/windows-xp-startup-and-shutdown-errors-part-4/#comments</comments>
		<pubDate>Mon, 29 Jun 2009 02:19:20 +0000</pubDate>
		<dc:creator>jjeps</dc:creator>
				<category><![CDATA[Support]]></category>
		<category><![CDATA[Reference]]></category>
		<category><![CDATA[startup error]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[What to Do]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://jjeps.sitepages.org/?p=195</guid>
		<description><![CDATA[Error Message: “Fatal System Error: 0x000000a0 (0&#215;00000002, 0&#215;00000000,0&#215;00000000)” Translation: This one is fairly straightforward: WinXP reports a serious crash along with a memory address. The question is, what exactly is this telling you? Reporting a hexadecimal memory address without further detail is no help at all in deciphering this message. Solution: According to Microsoft, this [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jjeps.wordpress.com&amp;blog=7655781&amp;post=195&amp;subd=jjeps&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p align="justify"><span style="color:#ff0000;"><strong>Error Message: </strong></span><em>“Fatal System Error: 0x000000a0 (0&#215;00000002, 0&#215;00000000,0&#215;00000000)”</em></p>
<p align="justify"><span style="color:#0000ff;"><strong>Translation: </strong></span>This one is fairly straightforward: WinXP reports a serious crash along with a memory address. The question is, what exactly is this telling you? Reporting a hexadecimal memory address without further detail is no help at all in deciphering this message.</p>
<p align="justify"><span style="color:#00ff00;"><strong>Solution: </strong></span>According to Microsoft, this error occurs if you have a Microsoft Sidewinder Gamepad Pro USB device, and you unplug it during the boot process. The solution? Simple, really. Don’t unplug your Gamepad Pro during startup.</p>
<p align="justify"><span style="color:#ff0000;"><strong>Error Message: </strong></span><em>“Windows could not start because the following file is missing or corrupt: \Windows\System32\Drivers\Isapnp.sys”</em></p>
<p align="justify"><span style="color:#0000ff;"><strong>Translation: </strong></span>This is another one of those messages that points directly to the culprit. ISAPNP.SYS is a device driver WinXP needs to function properly. The message is telling you this file is either missing or damaged. Most WinXP files with a *.SYS extension are Windows device drivers that reside in the C:\WINDOWS\SYSTEM32\DRIVERS folder. This folder is one of the most important in your entire hard drive. If any of these files go AWOL or are damaged, WinXP will report serious errors and you won’t be able to get your system started until you restore a functional device driver.</p>
<p align="justify"><span style="color:#00ff00;"><strong>Solution: </strong></span>Start the Recovery Console (we’ve already discussed how to start the WinXP Recovery Console). If the ISAPNP.SYS file is still in your C:\WINDOWS\SYSTEM32\DRIVERS folder, the driver is corrupt. Rename the existing file and copy a new version from your WinXP installation CD. If the file is missing, then all you need to do is copy the file from your WinXP CD to the C:\WINDOWS\SYSTEM32\DRIVERS folder by typing the expand command: expand [CD drive letter]:\i386\isapnp.sy_ C:\windows\system32\drivers\isapnp.sys.</p>
<p align="justify"><span style="color:#ff0000;"><strong>Error Message: </strong></span><em>“STOP: 0x0000009F DRIVER_POWER_STATE_FAILURE”</em></p>
<p align="justify"><span style="color:#0000ff;"><strong>Translation: </strong></span>This error can occur when you’re starting up the computer from a standby or hibernation state or when you attempt to shut down your computer. The message is telling you that a device driver in your system—it doesn’t specify which one—is not behaving properly when WinXP changes power states.</p>
<p align="justify"><span style="color:#00ff00;"><strong>Solution: </strong></span>According to Microsoft, you must find out if any device drivers in your system are not digitally signed by Microsoft. WinXP’s developers knew that a huge reason for Windows problems in previous versions was the use of device drivers that did not work well with Windows, especially with its power-management features. Many times, hardware and software developers did not take the time to properly test their device drivers, resulting in incompatibility problems with Windows. Microsoft’s solution was to digitally sign device drivers that were tested and verified to work well with Windows. Obviously, not every developer is going to have its driver tested. So, many third-party hardware devices and applications have unsigned device drivers. These unsigned drivers may be the root cause of the specific problem described here. To find out which device drivers in your system are not digitally signed, run a tool called sigverif.exe (File Signature Verification utility) by clicking Start and Run and typing sigverif.exe in the Open textbox. Click OK to launch sigverif.exe. At the sigverif startup window, click the Advanced button and click the Look For Other Files That Are Not Digitally Signed checkbox. Now, click the Browse button, go to the C:\WINDOWS\SYSTEM32\DRIVERS folder, and click OK. Click OK again to return to the initial screen and click Start to begin the search. The tool’s output is a list of device drivers that are not digitally signed. Now, the task is to disable each driver one by one to verify whether it is the root cause of the problem. There are three ways to disable a driver. First, right-click My Computer, click the Hardware tab, and click the Device Manager button. Scroll down the list until you encounter the hardware device that the driver controls. Right-click the device’s entry in the list and click Disable. Click OK to accept your changes. Second, if the driver in question is associated with a software application, remove the program. Do this by going to Control Panel and using Add/Remove Programs to uninstall the application.The third and final way to disable a driver is to browse to the Drivers folder in C:\WINDOWS\System32 and simply rename the device driver file. Once you disable the driver, try to duplicate the error by putting your computer into Hibernate or Standby mode and attempting to wake the computer from its low-power mode. If the computer restarts normally, you’ve isolated the problem; if the error message still occurs, you’ve got some more wayward-driver hunting to do.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jjeps.wordpress.com/195/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jjeps.wordpress.com/195/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jjeps.wordpress.com/195/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jjeps.wordpress.com/195/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jjeps.wordpress.com/195/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jjeps.wordpress.com/195/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jjeps.wordpress.com/195/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jjeps.wordpress.com/195/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jjeps.wordpress.com/195/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jjeps.wordpress.com/195/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jjeps.wordpress.com/195/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jjeps.wordpress.com/195/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jjeps.wordpress.com/195/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jjeps.wordpress.com/195/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jjeps.wordpress.com&amp;blog=7655781&amp;post=195&amp;subd=jjeps&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jjeps.wordpress.com/2009/06/28/windows-xp-startup-and-shutdown-errors-part-4/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/84ee30e0c12698ac5e54e876f9e0a7f7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jjeps</media:title>
		</media:content>
	</item>
		<item>
		<title>Windows XP Startup &amp; Shutdown Errors (Part 3)</title>
		<link>http://jjeps.wordpress.com/2009/06/23/windows-xp-startup-shutdown-errors-part-3/</link>
		<comments>http://jjeps.wordpress.com/2009/06/23/windows-xp-startup-shutdown-errors-part-3/#comments</comments>
		<pubDate>Tue, 23 Jun 2009 11:43:40 +0000</pubDate>
		<dc:creator>jjeps</dc:creator>
				<category><![CDATA[Support]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[Reference]]></category>
		<category><![CDATA[startup error]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://jjeps.sitepages.org/?p=193</guid>
		<description><![CDATA[Error Message: “Devices or applications disabled. CD Recording software will cause Windows to become unstable. Windows has prevented these drivers from loading. Click here for more details.” Translation: WinXP doesn’t get along very well with older versions of Easy CD Creator software. If you upgraded to WinXP and didn’t remove your older copy of Easy [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jjeps.wordpress.com&amp;blog=7655781&amp;post=193&amp;subd=jjeps&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p align="justify"><span style="color:#FF0000;"><strong>Error Message: </strong></span><em>“Devices or applications disabled. CD Recording software will cause Windows to become unstable. Windows has prevented these drivers from loading. Click here for more details.”</em></p>
<p align="justify"><span style="color:#0000ff;"><strong>Translation: </strong></span>WinXP doesn’t get along very well with older versions of Easy CD Creator software. If you upgraded to WinXP and didn’t remove your older copy of Easy CD Creator software, WinXP detects this incompatible program and lets you know about it with the above message.</p>
<p align="justify"><span style="color:#00ff00;"><strong>Solution: </strong></span>The solution here is to purge your system of all traces of the program. This problem illustrates a tried-and-true principle of Windows computing: When upgrading to a new Windows version, always perform a “clean” upgrade. In other words, format your hard drive to wipe it clean and then upgrade. The first step is removing Easy CD Creator. Click Start and Control Panel and double-click the Add or Remove Programs icon. Locate the Easy CD Creator program on the list and click Remove. The next step is to disable any drivers Easy CD Creator copied to your system. Click Start, Search, and All Files And Folders. Type cdr*.sys in the All Or Part Of The File Name box, select your C: drive in the Look In dropdown menu, and click Search. If Search finds any files called Cdr4_2K.sys or Cdralw2k.sys, right-click the file names, click Rename, and change each file name to Cd*.old. Finally, you must remove any keys in your Windows Registry that reference Easy CD Creator files. Keep in mind, modifying the Registry is dangerous, so tread with care. A misstep here and you can easily end up with a very sick system. OK, on with our Registry surgery: Click Start and Run, type regedit in the Open textbox, and click OK. In the Registry editor, find the following key and click it to highlight it:<br />
HKEY_LOCAL_MACHINE\SYSTEM\CURRENTCONTROLSET\<br />
CONTROL\CLASS\{4D36E965-E325-11CE-BFC1-08002BE10318}<br />
If you see a value called UpperFilters on the Registry editor’s right pane, delete it by right-clicking it and clicking Delete. Click Yes to confirm. Likewise, if you see a LowerFilters value, use the same procedure to delete it. Now, delete the following Registry keys. To delete a key, locate it, right-click, and click Delete. Click Yes to confirm the deletion: HKEY_LOCAL_MACHINE\SYSTEM\CURRENTCONTROLSET\SERVICES \Cdr4_2K<br />
HKEY_LOCAL_MACHINE\SYSTEM\CURRENTCONTROLSET\SERVICES \Cdralw2k<br />
HKEY_LOCAL_MACHINE\SYSTEM\CURRENTCONTROLSET\SERVICES \Cdudf<br />
HKEY_LOCAL_MACHINE\SYSTEM\CURRENTCONTROLSET\SERVICES<br />
\UdfReadr
</p>
<p align="justify"><span style="color:#ff0000;"><strong>Error Message: </strong></span><em> “Hpppt.exe unable to locate component. This application failed because WNASPI32.DLL was not found.”</em></p>
<p align="justify"><span style="color:#0000ff;"><strong>Translation: </strong></span>The message suggests that Hpppt.exe is executed at Windows startup, but because it cannot find the auxiliary file it needs, the program reports the error message and interrupts the Windows startup process. Hpppt.exe is HP’s parallel port test utility, a program that verifies whether or not your parallel port is set to ECP (Extended Capabilities Port) or EPP (Enhanced Parallel Port) mode, two parallel-port configurations that support bi-directional communications between your parallel port and whatever device is connected to it. Many devices that connect to your parallel port, such as scanners and printers, require bi-directional communication to allow a software utility that controls the device to get information about the status of the printer or scanner.</p>
<p align="justify"><span style="color:#00ff00;"><strong>Solution: </strong></span>As you might guess, the key is to prevent the Hpppt.exe program from launching when Windows starts. To do this, remove Hpppt.exe from the Startup list of programs by clicking Start and Run and typing msconfig in the Open textbox. Click OK to launch msconfig (the System Configuration Utility) and click the Startup tab. Find the HP Parallel Port Test checkbox and click it. This clears the checkbox and removes Hpppt.exe from the startup list of programs. Click Apply and OK and restart your computer.</p>
<p align="justify"><span style="color:#ff0000;"><strong>Error Message: </strong></span><em> “Hard disk drive failure”</em></p>
<p align="justify"><span style="color:#0000ff;"><strong>Translation: </strong></span>This one is self-explanatory: WinXP is reporting a problem with your hard drive.</p>
<p align="justify"><span style="color:#00ff00;"><strong>Solution: </strong></span>This is a hardware problem, so the solution is to determine whether your hard drive is permanently damaged or whether the hard drive information in your system’s BIOS is incorrect. The first step is to reboot the computer, enter your computer’s BIOS Setup program, and verify the settings for your hard drive. If everything looks OK in the BIOS, you may have a damaged hard drive. In this case, we hope that you have backed up your data because most likely the data on the damaged drive may be very difficult, if not impossible, to recover.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jjeps.wordpress.com/193/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jjeps.wordpress.com/193/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jjeps.wordpress.com/193/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jjeps.wordpress.com/193/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jjeps.wordpress.com/193/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jjeps.wordpress.com/193/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jjeps.wordpress.com/193/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jjeps.wordpress.com/193/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jjeps.wordpress.com/193/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jjeps.wordpress.com/193/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jjeps.wordpress.com/193/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jjeps.wordpress.com/193/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jjeps.wordpress.com/193/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jjeps.wordpress.com/193/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jjeps.wordpress.com&amp;blog=7655781&amp;post=193&amp;subd=jjeps&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jjeps.wordpress.com/2009/06/23/windows-xp-startup-shutdown-errors-part-3/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/84ee30e0c12698ac5e54e876f9e0a7f7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jjeps</media:title>
		</media:content>
	</item>
		<item>
		<title>Windows XP Startup &amp; Shutdown Errors (Part 2)</title>
		<link>http://jjeps.wordpress.com/2009/06/18/windows-xp-startup-shutdown-errors-part-2/</link>
		<comments>http://jjeps.wordpress.com/2009/06/18/windows-xp-startup-shutdown-errors-part-2/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 07:43:25 +0000</pubDate>
		<dc:creator>jjeps</dc:creator>
				<category><![CDATA[Support]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[Reference]]></category>
		<category><![CDATA[startup error]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://jjeps.sitepages.org/?p=188</guid>
		<description><![CDATA[Error Message: “STOP: 0xc000026C [Unable to load device driver] Driver” or “STOP: 0xv0000221 [Unable to load device driver] Driver” or “STOP: 0xv0000221. Bad image check sum, the image user32.dll is possibly corrupt. The header check sum does not match the computed check sum.” Translation: These errors have two possible root causes: As the first two [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jjeps.wordpress.com&amp;blog=7655781&amp;post=188&amp;subd=jjeps&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p align="justify"><span><strong>Error Message: </strong></span><em>“STOP: 0xc000026C [Unable to load device driver] Driver” or “STOP: 0xv0000221 [Unable to load device driver] Driver” or “STOP: 0xv0000221. Bad image check sum, the image user32.dll is possibly corrupt. The header check sum does not match the computed check sum.”</em></p>
<p align="justify"><span style="color:#0000ff;"><strong>Translation: </strong></span>These errors have two possible root causes: As the first two messages imply, the errors can be caused by a device driver file (*.SYS) that is missing or has been corrupted. The third message is pretty straightforward, also: Again, something’s gone awry with a file—this time with USER32.DLL. This is one of those critical system files containing information that WinXP absolutely needs to run properly. In a nutshell, a DLL (dynamic-link library) is a file containing information that another program (this time, it is Windows itself) needs to run properly. For example, a DLL file may contain additional functions that another program’s code may call as the program runs. Programmers love DLLs because they let them simply call functions from within their code instead of having to code them from scratch. This particular DLL provides functionality related to the WinXP API (Application Programming Interface). Bottom line is, USER32.DLL is very important to WinXP.</p>
<p align="justify"><span style="color:#00ff00;"><strong>Solution: </strong></span>The solution to this problem is to restore the missing or corrupted files to your system. This is done using WinXP’s Recovery Console. In the solution to the last message, we discussed how to access the Recovery Console. At the Recovery Console’s command prompt, type the following commands to restore the required files.<br />
First, how to restore the drivers:</p>
<p>1. Type cd windows\system32\drivers at the command prompt to open that directory.</p>
<p>2. Type ren DRIVER.SYS DRIVER.BAK to rename the corrupted copy of the driver (if the problem is a corrupted driver; if the driver is just missing, skip this step and proceed to step 3).</p>
<p>3. Type copy [CD drive letter]:\i386 DRIVER.SYS to copy a fresh, functional copy of the driver from your WinXP installation CD to the WINDOWS\SYSTEM32\Drivers directory.</p>
<p>4. Type exit and then press the ENTER key to exit the Recovery Console.</p>
<p>Second, let’s restore USER32.DLL:</p>
<p>1. Browse to the required directory by typing cd [drive letter]:\windows\system32 at the command prompt.</p>
<p>2. If you have a copy of USER32.DLL in the windows\system32 directory that you suspect is corrupt, type ren USER32.DLL USER32.BAK to rename the file. If the file is missing, skip to step 3.</p>
<p>3. Type expand [CD drive letter]:\i386\USER32.DLL_ [drive letter]:\windows\system32 to copy the new USER32.DLL file to your Windows directory.
</p>
<p align="justify"><span style="color:#ff0000;"><strong>Error Message: </strong></span><em>“The file C:\windows\system32\c_1252.nls is missing or corrupt.”</em></p>
<p align="justify"><span style="color:#0000ff;"><strong>Translation: </strong></span>As WinXP error messages go, this is one of the most straightforward. WinXP is simply reporting that the strangely named<br />
file c_1252.nls has gone AWOL.</p>
<p align="justify"><span style="color:#00ff00;"><strong>Solution: </strong></span>The strategy to solve this problem is the same as in the <em>“STOP: 0xc000026C [Unable to load device driver] Driver”</em> error:</p>
<p>Restore a fresh copy of the missing or corrupted file from your WinXP installation CD. Again, you must use the Recovery Console to do this. Once in the Recovery Console’s command prompt, type the following<br />
commands:</p>
<p>• cd C:\windows\system32— opens the system32 folder in C:\Windows; this is the default location of the file.</p>
<p>• ren c_1252.nls c_1252.bak— The approach here is to give the existing copy of the file an extension that disables it by preventing WinXP from finding the corrupted file at startup. If the file is missing, this step is not necessary.</p>
<p>• expand [CD drive letter]:\i386\USER32.DL_ [drive letter]:\windows\system32—This copies a pristine copy of the file from the WinXP installation CD to the WINDOWS/System32 folder.</p>
<p>• Do as usual to exit the Recovery Console.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jjeps.wordpress.com/188/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jjeps.wordpress.com/188/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jjeps.wordpress.com/188/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jjeps.wordpress.com/188/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jjeps.wordpress.com/188/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jjeps.wordpress.com/188/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jjeps.wordpress.com/188/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jjeps.wordpress.com/188/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jjeps.wordpress.com/188/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jjeps.wordpress.com/188/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jjeps.wordpress.com/188/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jjeps.wordpress.com/188/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jjeps.wordpress.com/188/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jjeps.wordpress.com/188/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jjeps.wordpress.com&amp;blog=7655781&amp;post=188&amp;subd=jjeps&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jjeps.wordpress.com/2009/06/18/windows-xp-startup-shutdown-errors-part-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/84ee30e0c12698ac5e54e876f9e0a7f7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jjeps</media:title>
		</media:content>
	</item>
		<item>
		<title>Windows XP Startup &amp; Shutdown Errors</title>
		<link>http://jjeps.wordpress.com/2009/06/16/windows-xp-startup-shutdown-errors/</link>
		<comments>http://jjeps.wordpress.com/2009/06/16/windows-xp-startup-shutdown-errors/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 02:36:14 +0000</pubDate>
		<dc:creator>jjeps</dc:creator>
				<category><![CDATA[Support]]></category>
		<category><![CDATA[startup error]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[What to Do]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://jjeps.sitepages.org/?p=185</guid>
		<description><![CDATA[Keep Windows Running Smoothly Windows XP, Microsoft’s flagship operating system, is widely recognized as the company’s most reliable consumer OS yet. With WinXP, Microsoft eliminated the Windows 9x architecture from its consumer OSes and adopted the technology core of its Windows NT and Windows 2000 corporate OSes. This strategy considerably beefed up reliability and virtually eliminated [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jjeps.wordpress.com&amp;blog=7655781&amp;post=185&amp;subd=jjeps&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h3>Keep Windows Running Smoothly</h3>
<p align="justify">Windows XP, Microsoft’s flagship operating system, is widely recognized as the company’s most reliable consumer OS yet. With WinXP, Microsoft eliminated the Windows 9x architecture from its consumer OSes and adopted the technology core of its Windows NT and Windows 2000 corporate OSes. This strategy considerably beefed up reliability and virtually eliminated the constant crashes that plagued products such as Windows 98/Me.</p>
<p align="justify">Windows users hailed the dawn of a new era of reliable, crash-free Windows computing. But in spite of the significant improvement to Windows reliability, WinXP is not crash-proof. After all, we are talking about a program packing millions of lines of code that must work in a virtually unlimited variety of computer configurations. And we haven’t even mentioned the wide variety of computer user skills, from raw rookies who can barely turn on their PCs to accomplished experts who love to tinker with everything in their computers.</p>
<p align="justify">WinXP is much improved, but it does crash from time to time. And sometimes crashes occur at the worst possible times. Startup and shutdown crashes are probably the most frustrating for Windows users. Startup crashes are especially vexing because you can’t even get your system going long enough to diagnose and solve the problem. Shutdown crashes are frustrating also: Just when you think you can push away from the computer and go on with your life, a mysterious crash throws a monkey wrench into your plans. A 15-minute check-your-email-and-log-off session suddenly turns into a five-hour troubleshooting ordeal. When crashes occur, WinXP usually presents you with a message attempting to describe the error and, in some cases, telling you what you can do to fix it. The only problem is, for those of us who aren’t programmers or Windows experts, most error messages are virtually incomprehensible. Instead of making things clearer, cryptic error messages only muddy the waters. Seeing “Non-system disk or disk error” at startup sounds pretty serious, right?</p>
<p align="justify">In the next articles, we&#8217;re going to cut through WinXP&#8217;s gobbledygook and take a closer look at some common WinXP startup and shutdown errors.</p>
<p><strong>STARTUP ERRORS</strong></p>
<p align="justify"><span style="color:#ff0000;"><strong>Error Message: </strong></span> <em>“Non-System disk or disk error . . . Replace and strike a key when ready.”</em></p>
<p align="justify"><span style="color:#0000ff;"><strong>Translation: </strong></span>This simply means that WinXP is attempting to boot from a disk (be it a floppy diskette or one of your hard disks) that doesn’t contain the system files WinXP needs to start. WinXP needs access to certain bits of information when it starts up. Your hard drive’s boot sector, a specific location on the disk, contains the startup files WinXP needs to continue the boot process. If WinXP can’t find those files, the boot process stops cold.</p>
<p align="justify"><span style="color:#00ff00;"><strong>Solution: </strong></span>This one is either a simple mistake or a catastrophe. First, check to see if you have a floppy diskette in your drive. Nine times out of 10, this error is caused when you leave a floppy in the disk drive, turn off the computer, and then turn it on again without taking the diskette out of the drive. If the floppy is not a system disk with the required boot files, WinXP won’t launch. Check the floppy drive, and if there is a diskette in it, remove it and press any key on your keyboard. Windows should now start up normally. If a forgotten floppy disk is not the cause, then you’ve got a much bigger problem on your hands. Somehow, your hard drive’s boot sector has been damaged or erased. This is typically caused by either a boot-sector virus or a hard drive failure. Most antivirus programs let you create a rescue disk designed specifically for those times when a virus renders your computer unbootable.</p>
<p align="justify">If you created a rescue diskette, insert it into your floppy drive, restart the computer, and follow the antivirus software’s instructions to clean the boot-sector infection and restore your computer. If you don’t have a rescue diskette, go to a friend or co-worker who has one and either use his or use his antivirus software to create one, even if you use different antivirus programs. Right now, your main focus should be on disinfecting and booting your computer. If a boot-sector virus is not the cause, the hard drive’s boot sector, for some reason or another, has been damaged. WinXP’s Recovery Console has two utilities you can use to try to repair your boot sector: FIXBOOT or FIXMBR. FIXBOOT writes an entirely new boot sector, while FIXMBR repairs the MBR (master boot record) in the boot sector.</p>
<p align="justify">To run the Recovery Console, boot into your WinXP setup CD and press r when prompted. To boot into your WinXP installation CD, restart the computer and enter your Setup (BIOS [Basic Input/Output System]) program. Your BIOS should have a menu where you can change the sequence of boot devices for your computer. By default, your computer looks for a bootable disk in your floppy drive first, your hard drive second, and your CD drive last. Adjust the boot sequence in your BIOS so your computer searches for a bootable disc in your CD drive first (leave the hard drive as the second choice), insert your WinXP installation disc into your CD drive, and restart the computer. Because BIOS programs vary from manufacturer to manufacturer, consult your BIOS’ documentation to find out how to change the boot device sequence. To run FIXBOOT, type FIXBOOT [drive] at the command prompt, where drive is the drive letter for your boot drive (usually C:). To run FIXMBR, type FIXMBR [device name], where device name is the nomenclature the Recovery Console’s MAP command uses to describe the various hardware devices in your computer. For example, you might type FIXMBR \device\HardDisk0 to restore your boot record’s MBR. If you don’t enter a device name, FIXMBR repairs the MBR of the default system disk.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jjeps.wordpress.com/185/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jjeps.wordpress.com/185/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jjeps.wordpress.com/185/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jjeps.wordpress.com/185/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jjeps.wordpress.com/185/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jjeps.wordpress.com/185/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jjeps.wordpress.com/185/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jjeps.wordpress.com/185/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jjeps.wordpress.com/185/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jjeps.wordpress.com/185/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jjeps.wordpress.com/185/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jjeps.wordpress.com/185/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jjeps.wordpress.com/185/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jjeps.wordpress.com/185/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jjeps.wordpress.com&amp;blog=7655781&amp;post=185&amp;subd=jjeps&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jjeps.wordpress.com/2009/06/16/windows-xp-startup-shutdown-errors/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/84ee30e0c12698ac5e54e876f9e0a7f7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jjeps</media:title>
		</media:content>
	</item>
		<item>
		<title>Most Confusing Error Message</title>
		<link>http://jjeps.wordpress.com/2009/06/05/most-confusing-error-message/</link>
		<comments>http://jjeps.wordpress.com/2009/06/05/most-confusing-error-message/#comments</comments>
		<pubDate>Sat, 06 Jun 2009 03:36:02 +0000</pubDate>
		<dc:creator>jjeps</dc:creator>
				<category><![CDATA[Support]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[PC Errors]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[XP Installation]]></category>

		<guid isPermaLink="false">http://jjeps.sitepages.org/?p=180</guid>
		<description><![CDATA[Most Confusing Error Message Finding the most confusing error message among so many candidates was truly a difficult task. But, we think we found a very worthy nominee. The following error message can occur during the WinXP upgrade process: “An unexpected error (768) occurred at line 5118 in \xpclient\base\boot\setup\setup.c Press any key to continue.” When [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jjeps.wordpress.com&amp;blog=7655781&amp;post=180&amp;subd=jjeps&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h3>Most <span style="color:#ff0000;">Confusing</span> Error Message</h3>
<p align="justify">Finding the most confusing error message among so many candidates was truly a difficult task. But, we think we found a very worthy nominee. The following error message can occur during the WinXP upgrade process: <em>“An unexpected error (768) occurred at line 5118 in \xpclient\base\boot\setup\setup.c Press any key to continue.”</em> When you press any key as instructed, the following error message appears: <em>“A problem has been detected and windows has been shutdown to prevent damage to your computer. PROCESS1_INITIALIZATION_FAILED”</em></p>
<p align="justify">Huh? Again, the Microsoft Knowledge Base comes to the rescue. The root cause triggering this error message is a software program (namely Roxio’s GoBack) that is incompatible with WinXP. To resolve the problem, disable GoBack when WinXP restarts by pressing the space bar at the GoBack boot menu, pressing d to disable and pressing y to confirm. Once GoBack is disabled, cancel the WinXP setup process and uninstall GoBack.</p>
<h3>Most <font color="#FF0000">Unusual</font> Error Message</h3>
<p align="justify">After sifting through a few error messages, we nominated this gem for the most unusual error message: <em>“Error Message: An unexpected error has occurred. (536821760) occurred at line 1768 in D:\xpclient\base\boot\setup\arcdisp.c”</em> This error message gives us absolutely no clue as to what is causing the problem. Fortunately, the Microsoft Knowledge Base does have an answer: What’s triggering this error message is a problem with our computer’s memory, specifically a damaged memory module or a damaged memory slot (the physical area in the motherboard where memory modules are inserted. We can’t understand why Microsoft’s Windows developers can’t simply say that a problem exists with one of your memory modules. That approach would at least point you in the right troubleshooting direction.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jjeps.wordpress.com/180/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jjeps.wordpress.com/180/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jjeps.wordpress.com/180/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jjeps.wordpress.com/180/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jjeps.wordpress.com/180/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jjeps.wordpress.com/180/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jjeps.wordpress.com/180/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jjeps.wordpress.com/180/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jjeps.wordpress.com/180/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jjeps.wordpress.com/180/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jjeps.wordpress.com/180/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jjeps.wordpress.com/180/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jjeps.wordpress.com/180/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jjeps.wordpress.com/180/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jjeps.wordpress.com&amp;blog=7655781&amp;post=180&amp;subd=jjeps&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jjeps.wordpress.com/2009/06/05/most-confusing-error-message/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/84ee30e0c12698ac5e54e876f9e0a7f7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jjeps</media:title>
		</media:content>
	</item>
		<item>
		<title>Most Common Error Message</title>
		<link>http://jjeps.wordpress.com/2009/06/05/most-common-error-message/</link>
		<comments>http://jjeps.wordpress.com/2009/06/05/most-common-error-message/#comments</comments>
		<pubDate>Sat, 06 Jun 2009 03:27:06 +0000</pubDate>
		<dc:creator>jjeps</dc:creator>
				<category><![CDATA[Support]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[XP Installation]]></category>

		<guid isPermaLink="false">http://jjeps.sitepages.org/?p=176</guid>
		<description><![CDATA[Most Common Error Message We really can’t pinpoint any one setup or installation error message that occurs with greater frequency than others. The variety of hardware and software configurations out there is truly staggering, so every situation will be different. But there are two common situations that crop up time and time again behind many of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jjeps.wordpress.com&amp;blog=7655781&amp;post=177&amp;subd=jjeps&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h3>Most <span style="color:#ff0000;">Common</span> Error Message</h3>
<p align="justify">We really can’t pinpoint any one setup or installation error message that occurs with greater frequency than others. The variety of hardware and software configurations out there is truly staggering, so every situation will be different. But there are two common situations that crop up time and time again behind many of the error messages we’ve examined: upgrading to Windows XP on top of an existing installation and not doing a thorough compatibility check.</p>
<p><strong>A Clean Upgrade Path</strong></p>
<p align="justify">Upgrading on top of your old Windows installation is, at first glance, the easiest road to take, but this road can turn treacherous in a hurry. Upgrading on top of an old installation means you instantly transfer all of the problem files and settings associated with your previous Windows OS (operating system) to your brand new OS. In some cases, the problems are serious enough to derail the WinXP setup process itself. We recommend you take the time to archive your important data, reformat your hard drive, and perform your WinXP upgrade on a clean hard drive. Some people think you can’t do this with an upgrade CD, but that is not true at all. If the WinXP Setup program does not detect a previous Windows installation on your hard drive, it requests that you insert your previous Windows version’s installation CD into your CDROM drive. Once the Setup program verifies that you have a bona fide WinMe or Win98 installation CD, the WinXP<br />
installation continues normally.</p>
<p><strong>Does Your System Have What It Takes?</strong>
</p>
<p align="justify">If you’re going to upgrade your system to WinXP, visit Microsoft’s HCL (Hardware Compatibility List) Web site (<a href="http://www.microsoft.com/hcl" target="_blank"> www.microsoft.com/hcl </a>) before you upgrade. Make a list of your system’s hardware devices and software applications and look for them in this list. If a device or application is not listed, go to the manufacturer’s Web site and see if it has updated drivers or patches that make the device or application compatible with WinXP. In some rare cases, you may have to upgrade to a new version. Performing this simple inventory before you attempt an upgrade to WinXP may save you a lot of time and grief when you attempt to install WinXP. It’s time well spent. Another even handier way to check your system’s compatibility with WinXP before you upgrade is to let WinXP’s Setup program do it for you. When you launch WinXP Setup from within Windows, you have three options in the Setup program’s initial screen: install WinXP, perform additional tasks, and check compatibility.   Clicking the arrow to the left of the Check System Compatibility option launches another window where you can choose to go to Microsoft’s Web site and verify your system’s compatibility yourself or you can choose to let Setup automatically verify compatibility. Choosing the automatic compatibility option launches the Microsoft Windows Upgrade Advisor, which checks your system and compiles the findings into a text file that’s automatically saved to C:\WINDOWS\upgrade.txt. Please note that while running the WinXP Setup program, the Windows Upgrade Advisor may launch a window prompting you to check Microsoft’s Web site for updated setup files. This feature, called Dynamic Update, ensures that your Setup program files are the very latest. We recommend that you choose to let Dynamic Update download and install the latest WinXP setup files.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jjeps.wordpress.com/177/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jjeps.wordpress.com/177/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jjeps.wordpress.com/177/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jjeps.wordpress.com/177/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jjeps.wordpress.com/177/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jjeps.wordpress.com/177/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jjeps.wordpress.com/177/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jjeps.wordpress.com/177/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jjeps.wordpress.com/177/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jjeps.wordpress.com/177/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jjeps.wordpress.com/177/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jjeps.wordpress.com/177/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jjeps.wordpress.com/177/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jjeps.wordpress.com/177/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jjeps.wordpress.com&amp;blog=7655781&amp;post=177&amp;subd=jjeps&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jjeps.wordpress.com/2009/06/05/most-common-error-message/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/84ee30e0c12698ac5e54e876f9e0a7f7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jjeps</media:title>
		</media:content>
	</item>
		<item>
		<title>Windows XP Installation Errors (Part 5)</title>
		<link>http://jjeps.wordpress.com/2009/06/05/windows-xp-installation-errors-part-5/</link>
		<comments>http://jjeps.wordpress.com/2009/06/05/windows-xp-installation-errors-part-5/#comments</comments>
		<pubDate>Fri, 05 Jun 2009 07:56:48 +0000</pubDate>
		<dc:creator>jjeps</dc:creator>
				<category><![CDATA[Support]]></category>
		<category><![CDATA[PC Errors]]></category>
		<category><![CDATA[What to Do]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[XP Installation]]></category>

		<guid isPermaLink="false">http://jjeps.sitepages.org/?p=172</guid>
		<description><![CDATA[Error Message: “STOP: 0x0000001E KMODE_EXCEPTION_ NOT _HANDLED” This message also mentions the device driver aspi32.sys. Translation: This is a specific example of a STOP 0x1E message; ASPI32.SYS is Adaptec’s Advanced SCSI Programming Interface, a device driver used in CD writers. Solution: Upgrade your system’s version of ASPI32.SYS to version 4.57 or higher; download the file from [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jjeps.wordpress.com&amp;blog=7655781&amp;post=172&amp;subd=jjeps&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p align="left"><span style="color:#ff0000;"><strong>Error Message:</strong></span> <em>“STOP: 0x0000001E KMODE_EXCEPTION_ NOT _HANDLED” </em>This message also mentions the device driver aspi32.sys.</p>
<p align="justify"><span style="color:#0000ff;"><strong>Translation: </strong></span>This is a specific example of a STOP 0x1E message; ASPI32.SYS is Adaptec’s Advanced SCSI Programming Interface, a device driver used in CD writers.</p>
<p align="justify"><span style="color:#00ff00;"><strong>Solution: </strong></span>Upgrade your system’s version of ASPI32.SYS to version 4.57 or higher; download the file from Adaptec’s Web site at www.adaptec.com.</p>
<p align="justify"><span style="color:#ff0000;"><strong>Error Message: </strong></span>During the WinXP setup process, you see the following message: <em>“Uninstall Option Not Available There is not enough Space to save your current operation system. Your computer has enough disk space for Windows XP, but it does not have enough to save your current version of Windows for backup. The backup image size is [number _of_megabytes] It is recommended that you cancel Setup now, free additional disk space, and then restart Setup.”</em></p>
<p align="justify"><span style="color:#0000ff;"><strong>Translation: </strong></span>This is a surprisingly clear Windows error message. When WinXP is installed, the Setup program saves a backup copy of your previous Windows version to a folder in your hard drive. This backup is in two files, BACKUP.CAB and BOOT.CAB, stored in a folder at C:\Undo. This is done in case your WinXP upgrade is not successful and you want to revert to your previous Windows version. But in this instance, the Setup program reports there is not enough space to save this backup copy of your previous Windows version.</p>
<p align="justify"><span style="color:#00ff00;"><strong>Solution: </strong></span>You can do a number of things to resolve this situation. First and foremost, we certainly recommend that you take advantage of the option to back up your current OS. You never know what might go wrong with your WinXP installation, so it’s advantageous to have the option to go back to your old OS, just in case. You can cancel the Setup process by pressing ESC. After you cancel Setup, reboot into your existing OS and free up more drive space. If you have another partition in your system with sufficient space for this backup, choose this partition when prompted to back up the existing system files by the Setup program. This error is not a show stopper for the Setup program. If you choose to simply not do the backup, click Next to continue the Setup procedure. But, remember that you will not be able to uninstall WinXP and revert to your previous OS if you choose to do this.</p>
<p align="justify">
<p align="justify">This concludes most of the basic and common Windows XP Installation Errors. If you have encountered related installation issues that you consider can be helpful in this article, feel free to comment on it and if you also would like to post similar articles, make a comment and leave an email to where I can contact you about posting your articles.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jjeps.wordpress.com/172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jjeps.wordpress.com/172/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jjeps.wordpress.com/172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jjeps.wordpress.com/172/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jjeps.wordpress.com/172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jjeps.wordpress.com/172/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jjeps.wordpress.com/172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jjeps.wordpress.com/172/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jjeps.wordpress.com/172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jjeps.wordpress.com/172/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jjeps.wordpress.com/172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jjeps.wordpress.com/172/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jjeps.wordpress.com/172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jjeps.wordpress.com/172/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jjeps.wordpress.com&amp;blog=7655781&amp;post=172&amp;subd=jjeps&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jjeps.wordpress.com/2009/06/05/windows-xp-installation-errors-part-5/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/84ee30e0c12698ac5e54e876f9e0a7f7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jjeps</media:title>
		</media:content>
	</item>
		<item>
		<title>Windows XP Installation Errors (Part 4)</title>
		<link>http://jjeps.wordpress.com/2009/05/30/windows-xp-installation-errors-part-4/</link>
		<comments>http://jjeps.wordpress.com/2009/05/30/windows-xp-installation-errors-part-4/#comments</comments>
		<pubDate>Sat, 30 May 2009 11:13:51 +0000</pubDate>
		<dc:creator>jjeps</dc:creator>
				<category><![CDATA[Support]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[What to Do]]></category>
		<category><![CDATA[Windows XP]]></category>
		<category><![CDATA[XP Installation]]></category>

		<guid isPermaLink="false">http://jjeps.sitepages.org/?p=169</guid>
		<description><![CDATA[Error Message: During a WinXP installation, you get one of the following error messages: “STOP: 0x0000008e” or “STOP: 0&#215;00000050 PAGE_FAULT_IN_NON_PAGED_AREA” Translation: This error is generated when one or more of your system’s RAM memory modules is faulty. Solution: Remove a memory module and restart the setup process. If the error reappears, replace the memory module you [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jjeps.wordpress.com&amp;blog=7655781&amp;post=176&amp;subd=jjeps&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p align="justify"><span style="color:#ff0000;"><strong>Error Message:</strong></span> During a WinXP installation, you get one of the following error messages: <em>“STOP: 0x0000008e”</em> or <em>“STOP: 0&#215;00000050 PAGE_FAULT_IN_NON_PAGED_AREA”</em></p>
<p align="justify"><span style="color:#0000ff;"><strong>Translation: </strong></span>This error is generated when one or more of your system’s RAM memory modules is faulty.</p>
<p align="justify"><span style="color:#00ff00;"><strong>Solution: </strong></span>Remove a memory module and restart the setup process. If the error reappears, replace the memory module you just removed, remove a different memory module, and restart the setup process again. Continue using this procedure until you isolate the specific memory module that is causing the error message. Keep in mind that WinXP needs at least 128MB of RAM to run properly. If you have 128MB or less of total system RAM, this is a good opportunity to upgrade your system memory to 256MB or 512MB. The more memory you have when running WinXP, the better; 512MB is probably the optimum amount of memory you’ll need to run WinXP and all your other applications efficiently.</p>
<p align="justify"><span style="color:#ff0000;"><strong>Error Message: </strong></span>During the WinXP installation process, you receive one of these error messages:<br />
<em>“Failed to install product catalog.”</em> or <em>“STOP: 0x0000008E (0&#215;00000005, 0xBF869F22,0xF9470688,0&#215;00000000)”</em></p>
<p align="justify"><span style="color:#0000ff;"><strong>Translation: </strong></span>This error message is a variation on the “Cannot get main entry point for C:WINDOWSSYSTEMVIPERSTI.CPL. Error:127 [ERROR=127 (7Fh)]” message discussed above. Again, if the Setup program fails to completely remove the CATROOT2 folder in your previous Windows installation, Setup will report this error. This error also occurs if one of your RAM memory modules is faulty.</p>
<p align="justify"><span style="color:#00ff00;"><strong>Solution: </strong></span>To resolve the first possibility, use the same approach discussed in the “Cannot get main entry point for C:WINDOWSSYSTEMVIPERSTI. CPL. Error:127 [ERROR=127 (7Fh)]” error message to rename the CATROOT2 folder. To determine which of your RAM memory modules is defective, use the troubleshooting approach discussed in the “STOP 0x0000008e” message.</p>
<p align="justify"><span style="color:#ff0000;"><strong>Error Message: </strong></span>When upgrading from Windows 98/98SE/WinMe/NT to WinXP Professional, the following error message appears: <em>“Setup cannot upgrade your current installation to Windows XP. Your copy of Windows XP does not support upgrading from an evaluation copy of Windows. Setup cannot continue.”</em></p>
<p align="justify"><span style="color:#0000ff;"><strong>Translation: </strong></span>The problem here is your WinXP Pro installation CD may only be designed to upgrade an OEM (original equipment manufacturer) version of Windows 2000. In other words, you have the wrong type of WinXP installation CD for the type of upgrade you’re trying to do.</p>
<p align="justify"><span style="color:#00ff00;"><strong>Solution: </strong></span>Contact the OEM or reseller where you purchased the CD and obtain a valid WinXP Pro upgrade CD-ROM.</p>
<p align="justify"><span style="color:#ff0000;"><strong>Error Message: </strong></span><em>“STOP: 0x0000001E (0&#215;80000003, 0xBFC0304, 0&#215;0000000, 0&#215;0000001) [bugcheck code] ([1] [2] [3] [4])”</em></p>
<p align="justify"><span style="color:#0000ff;"><strong>Translation: </strong></span> Microsoft calls this specific error message (STOP 0x1E) a bug check code, which is a programmatic procedure used to report an illegal instruction detected by the WinXP kernel. The number 1 represents the exception code, the number 2 represents the memory address where the error occurred, and the numbers 3 and 4 represent the parameters 0 and 1 of the exception. In plain English, Microsoft uses this error code to report programmatic errors caused by insufficient hard drive space, a faulty device driver, or possibly a BIOS that needs updating. If a device driver is the cause behind the error message, the name of the device driver may be displayed in the error message text.</p>
<p align="justify"><span style="color:#00ff00;"><strong>Solution: </strong></span>First, try to make more room in your hard drive for WinXP. Remember, WinXP requires at least 2GB of hard drive space, so if you’re at the ragged edge of that limit, try to make some more room. If a faulty device driver is the culprit, upgrade the driver to the latest WinXP-compliant version if one is available. If a WinXP-compliant version of the driver is not available, you may have to remove the hardware from your system to make WinXP Setup work properly. Finally, perform a flash upgrade to get your system BIOS up-to-date. Consult your BIOS documentation to learn how to upgrade the BIOS; follow all instructions provided by your BIOS manufacturer to the letter or you could wind up with major problems if you botch the flash upgrade.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jjeps.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jjeps.wordpress.com/176/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jjeps.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jjeps.wordpress.com/176/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jjeps.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jjeps.wordpress.com/176/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jjeps.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jjeps.wordpress.com/176/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jjeps.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jjeps.wordpress.com/176/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jjeps.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jjeps.wordpress.com/176/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jjeps.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jjeps.wordpress.com/176/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jjeps.wordpress.com&amp;blog=7655781&amp;post=176&amp;subd=jjeps&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jjeps.wordpress.com/2009/05/30/windows-xp-installation-errors-part-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/84ee30e0c12698ac5e54e876f9e0a7f7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jjeps</media:title>
		</media:content>
	</item>
		<item>
		<title>Windows XP Installation Errors (Part 3)</title>
		<link>http://jjeps.wordpress.com/2009/05/27/windows-xp-installation-errors-part-3/</link>
		<comments>http://jjeps.wordpress.com/2009/05/27/windows-xp-installation-errors-part-3/#comments</comments>
		<pubDate>Wed, 27 May 2009 07:08:59 +0000</pubDate>
		<dc:creator>jjeps</dc:creator>
				<category><![CDATA[Support]]></category>
		<category><![CDATA[PC Errors]]></category>
		<category><![CDATA[Reference]]></category>
		<category><![CDATA[What to Do]]></category>
		<category><![CDATA[XP Installation]]></category>

		<guid isPermaLink="false">http://jjeps.sitepages.org/?p=168</guid>
		<description><![CDATA[Error Message: This is not an error message, but a symptom: While you’re entering the Product Key during Setup while upgrading from Win98/Me, Setup cycles back to the Welcome to Setup screen. Translation: This is another one of those messages that points to a possible problem with your WinXP installation CD. Solution: To resolve the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jjeps.wordpress.com&amp;blog=7655781&amp;post=168&amp;subd=jjeps&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p align="justify"><span style="color:#ff0000;"><strong>Error Message: </strong></span>This is not an error message, but a symptom: While you’re entering the Product Key during Setup while upgrading from Win98/Me, Setup cycles back to the Welcome to Setup screen.</p>
<p align="justify"><span style="color:#0000ff;"><strong>Translation: </strong></span>This is another one of those messages that points to a possible problem with your WinXP installation CD.</p>
<p align="justify"><span style="color:#00ff00;"><strong>Solution: </strong></span>To resolve the problem, copy the contents of your installation CD-ROM’s i386 folder to a folder on your C: drive (using the xcopy command we discussed earlier) and run the Setup program from your hard drive. To do this, click Start and Run and type c:\i386\winnt32.exe in the Open textbox. Click OK to execute the command.</p>
<p align="justify"><span style="color:#ff0000;"><strong>Error Message: </strong></span> Again, this one is not an error message, but a symptom. You’ve just completed the WinXP installation, but when you reboot the computer, you discover that WinXP assigned passwords to all user accounts. Because you don’t know the password Windows assigned to each account, you can’t log in to any of them.</p>
<p align="justify"><span><strong>Translation: </strong></span>The problem here is the Setup program did not complete properly. During the Setup operation, Windows assigns temporary passwords to each user account; these passwords are stored in a file called setupact.log in your Windows installation folder. When the Setup program completes properly, these temporary passwords are cleared, allowing you to set up your own password. But if the Setup program does not complete properly, the passwords are retained.</p>
<p align="justify"><span style="color:#00ff00;"><strong>Solution: </strong></span>To resolve this problem, find the setupact.log file and locate an entry that reads “Random password for Username is [password].” Write down the password exactly as it’s written and use it to log on to the account. How you do this depends on whether you configured your file system as FAT32 or NTFS. If the file system is FAT32, restart your system using a WinMe or Win98 startup disk. At the command prompt, type edit c:\windows\setupact.log and follow the instructions above to locate the password. If the file system is NTFS, configure your BIOS settings so the computer boots from the CD drive and insert your WinXP installation CD into your CD-ROM drive. Restart the computer, and at the prompt press any key to boot from the CD. Press r at the Welcome To Setup screen to launch the Recovery Console and then press ENTER when prompted for the administrator password. At the command prompt, input type setupact.log and press ENTER. Make a note of the password associated with each account. Restart the computer and use the retrieved password to log on to the user account.</p>
<p align="justify"><span style="color:#ff0000;"><strong>Error Message: </strong></span><em>“This program cannot be run in DOS Mode.”</em> This message appears when you attempt to execute Setup.exe from within a DOS real-mode command prompt.</p>
<p align="justify"><span style="color:#0000ff;"><strong>Translation: </strong></span>The WinXP Setup.exe executable cannot be run from MS-DOS.</p>
<p align="justify"><span style="color:#00ff00;"><strong>Solution: </strong></span>If you need to run the installation from within MS-DOS, type [CD-ROM Drive]:\i386\winnt.exe to start the Setup program.</p>
<p align="justify"><span style="color:#ff0000;"><strong>Error Message: </strong></span>After the WinXP Setup program completes the file-copy process, the following error message appears: <em>“Setup cannot set the required Windows XP configuration information. This indicates an internal setup error. Contact your system administrator.”</em></p>
<p align="justify"><span style="color:#0000ff;"><strong>Translation: </strong></span>This is WinXP’s way of reporting a hardware incompatibility issue.</p>
<p align="justify"><span style="color:#00ff00;"><strong>Solution: </strong></span>First, update your system BIOS to the latest version. Then, determine if any hardware in your system is incompatible with WinXP. You can verify this by using the Setup program’s automatic compatibility check or manually by browsing to Microsoft’s Hardware Compatibility List (www.microsoft.com/hcl) Web catalog. Either update the device drivers or remove the incompatible hardware from your system. Then restart the Setup program.</p>
<p align="justify"><span style="color:#ff0000;"><strong>Error Message: </strong></span> When performing an upgrade to WinXP from Win98/Me, you get any one or more of the following error messages:<br />
<em>“Error: Cannot get main entry point for C:WINDOWSSYSTEMVIPERSTI .CPL. Error:127 [ERROR=127 (7Fh)]”<br />
“Error: The signature for Windows XP edition Setup is invalid. The error code is fffffdf0.” or “The system cannot find message text for message number 0xfffffdf0 in the message file for Syssetup.dll.” or “Fatal Error:<br />
Setup failed to install the product catalogs. This is a fatal error. The setup log files should contain more information.” or “Error:Warning! Setup failed to remove the setup catalog ieexcep.cat” or “Error: Warning! Setup failed to remove the setup catalog sp1.cat”</em></p>
<p align="justify"><span style="color:#0000ff;"><strong>Translation: </strong></span>If the Setup program fails to delete all of the files in the C:\WINDOWS\SYSTEM32\CATROOT2 folder (or whatever drive letter and Windows folder contain the previous Windows version files), these error messages may be generated. This is another one of the many problems that can occur when you attempt to upgrade to WinXP on top of a previous Windows version.</p>
<p align="justify"><span style="color:#00ff00;"><strong>Solution: </strong></span>Rename the C:\WINDOWS\SYSTEM32\CATROOT2 folder to something such as catold to prevent WinXP’s Setup program from locating the folder and halting the installation. If you are still in Setup, press SHIFT-F10 to launch a command prompt from within Setup. At the command prompt, type cd\windows\System32 to open the System32 folder and then type rename CATROOT2 catold, press ENTER, restart the computer, and attempt the upgrade again. If you cannot reach a command prompt from Setup, reboot the computer from a Win95, Win98, or WinMe startup disk and rename the folder from the command prompt. You can also launch a command prompt by booting from the WinXP installation CD and running the Recovery Console.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jjeps.wordpress.com/168/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jjeps.wordpress.com/168/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jjeps.wordpress.com/168/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jjeps.wordpress.com/168/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jjeps.wordpress.com/168/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jjeps.wordpress.com/168/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jjeps.wordpress.com/168/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jjeps.wordpress.com/168/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jjeps.wordpress.com/168/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jjeps.wordpress.com/168/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jjeps.wordpress.com/168/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jjeps.wordpress.com/168/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jjeps.wordpress.com/168/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jjeps.wordpress.com/168/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jjeps.wordpress.com&amp;blog=7655781&amp;post=168&amp;subd=jjeps&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jjeps.wordpress.com/2009/05/27/windows-xp-installation-errors-part-3/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/84ee30e0c12698ac5e54e876f9e0a7f7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jjeps</media:title>
		</media:content>
	</item>
		<item>
		<title>Windows XP Installation Errors (Part 2)</title>
		<link>http://jjeps.wordpress.com/2009/05/25/windows-xp-installation-errors-part-2/</link>
		<comments>http://jjeps.wordpress.com/2009/05/25/windows-xp-installation-errors-part-2/#comments</comments>
		<pubDate>Mon, 25 May 2009 05:01:08 +0000</pubDate>
		<dc:creator>jjeps</dc:creator>
				<category><![CDATA[Support]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[Reference]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[What to Do]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://jjeps.sitepages.org/?p=159</guid>
		<description><![CDATA[Error Message: “Fatal Error: An error has been encountered that prevents setup from continuing. One of the components that Windows needs to continue setup could not be installed. Press OK to view the setup log file.” Translation: This error message means the Setup program is unable to read from your WinXP installation CD. Solution: If your [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jjeps.wordpress.com&amp;blog=7655781&amp;post=159&amp;subd=jjeps&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p align="justify"><span style="color:#ff0000;"><strong>Error Message:</strong></span> “<em>Fatal Error: An error has been encountered that prevents setup from continuing. One of the components that Windows needs to continue setup could not be installed. Press OK to view the setup log file.</em>”</p>
<p align="justify"><span style="color:#0000ff;"><strong>Translation:</strong></span> This error message means the Setup program is unable to read from your WinXP installation CD.</p>
<p align="justify"><span style="color:#00ff00;"><strong>Solution: </strong></span>If your WinXP installation CD is very damaged or scratched, you’ll have to get a replacement from Microsoft. If you’re in the United States, call (800) 360-7561 Monday through Friday from 5 a.m. to 7 p.m. Pacific to order a new CD. If you’re in Canada, call (800) 933-4750 during the same days and hours to get a replacement. You may be able to resolve this by copying the setup files from the CD to a folder in your hard drive. If you’re installing WinXP to a clean hard drive, insert a Win98 or WinMe startup disk in your computer’s floppy drive and reboot the computer. At the command prompt, type the following command: xcopy [CD Drive Letter]\i386\*.* c:\i386\*.* /s /e This command copies all the files in the i386 folder of your WinXP installation CD to a new i386 folder in your C: drive. The /s and /e  command switches ensure that you copy all directories and subdirectories (even empty ones) to the new location. Now, type c:\i386\winnt.exe to continue the setup process. Winnt.exe is the installation file that must be used when you’re running the Setup program from a startup disk command prompt.</p>
<p align="justify">If you’re simply upgrading an existing Win98/Me installation, click Start and Run, type cmd in the Open textbox, and click OK. At the command prompt, type the same command as above to copy the files. When the copy process is complete, type c:\i386\winnt32.exe to launch the setup process. The reason you use the winnt32.exe file in this situation is that you are running the Setup program from within Windows.</p>
<p align="justify"><span style="color:#ff0000;"><strong>Error Message: </strong></span>When upgrading from Win98/Me to WinXP, you get the following message during setup: “<em>Setup has disabled the upgrade option, could not load the file D:\i386\Win9xupg\W95upg.dll. Setup cannot continue, because this version can only install as an upgrade.</em>”</p>
<p align="justify"><span style="color:#0000ff;"><strong>Translation: </strong></span>As the message implies, this issue occurs because the Setup program mistakenly assumes the upgrade option is not valid for your software. This occurs in spite of the fact that you are eligible for an upgrade because you are obviously installing on top of an existing Windows installation.</p>
<p align="justify"><span style="color:#00ff00;"><strong>Solution: </strong></span>There are two solutions to this problem that Microsoft suggests. First, clean boot your computer and try to run Setup after the boot process completes. Please refer to the discussion above to find out how to clean boot in Win98 or WinMe. The other solution is to copy the i386 folder from the WinXP installation CD to a folder on your hard drive. If you’re already in Windows, simply use Windows Explorer to browse to the i386 folder in your WinXP installation CD, right-click the folder, and click Copy. Browse to a location on your hard drive, right-click, and click Paste. The copy process might take a few minutes because you are transferring a large amount of data when you do this.</p>
<p align="justify"><span style="color:#ff0000;"><strong>Error Message:</strong></span> This one is not a message but a behavior that occurs when you upgrade from Win98/Me to WinXP. The WinXP Setup program freezes during the “Preparing Installation”  step.</p>
<p align="justify"><span style="color:#0000ff;"><strong>Translation: </strong></span>Again, this is a symptom that occurs when performing an upgrade to WinXP on top of an existing Windows installation. According to Microsoft, the root cause of this problem is antivirus software installed with your previous version of Windows that is running in the background and interfering with the setup process.</p>
<p align="justify"><span style="color:#00ff00;"><strong>Solution: </strong></span>To resolve this issue, exit Setup and then disable or uninstall any antivirus software in your computer. Once the antivirus software is disabled or uninstalled, restart Setup.</p>
<p align="justify"><span style="color:#ff0000;"><strong>Error Message:</strong></span> After restarting your computer when an upgrade to WinXP is complete, the following message may appear:<br />
“<em>STOP: 0x000000ED (0xaaaaaaa,0xbbbbbbb, 0xccccccc) UNMOUNTABLE _BOOT_VOLUME</em>” (NOTE: aaaaaaa, bbbbbbb, and ccccccc represent various hexadecimal numbers.)</p>
<p align="justify"><span style="color:#0000ff;"><strong>Translation:</strong></span> If you have a UDMA hard drive and motherboard controller but are using a standard 40-wire connector cable to connect the drive to the controller and the BIOS is configured for UDMA mode, this error will be triggered. This is a complex way to say that you’re using the wrong cable with your UDMA drive and controller. Another possible cause of this error message is a damaged file system. If the second reported memory address is 0xC0000032, the file system is damaged.</p>
<p align="justify"><span style="color:#00ff00;"><strong>Solution:</strong></span> To resolve the first cause behind this error message, replace your 40 wire IDE (Integrated Drive Electronics) connector cable and reset your BIOS settings to the default options. To resolve the second problem triggering the error message, reboot your computer using either a startup disk or the WinXP Setup CD-ROM. At the Welcome to Setup screen, press r to launch the Recovery Console and type chkdsk /r to begin repairing your damaged file system. When the process completes, type exit to leave the Recovery Console and press ENTER to restart the computer. If this doesn’t resolve the problem, repeat this process but use the fixboot command instead.</p>
<p> (To be continued)</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jjeps.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jjeps.wordpress.com/159/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jjeps.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jjeps.wordpress.com/159/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jjeps.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jjeps.wordpress.com/159/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jjeps.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jjeps.wordpress.com/159/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jjeps.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jjeps.wordpress.com/159/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jjeps.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jjeps.wordpress.com/159/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jjeps.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jjeps.wordpress.com/159/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jjeps.wordpress.com&amp;blog=7655781&amp;post=159&amp;subd=jjeps&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jjeps.wordpress.com/2009/05/25/windows-xp-installation-errors-part-2/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/84ee30e0c12698ac5e54e876f9e0a7f7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jjeps</media:title>
		</media:content>
	</item>
	</channel>
</rss>
