Does your AMD-based computer boot after installing XP SP3?

 

Updates

  • Updated May 8 to add information on a second issue.
  • Updated May 9 to add information on possible additional issues as well as instructions for using the recovery console. 
  • Updated May 10 with some clarifications, a possible video driver problem causing other STOP errors, and an additional work-around for the ASUS motherboard.
  • Updated May 11 with a pointer to a Microsoft article on removing SP3, and added some information on a possible version for the faulting ATI Catalyst driver.
  • Updated May 12: Added information on free support, and a note on Media Center Digital Rights Management problems.
  • Updated May 13: Added some information on how to determine which control set to modify for the intelppm workaround. Also added a pointer to an HP support article on the problem and a request to verify a claim made in that article
  • Updated May 14: Received confirmation about how HP configures its computers. Added an explanation to how the problem occurs.
  • Updated Again on May 14: Not sure why I didn't think of this until now, but I wrote a small tool that will detect the IntelPPM problem and mitigate it before installing the service pack.
  • Updated May 20: Fixed the description of the intelppm.sys problem to more accurately represent how the problem occurs.
  • Updated May 22: Added a note on how to properly download the tool using Safari.
  • Updated May 24: Added information on conflicts with anti-malware software, including Symantec's suites. The short version is: you MUST disable any security software before installing SP3.
  • Updated June 4: Added information on a conflict with certain wireless cards.

 

Before you read on, read this!

There are several issues that can cause a Windows XP computer to not reboot properly after installing Service Pack 3. Most of them affect relatively specific configurations, and most appear to have relatively simple work-arounds. Please: do not do anything rash. I have seen a lot of reports of people who reformat and reinstall when they run into this problem, losing all their data in the process. There is often no need to do anything that drastic. First read this post, and see if anything here helps you. If not, call Microsoft's technical support line and see if they can't help you.  

If you have not yet installed SP3, make sure you disable, or better yet, remove, any anti-malware suite before doing so. If you do not, it is possible that you will get various kinds of corruption during the installation.

 

Free SP3 Support from Microsoft

EmilySc, a Microsoft employee, posted in the newsgroups yesterday that there is now free installation and troubleshooting support for SP3. This may be a real help to those who need interactive help solving the problem.

You can find all the support options on the Microsoft Support Website. In North America, free telephone support is available by calling (866) 234-6020.

 

The Problem

Last night WSUS deployed XP Service Pack 3 (SP3) to the sole remaining computer running XP that I have. This morning, I came down and was greeted with incessant reboots. The computer booted, apologized for not being able to boot properly, asked if I wanted to boot into safe mode, defaulted to normal boot, rebooted, and so on and so on. At this point, I want to clarify that the endless rebooting is not at all related to SP3 per se. The problem is that with some configurations, SP3 causes the computer to crash during boot, and Windows XP, by default, is set up to automatically reboot when it crashes. That is why you end up in the endless rebooting scenario.

There are many possible reasons why a computer may crash at boot time. SP3 seems to introduce two that are related to AMD-based computers, and, possibly, one or two more that appear to affect Intel-based computers. Which one it is impacts which work-around you use. At this point, the information is still trickling in. If you have a crash on boot problem that does not match what I describe below, and it happened as soon as you installed SP3, I'm sure others would like to know as well, including as much detail as you can give us.

 

First problem, affecting AMD-based computers with OEM images, primarily HP Desktops

NEW: Use this tool to mitigate the problem

If you have an AMD-based computer, and all you want to do is prevent the problem before installing Service Pack 3, then try the new tool I just wrote. It will first check whether you have an AMD-based computer. If you do it will check whether the IntelPPM driver is set to load. If it is it will offer you an option to disable it. The tool works by simply double-clicking it. If you need to check many computers on a network you can do that by running it from the command line, using this command:

removeIntelPPMonAMD.vbs <computer 1> <computer 2> <computer 3>...

It will take an arbitrary number of computers. The only caveat is that the tool will prompt you several times for each computer. If you really need a silent version, I can probably be persuaded to write one for you.

Note that if you are downloading the tool on Safari there is a bug in how Safari handles these types of downloads. If you just click on the link Safari will save the tool with a .txt extension instead and open it. You can remove that extension and then double-click the tool to run it. If you right-click the link and select "Download link as..." Safari will put the name on the containing page on the tool, not the name of the tool itself. You would need to rename it to something with a .vbs extension first to use it. Neither Firefox nor Internet Explorer makes it this difficult to download that tool, although Firefox does not properly handle right-clicking and selecting "Save link as..."

Disclaimer: the tool is provided "as is" with no warranty express or implied. It is designed to make changes to your system and those changes always carries a risk. Even though I have tested it as much as I can, I cannot guarantee that it will work for you. By running the tool you agree to hold me harmless for any damage it may cause to your computer.

Problem Details

In my case, the computer would boot into safe mode fine, so I did that. Not knowing what it was, I ran a disk check, which turned out to be a real mistake. Once I configured the computer to run a disk check at startup it would not even boot into safe mode.

Fortunately, I know Bill Castner, another Microsoft MVP, and he pointed me to a solution. It turns out that this computer is running an OEM OS image from HP. If you have an HP computer with a part number that ends with a 'z' you have an AMD-based computer. Other manufacturers have also shipped AMD-based computers, but it is unclear whether they have built their images the same way HP did.

The problem is that HP, and possibly other OEMs, deploy the same image to Intel-based desktops that they do to AMD-based desktops. It also appears that this is unique to their desktop image, and any HP AMD-based laptops are unaffected by the problem. Because the image for both Intel and AMD is the same all have the intelppm.sys driver installed and running. That driver provides power management on Intel-based computers. On an AMD-based computer, amdk8.sys provides the same functionality. Microsoft points out in a Knowledge Base article that installing both drivers on the same computer is an unsupported configuration, putting the blame on the OEM that deploys the image. The article in question was written when the same problem occurred after installing Service Pack 2 for Windows XP.

Ordinarily, having intelppm.sys listed in the registry on an AMD-based computer appears to cause no problems, so long as the binary does not actually run. On HPs images, the driver is not installed, even though the driver is listed in the registry and supposed to load. However, on the first reboot after a service pack installation, it causes a big problem. The computer either fails to boot, as in my case, or crashes with a STOP error code of 0x0000007e. If you see that error code you almost certainly have this problem. The computer will boot into safe mode because the drivers are disabled there. Please note here that simply having the intelppm.sys file on your computer is not the problem so searching for it in the Windows directory is not relevant. Nor is only having a directive in the registry to load it a problem. It must be running to cause a problem, which means the file has to both exist on the disk, and the registry has to be configured to load it. Therein lies the problem. HPs images have the registry key set but no driver on disk. When the service pack is installed the pre-existing directive in the registry is read, the installer lays down the driver on the disk, and on the next reboot it launches, causing the crash.

You may not see the error code because the computer reboots too fast. To force the computer to stop when it crashes, you need to set an option during startup. To do so, hit the F8 key during restart right when you see the black Windows XP screen come up. Then select the "Disable automatic restart on system failure" option, as shown below:

To fix the problem, boot into safe mode, or boot to a WinPE disk, or into the recovery console, and disable the intelppm.sys driver.

WARNING: Do NOT under any circumstance disable the intelppm driver on an Intel-based computer. It will make your computer not boot! If your computer will not boot because you disabled the intelppm driver on an Intel-based computer, follow the directions in the Recovery Console section below.

If you have an AMD-based computer, however, you do not need the intelppm driver and can disable it. Boot into Safe Mode by hitting the F8 key as above, but select Safe Mode instead. You will need your Administrator account to log on in safe mode. To disable the driver, take the following steps:

If you booted into the recovery console, from a command prompt, run "disable intelppm"

If you booted into safe mode you can run "sc config intelppm start= disabled"

If you booted into WinPE, you have to manually edit the registry. Do this:

  1. Run regedit
  2. Click on HKEY_LOCAL_MACHINE
  3. From the File menu, select "Load hive"
  4. Navigate to %systemdriver%\Windows\System32\Config on the dead system and select the file name System
  5. Name it something you can remember, such as "horked"
  6. Navigate to horked\<the current control set>\Services\IntelPPM. See below for how to determine which one is the current control set.
  7. Double click the Start value and set it to 4
  8. If you did what I did and completely destroyed things by running a disk check, navigate to <the current control set>\Control\SessionManager. Open the BootExecute value and clear out the autochk entries
  9. Reboot

Step 6 asks you to navigate to <the current control set>. Under HKEY_LOCAL_MACHINE\SYSTEM there are typically at least two numbered control sets, and sometimes there are up to four. They are called ControlSet001, ControlSet002, and so on. Control sets hold all the configuration data for the computer, including all drivers that load. One of them is designated the current one, and the others are backups of previous configurations that worked. The control set that is currently used as the current one is the one listed in the "Current" value under HKEY_LOCAL_MACHINE\SYSTEM\Select. That is the control set that you need to modify in step 6. If you modify one of the other control sets it will not solve the problem. You need to modify the current one. If you manage to boot the computer, CurrentControlSet will be a pointer to the current one and you can modify that one. If you boot from the recovery disk you have to figure out which one is the current to modify the proper one. It will not always be ControlSet001.

If this was your problem, the computer should now reboot just fine.

HPs Response

On May 13, 2008 HP posted a support article on this problem. In that article they claim that the Service Pack copies the intelppm.sys driver to the computer even though it was not there before the Service Pack was deployed.

HP is partially correct. On their desktop images the intelppm.sys file does not exist in the %systemroot%\system32\drivers directory prior to installing the service pack. However, on its laptop images the file does exist there. By contrast, on the HP desktop images the intelppm registry key does exist under HKML\SYSTEM\CurrentControlSet, and it directs the driver to start. On the laptop images, the registry key does not exist. This is why HPs desktop images exhibit the problem and the laptop images are fine. It is not the presence of the driver on disk that is the problem. It is the instruction to load it that HP put into the registry that causes the problem.

That would also explain why the SP3 installer lays down the driver file on disk even though it did not previously exist. I would expect that the installer looks at all the drivers listed in the registry and simply makes sure that there are updated versions of all of them, without checking first whether they existed prior to installing the service pack. After all, if a driver is listed in the registry, and the operating system is instructed to load it, developers could very easily make the assumption that the driver is present on the computer and actually does load.

Regardless of whether the driver file is there or not, I still have to say that the problem is that the registry key should not exist on an AMD-based computer, regardless of what files are laid down on disk. It is not the presence of a file that causes a problem, but the instruction to load that file on boot, and that instruction is represented by the registry key. It is perfectly legitimate to lay down all kinds of files on disk during installation but not load them. In fact, HP itself lays down the intelppm.sys file in the i386 directory - the on-disk cache directory of operating system files. This strategy is also used successfully by Microsoft Office, Windows Vista, Windows Server 2008, and several Adobe Products. It prevents the user from needing access to the original disks to update, repair, or modify an installation.

What this means is that if you have one of the affected HP desktop computers you can prevent the problem before it even starts. Before installing the service pack go to a command prompt and run either of these commands:

reg add HKLM\System\CurrentControlSet\Services\Intelppm /v Start /d 4 /t REG_DWORD

sc config intelppm start= disabled

Both commands will disable the driver before you install the service pack and will prevent the problem from ever occuring.

 

Potential impact on Media Center

Two separate posters have reported problems with Windows Media Center after this work-around. At this point, I am not ready to say that this is caused by using the work-around, but if you have this problem, I would appreciate a note to confirm it.

Logically, it could be related. This is pure speculation, but based on what I know about the Digital Rights Management (DRM) in Media Center it may detect the change in hardware, disabling the intelppm driver, as a hostile action and disables viewing DRM protected content. Unfortunately, Comcast Cable puts a DRM signal into some of their cable channels, which means you can no longer watch those channels. You would also be unable to watch previously recorded content. The content provided by Comcast is not actually encrypted, but Windows enforces the DRM nevertheless.

I had a very similar problem with Media Center last year. At the time I was unable to resolve it. However, I would encourage anyone who has this problem to try resetting the DRM components in Media Center. If that does not work, try re-enabling the intelppm driver and see if that helps. It should be safe to do so if the intelppm.sys file is not present in the %systemroot%\system32\drivers directory (check first), and once the computer has booted properly after the service pack installation.  

Bill Castner, who is rapidly becoming my new hero, also posted a solid work-around for Media Center problems over in the AumHa forums. Try that one as well, it may solve your problems too.

 

Second problem, affecting certain AMD motherboards

The second problem type manifests itself in a different error code during boot, and also seems to affect only AMD-based computers. The error code will say something similar to:

Problem was detected and windows has been shut down to protect your computer from damage.
 
The BIOS in this system is not fully ACPI compliant
 
You will then get some information about how to update your BIOS. The BIOS is the basic operating system built into the computer that handles reading and writing from disk and memory, as well as some other devices. That is most likely not your problem. The screen ends with the tell-tale error code: STOP: 0x000000A5. If you have that error code, and you just installed SP3, this is most likely your problem.
 
At the moment, I do not know for sure why this is happening, and I have not personally seen it. The problem appears to be the ASUS A8N32-SLI Deluxe motherboard, also with an AMD processor. Several different AMD processors have been fitted on that board, however, so it seems more likely to be the board than the processor.
 
The solution is simplicity itself: insert a USB flash drive, or some other form of secondary storage mechanism, before booting the computer. The people have that have seen this problem report that it goes away when they do. The catch is that the computer will only boot with a secondary drive attached. If you remove the secondary drive it will no longer boot.
 
It also appears that this could be related to using a USB mouse. If you have a USB mouse, try moving it to the PS/2 port instead (the little round port, you should have received an adapter with your mouse). That seems to resolve the problem without the use of an external USB flash drive.
 
If you have this problem, and either solution helps, or even if they do not help, I'd appreciate a comment on the blog so we can figure out what is going on here.

Other STOP Errors

Every time a service pack is installed, or any major maintenance like it is performed, a certain, very small, number of computers seem to not come back up. The reasons could range from malware on them that is conflicting with the installation or the new files, to bad hardware that somehow failed at that very moment.

For that reason, there may be other STOP errors involved in this problem. Due to the default settings in XP, all of them would result in an endless reboot cycle. Only if there are many of them does it usually indicate a problem with the service pack. A fair number of people are reporting an error code 0x00000024. It usually means either that the file system driver, ntfs.sys, has been corrupted, or you have a hard disk with bad blocks in bad places. It could be totally unrelated to the service pack. At this point, I just do not have enough details to tell. This one seems to be more related to Intel-based computers though.

It is also possible that 0x00000024 has to do with a faulty video driver. I have seen a couple of reports of crashes caused by the ATI Catalyst 8.4 drivers, and one of a crash involving an nVidia driver of some kind, but I do not know which one. To see if that is your problem, try booting into Safe Mode or VGA mode. If VGA mode works you very likely have a video driver issue. Gary Barclay, in a comment below, pointed out that the 8.432 version of the driver may be the one that is faulting, and that version 8.467 appears to work properly. If anyone else can confirm that I'm sure may others will be happy about it.

If you are getting the 0x00000024 error, there are some things to try:

  1. There is some good information in the Microsoft knowledge base on how to trouble-shoot STOP errors. Try following that.  
  2. If you have multiple drives in the computer, disconnect them one by one and try booting. The problem may not be on your primary drive and this could let you isolate which one has the problem.
  3. Run chkdsk /r. The problem could be file system related, and chkdsk could fix it. However, to do that you have to boot the computer successfully. If you have a 0x00000024 error, it will not boot even into safe mode. You will need to follow the instructions in the Recovery Console or WinPE sections below to boot the computer.
  4. Replace the ntfs.sys driver. If the driver file itself has become corrupted there is a backup copy in the %windir%\system32\dllcache folder. If nothing else helps, you could try replacing the version in %windir%\system32\drivers folder with the one from dllcache and see if maybe it was a corrupted file problem.
  5. If you have an ATI or nVidia driver for for your graphics card, notably the ATI Catalyst 8.4, and your computer will not boot, try booting into VGA mode and see if that works. If it does, you almost certainly have a video driver problem. Uninstall the driver and see if Windows will find a better one. If this works for you, please either contact me using the contact link, or post a comment, so others can learn what is really happening here.

There have also been sporadic reports of video driver problems as well as other issues, like the VPN issues. Most of those have to do with some form of third-party software that does not work with SP3. If you have a problem that is not covered here, it would be good if you could let us know. It may be related to SP3, in which case others may have it too. The VPN issue mentioned by one of the posters has me very interested, for example.

Other people are reporting that the computer is complaining that a particular file is corrupted. Sometimes the corruption results in a blue screen, other times something does not work right after the computer reboots.  At this point I am not sure what could be causing this, and I would encourage anyone who runs into that problem to call the Microsoft support line listed above. If they manage to figure out what the problem is, please post back here so the rest of us can find out.

Conflicts with Certain Wireless Card Drivers

Tim Steele read the blog and found that his problem was not solved. After doing some more research he discovered a conflict with certain wireless cards. I asked if I could post his discovery. This is what he wrote:

Some 802.11b wireless cards cause XP to blue screen after installing SP3

If you have any of the following 802.11b wireless cards you'll see a blue screen after installing SP3:

SMC 2635W, Belkin F5D6001, Linksys WPC11 v1, Blitz NetWave Point PC, Xterasys Cardbus XN-2411b, D-Link DWL-520 Revision C, Xterasys Cardbus XN-2411b, Fiberline FL-WL-200X, 3com Office Connect 3CRSHPW796, Corega WLPCIB-11, SMC 2602W V2, and D-Link DWL-520 Revision C.

These cards all use the adm8211 chipset. The driver was provided by ADMtek and badged by the vendors. The last version on the net seems to be 1.80. The D-Link driver is WHQL certified and signed.

There are plenty of adm8211 cards out there inside machines which are about to update to SP3, Windows Update doesn't check whether you have one of these cards before automatically installing SP3, so the effect for many users will be a mysterious blue screen and no obvious cause.

It's not clear whether the vendors or Microsoft should be responsible for fixing this, but surely as a minimum SP3 should not install on machines with this hardware.

Conflicts with Anti-Malware Software

Gregg Keizer wrote an interesting couple of articles in Computer World (second piece is here) about conflicts between Symantec's anti-malware suites and SP3. It appears all but certain that the anti-malware suites cause registry corruption, failures in device manager, and other problems, when you install SP3. An interesting thread on Symantec's support forums documents some of the problems. There are directions for how to disable Symantec's software in another thread.

The security suites add significant hooks into the operating systems. It is quite possible that they will prevent a major installation, such as a service pack, from completing properly. For that reason, you should at the very least disable any anti-malware or security software you have installed prior to installing the service pack. If you can uninstall it, install the service pack, and then reinstall the anti-malware software, you will probably have even greater chance of success.

Using the Recovery Console in XP

If you cannot boot into safe mode you can try using the Recovery Console in Windows XP. This requires you to have a Windows XP CD. Knowledge Base Article 307654 has directions on how to use it. You do not need to follow the instructions for how to install it. In fact, if you have a problem like the 0x00000024 issue above, you probably can not boot from an installed recovery console anyway.

In brief, to boot from the recovery console in XP, do this:

  1. Insert your Windows XP CD
  2. Boot the computer
  3. Select to boot from the CD. On many computers you have to hit a button to do that. On Dell computers the button is usually F12. On HP it is usually ESC.
  4. The computer will work for a while and eventually you get a screen that says "Welcome to Setup". Hit the R key here
  5. If will ask you which installation you want to boot. If you have several XP installations on this computer, select the one you want. Of course, if you have several installations, and one still works, you would not need these steps.
  6. Type the administrator password for the installation you need to repair.

At this point, you should be at a command prompt. The commands you can run are very limited and they are often different from what you are used to. If you have disabled the intelppm driver on an Intel-based computer and need to re-enable it, run "enable intelppm SERVICE_SYSTEM_START".

If you need to run chkdsk you can do it from the recovery console window as well. The C: drive is the boot volume in your Windows XP installation. To run the full check run "chkdsk c: /p /r"

 

Build a WinPE Disk on a Flash Drive

Another option, recommended for advanced users, is to have a Windows PE disk handy. Windows PE is a miniature version of Window that can boot from a CD, and starting with Windows Vista, a USB Flash Drive. I wrote up directions on how to build a Flash Drive with Windows PE in the Vista book, and there are now also directions on TechNet. You need to have access to a computer that boots, and you need a copy of the Automated Installation Kit (WAIK). Once you burn the AIK image to a disk you can install it and start building your Win PE disk.

Using a Windows PE disk you get access to all the normal tools, like regedit. It has far more features than what you have with the recovery console, but requires a lot more prep work to get started.

 

Removing SP3

A few people decided the problems were sufficient to just remove SP3 altogether. If you have a problem that is not covered above, that may be your best option for the moment. Microsoft just published an article on how to remove the service pack. It includes information on how to remove it even from the Recovery Console, so even if your computer will not boot you should be able to do it.

Published Wed, May 7 2008 11:29 PM by jesper
Filed under:

Comments

# Philip Sloss said on 08 May, 2008 04:58 PM

Thanks for saving me some troubleshooting time, Jesper.

# Indycar_89 said on 08 May, 2008 07:29 PM

Jesper - nice blog. Thanks for your efforts! Cheers!

# Rick Paige said on 09 May, 2008 12:10 AM

Plugged in a storage USB.  Did F8.  Error message stop was 0x o.....24  Yes a presario SR1820NX with and AMD64

# Simon Moore said on 09 May, 2008 02:58 AM

I had the same problem as above with the endless reboot loop. Tried the   "sc config intelppm start= disabled" now my pc wont go anywhere,not even into safe mode.All I get is error stop 0x......24.

Help !

# Robbie said on 09 May, 2008 06:21 AM

I've had a custom ASUS A8N32-SLI  based PC with XPSp3 at each of the beta levels with a rebuild and reinstall. It's worked fine. The only problem has been when I added a no name bluetooth adaptor into the equation.

# greg said on 09 May, 2008 06:56 AM

i have the ASUS A8N32-SLI Deluxe, had the boot problem, and inserted the usb and it booted fine like you said.  Problem is, I dont want to keep the usb in there all the time, should be interesting to see how we can fix this.

# Vortex said on 09 May, 2008 07:22 AM

I have the ASUS A8N32-SLI Deluxe motherboard with an AMD X2 4400+ cpu and no problems. I also don't have any secondary storage attached.. maybe I'm just lucky :)

# ron g said on 09 May, 2008 07:41 AM

Well... THIS explains a lot.  Thank you!

I installed SP3 on my Compaq (AMD-based) laptop, and immediately experienced the endless loop - no getting into safe mode either.  I was able to restore the Disk Image I created prior to the install, but it still wasted a couple hours.  I'll try your 'fix' and reinstall SP3 to see how it works out.  Of course, I have made a Disk Image in case I end up in the loop again.

# IBC_Shark said on 09 May, 2008 08:09 AM

I think i agree with you regarding the ASUS A8N-SLI deluxe and win xp pro sp3, i run XP/SP3, on 2 separate computers and they work perfectly, bios one one computer is uppdated until latest controlled version however the 2nd computer in installed with original manufacturer settings and it also works accualy, i might have missed something but it must almost surtenly have to do with the comstum builds, and their fantstic images ;-P

# Abbas Wiredu said on 09 May, 2008 08:19 AM

Hi Jesper,

I installed windows xp sp3 and got the coontinuous reboots. The error code is 0xc0000189 Media is write protected. I cannot boot in safe mode or in any other mode. I can only get the command prompt. I renamed the intelppm file but that did not help.   I would deeply appreciate any help. Thanks.

# json said on 09 May, 2008 08:46 AM

I had the same problem, but I think it was my video driver.  Once I removed it, everything worked.

I am using IBM Anyplace Kiosk

# S.Jonsson said on 09 May, 2008 08:49 AM

Thanks for the advice!

Used 'safe mode' version and it worked!

# Jan Hjelm said on 09 May, 2008 09:00 AM

I got the same problem after sp3, reboots while starting and no clue. safe modes didn't work either. My cpu is a Celeron on an asus p5vd2-vm motherboard. My solution: Installed vista instead.

# bob e said on 09 May, 2008 09:16 AM

Following my SP3 upgrade I can no longer access my network through VPN

Reverting back to SP2 :>

# Kevin Olsen said on 09 May, 2008 09:20 AM

I have a dell latitude d830 with intel core2 duo.  I experienced the same problems, so it's not just AMD.

# @thehop said on 09 May, 2008 09:37 AM

I think this Problem matches 64-bit Sytems.

An updated Version of the 32-bit Processor Driver <b>amdk7.sys</b> is included in SP3.

# Ty said on 09 May, 2008 09:41 AM

omg wish I saw this before I wiped and reloaded my hard drive. I can't believe all I had to do was plug my @#$%ing flash drive in.

# Andre said on 09 May, 2008 09:49 AM

very helpful information. thanks a lot.

Here we see how much more difficult it is to make an OS for ANY hardware producer and not just make the OS work for ONLY one type of hardware.

# Steven Buschman said on 09 May, 2008 09:51 AM

Perhaps I was lucky. I have a Phenom 9600 with a Asus M3A32-MVP Deluxe and installation work just fine. However, I rolled my own, so perhaps there's not  Intel stuff lying around. I have an external SATA drive, but it also boots when it's turned off

# Rao Hanumar said on 09 May, 2008 10:53 AM

I had similar problems on February Beta installation.

The way I resolved two diffrent ways based on this problem thread.

1. On old Desktop AMD processor - After installing SP3 and before rebooting, I changed Reg Key (as suggested in discussion thread) from 1 to 0.  I do not remember which one exactly is it.  The computer started normally.

2. The second problem resolved AMD  Core2 64 HP Laptop.  I have rebooted before fixing the problem. Then I moved a small file from patch directory to System 32 folder  using Norton utility.  That fixed the problem.

I am so sorry that at this time I am unable to give the details of that small file.

# JF said on 09 May, 2008 10:54 AM

THANK YOU, THANK YOU, THANK YOU!

# mikewaters@pcbiznets.com said on 09 May, 2008 10:59 AM

I have had two customers with Dell Precision 390 workstations (new last fall) running xp sp3 32bit, have the constant (reboot) problem and the systems could not be brought up in safe mode.

I had to do a windows repair from the original dell cd.

I was able to start the recovery console, but when I tried to run chkdsk /p it told me there were numerous disk errors and that it couldn't continue.

I then tried to boot up in PXE and I got the same message.

Finally I tried the recovery again with the dell disk and i ran chkdsk with no parameters (also no login) and it fixed some of the errors, and finally I restarted a third time, did have to login to an install and I could run chkdsk /p.

Windows would then start up and allow me to login. Auto updates wanted to install sp3 so i let it after running virus checks etc, and checking logs for errors. I ran a thorough disk scan and it showed no errors. I've had to spend many hours driving across town (west side of detroit to east side) and will have to make a return trip with the pc.

This will cost my customer $$$ and they / me are not happy about it............

# E.P. said on 09 May, 2008 11:50 AM

This was actually the same exact problem when upgrading WinXP to SP2.  XP user encounters stop error message 0x0000007E when installing SP2 on an AMD based computer.  Read here:

www.runpcrun.com/0x0000007E

The solutions there for XP SP2 may also help WinXP SP3 users out there.

# darkuncle said on 09 May, 2008 11:51 AM

I'm still trying to figure out how, in an org Microsoft's size, that something as significant as XP SP3 managed to pass QA without a show-stopping bug of this magnitude being caught. Is MSFT internal QA only testing on Intel boards? What's even more surprising is that none of the early beta testers caught this bug; although it's really MSFT's responsibility, more eyes should have revealed this before GA.

# Oscar said on 09 May, 2008 12:28 PM

Hi there. For me this is another trick from M$ to try to get out XP. For a long time now they was saying a lot of things about Vista and they want to force us to us that piece of crap. So, with this *** called SP3 for XP they show us their real intentions. Is a shame that a company as M$ doesn't have a very good QA staff to detect this things before it's affect consumers.

Long life to Linux!

# Brent Curtiss said on 09 May, 2008 12:34 PM

In my shop, the problem only hit Dell GX620 and Inspiron 9100's (both intel platforms). I had to do a repair install to resolve the problem.

# Gis Bun said on 09 May, 2008 12:43 PM

I have XP running on 2 partitions on my PC [at home] with an AMD Opteron 170 CPU and an ASUS A8N32-SLI [not deluxe] mobo. Installed it just on my non-production Win XP and everything went fine. Thinking of waiting for the other partition though. :-)

# D Brooks said on 09 May, 2008 12:45 PM

I had the Boot problem On My AMD Dual core  Opteron165/DFI Lanparty Motherboard running Raid 0 with 2 raptors .  I ended up formatting  My system and tried a fresh install with SP3 and still the same problem.The only way I could get my Computer to boot with sp3 was to Setup on A Single drive. I may have had other issues but (don't have a clue what they might have been though) because everything was Running Great Until SP3. I had the same problem On My AM2 Machine until I went to a Single Drive.Who knows, But thats What I have found that works for me and the only thing at this point in time.

# Ty said on 09 May, 2008 12:47 PM

thanks for the intelppm.sys solution.

# jesper said on 09 May, 2008 01:11 PM

D Brooks: do you have any additional details? Do you know what error code you were getting? I'm concerned that the RAID setup had something to do with it.

# Rick Baker said on 09 May, 2008 01:28 PM

Here we go, ECS Motherboard, AMD 3800+ chip. Won't go into Windows at all, even through Safe Mode. Why do Microsoft get away with it?

# Mac said on 09 May, 2008 01:36 PM

Just installed XP SP3 on 2 AMD based CPU's, 1 HP 64 and 1 Gateway 64X2 by using "Run sc config intelppm start=disable" in the Safe Mode prior to installing SP3. Installed SP3 without a hitch. Both systems fully operational. Thank you so much for the help!

Mac

# jesper said on 09 May, 2008 01:37 PM

Rick: which specific error code are you getting? If it won't go into safe mode it does not sound like the intelppm.sys problem. The fact that you know what motherboard is in the system makes it sound like the 0xA5 problem too.

# Balunen said on 09 May, 2008 01:48 PM

Thanks for the instruction..got me up and running again :)

# Dave Balcom said on 09 May, 2008 01:59 PM

I installed SP3 at work on a new in Feb. Dell Optiplex 330. It is a dual core Intel. I got a BSOD on reboot saying OLE32.DLL (from what I recall) was missing. I believe the error code was 139. I was unable to reboot in safe mode, nor could I use an XP disk to boot as the SATA driver was not found for the hard drive. The box didn't have a floppy so F6 was unavailable. Basically, we had to reinstall the original image to get it running again. Something is very wrong with this service pack. What is strange is other similar computers here loaded fine.  

# Tim Moore said on 09 May, 2008 02:11 PM

Posting on behalf of my brother above. Does anyone have any recommendations for solving the 0x00000024 issue? This is on I believe an AMD based HP machine having first attempted an SP3 install, got the reboot issue, uninstalled SP3 via safe mode, then tried again and this time had the disabling of intelppm fix done on it which resulted in the 24 error and no access to safe mode.

Using the recovery console which is on one of the HP tools discs, the console it seems can't even find Windows! From what I gather, it just drops into a C:\ prompt and chkdsk just reports unrecoverable errors. Other commands appear to fail as if it can't find the Windows install.

We're looking at a complete system loss here and only option is a destructive recovery with the HP discs (these discs don't find the Windows install either to repair it).

# Rick Baker said on 09 May, 2008 02:12 PM

No specific codes anywhere. No BSOD's, just flash screen hangs, blank screen hangs after driver loads in SAFE MODE. Flash USB didn't help. No intelppm file found in recovery (have OEM disc). Resorting to Vista laptop till a fix presents itself. BTW Jesper, you're doing a grand job.

# jesper said on 09 May, 2008 02:26 PM

Rick: can you try the advice above to "Disable automatic restart on failure?" That will get you an error code that you can post to us. On my computer I also did not get an error code. The reboot happened too fast to get one.

What kind of computer is it?

# Ashok said on 09 May, 2008 02:28 PM

Hi,

I have HP Pavillion A1330n with AMD 3000+ with MCE 2005. I have amdk8.sys in windows\system32\drivers and I have intelppm.sys in windows\i386\sp2.cab, windows\system32\dllcache and windows\drivercache\i386\sp2.cab.

Question do I have to disable the intelppm? since this is not in drivers folder.

Please  HELP.

Thanks

# jesper said on 09 May, 2008 02:29 PM

Tim, the 0x24 issue is file system related. It is a hard error to recover from.

What does chkdsk tell you? What kind of computer? Do you have a RAID card in that computer?

The best advice if the recovery console does not work is to use a WinPE disk. Sorry. Wish I had better news for you.

# Rick Baker said on 09 May, 2008 02:30 PM

Home built, ECS Motherboard, AMD 3800+ chip, ATI AGP GFX, OCZ Ram. Built for gaming and decent computing power about a year ago. Just tried the restart disable instruction (F8) still goes to XP start screen, blue bar move 4/5's across and halts. No BSOD.

# jesper said on 09 May, 2008 02:37 PM

Rick: do you have a storage card in that computer, like a RAID card or a SATA PCI card? Your problem sounds different in that the computer never crashes at all. If possible, can you disconnect or disable any storage controllers and see if that helps? Obviously, if your boot volume is on a drive controlled by one you can't.

# Francesco said on 09 May, 2008 02:38 PM

I've installed XP sp 3 on a HP pavilion with AMD processor. After the first rebootthe error was 0x0000007e; I tried the solution from recovery console, but intelppm wasn't find. I reboot and the new error is the generic 0x0000074, and now I'm blocked, in tilt, please help me....

# Rick Baker said on 09 May, 2008 02:39 PM

All I have, is a secondary hard-drive and a card reader with 2 DVD drives. That's all. IDE drives for HDD's. It's getting a bit annoying this lol. PC does NOT reboot, it'll simply hang.

# jesper said on 09 May, 2008 02:39 PM

Ashok: Is your computer crashing? If so, what error code?

If the computer boots into safe mode use the advice above to check the status of the intelppm driver by looking at the registry as I document above. Simply having the driver on the disk is not the problem. It is having it running that is.

# rpukra said on 09 May, 2008 02:41 PM

I Have a Dell Inspiron 8600 with Intel Centrino but had the same problem,no safe mode unending reboots. please advice

# jesper said on 09 May, 2008 02:43 PM

Rick: I would start pulling drives out of the computer and see if that helps. I don't know what could be causing your problem. It's not like the others in that you are not getting a crash. Ironically, that makes it much harder to troubleshoot.

# jesper said on 09 May, 2008 02:45 PM

rpukra: We will need an error code to help you. If it is an Intel Centrino in an Inspiron, you do NOT have the AMD problem. Can you please follow the advice to disable automatic restart and see if you can get an error code?

# jesper said on 09 May, 2008 02:47 PM

Francesco, what did you do when you were in the recovery console? 0x74 means your system configuration is broken somehow. Usually it means the registry is corrupted or you just installed some hardware that is not working.

One option is to try the "Last known good" configuration from the "Windows advanced options" menu shown in the post. If that works you may get back to the 0x7e error, which we can fix.

# Rick Baker said on 09 May, 2008 02:50 PM

I'm IN!!! Disconnected my slave drive and hey presto! BUT, at the same time, I also reset the BIOS battery with power off for a few minutes.

# Tim Moore said on 09 May, 2008 02:52 PM

jesper: chkdsk reports "The volume appears to contain one or more unrecoverable problems", but not sure what else it says. It could be it's just saying that if it can't find the partition?

I've no idea about RAID on it but I doubt it. It's just a consumer HP Pavilion as I understand it. A few years old I think. Although maybe it has SATA and needs a special driver, but I don't know the specs.

Problem is I've only been able to diagnose this via the telephone.

# Rick Baker said on 09 May, 2008 02:53 PM

Now we are getting somewhere. 0x000000EA. ati2dvag. I'm off in via safe mode and SP3 is coming OFF!

# jesper said on 09 May, 2008 03:03 PM

Rick: That's awesome! I wonder if this is maybe a file system problem? I don't think I need to tell you to back up stuff now, but after that, maybe reconnect that slave drive and see what happens.

# jesper said on 09 May, 2008 03:04 PM

Rick: support.microsoft.com/.../293078. Usually 0xEA means bad video hardware. If removing SP3 helps I would say it is more likely a bad video driver. Can you check whether you are using an MS driver or an ATI driver for that video card?

# Ashok said on 09 May, 2008 03:05 PM

I have Not yet installed xp3. Read your article to prevent before installing xp3.

How do I check the status of intelppm driver?

Thanks for quick reply

# jesper said on 09 May, 2008 03:06 PM

Tim: That machine sounds pretty bad. There is clearly hard disk corruption, and if chkdsk can't fix it, I don't think much can. It almost certainly does not have RAID, and probably not an add-on SATA card either. It could just be that the hard drive is bad.

Sorry. I wish I had better news.

# spud said on 09 May, 2008 03:09 PM

i've installed XP SP3 on about 20 machines so far, both AMD and Intel, but i've only had one with one of these problems. i got the "A5" stop error on an Athlon XP 1800+ machine. it pretty much killed it as far as i've been able to see. swapped hard drives and it still gives the same error. can't re-install windows. nothing i've found will work, but i will try plugging in a USB flash drive and seeing if that fixes it.

# Rick Baker said on 09 May, 2008 03:09 PM

If I remember rightly, I had this with XP SP2, same issue but it got a lot further into the loading until it BSOD. ATITOOL installed whilst SP2 was installed killed it then. I wonder. But a BIOS Battery unplug, secondary hard drives removal, not good for MS this is it. System Restore doing it's thing right now. Will post the result in the next few minutes.

# Rick Baker said on 09 May, 2008 03:26 PM

OK, system was continuing to crash, even with SP2 back on. Ray Adams ATI tool removed and ATI driver, reboot INTO Safe Mode. Then a proper shutdown. Now in normal again. THEREFORE, I, in the name of science, shall attempt SP3 again right now :)

# jesper said on 09 May, 2008 03:33 PM

Ashok: I'm sorry, I misunderstood. Do this:

Open a command prompt (running as an administrator in case you run as a standard user normally)

Type:

reg query hklm\system\currentcontrolset\services\intelppm

Look at the value in the "Start" row. If you have an AMD based system it should say:

Start    REG_DWORD    0x4

Or, you should get an error that the key does not exist. If either is true, you don't have the intelppm problem.

On an Intel-based system it will say 0x1. Do NOT set it to 0x4 on an Intel based system.

If you have an AMD based system and the Start value is set to anything other than 0x4, run this command:

reg add hklm\system\currentcontrolset\services\intelppm /t REG_DWORD /v Start /d 0x4 /f

CAUTION: don't set the Start value to 0x4 on an Intel-based computer! It may not boot properly if you do.

# jesper said on 09 May, 2008 03:34 PM

Rick: definitely seems like a bad video driver. If the removal worked, then it seems like an ATI driver. It would be really interesting if that driver fails only under SP3.

# Rick Baker said on 09 May, 2008 03:37 PM

If memory serves me right, uninstalling all video drivers before the update worked. ATI-TOOL does ring a loud bell in my head now we come to mention it. I'll know in the next 10 minutes, as will you :)

# Rick Baker said on 09 May, 2008 03:48 PM

OK, the results. SP3 installed and loaded XP, WITHOUT FAIL!!!. currently installing ATI Drivers from Windows. I think there is a link here. What do you think Jesper?

# Ken S said on 09 May, 2008 03:52 PM

I have the SUS A8N32-SLI Deluxe motherboard and upon installation met with the reboot circle. I got lucky and tripped over the USB plug in drive fix...and was able to uninstall XP SP3.

Thank you for the article as it saved me from doing a complete reinstall.

I hope someone at Microsoft can be bothered to fix this little bug.

On the other side, I installed XP SP3 on three Thinkpads and all went well.

# Rick Baker said on 09 May, 2008 04:00 PM

0x000000EA, ATI drivers failed. Bingo!!! SP3 not liking ATI????

# Edward Aschan said on 09 May, 2008 04:03 PM

Great job Jesper, thanks!

I had a 100% match of problem number two with an ASUS A8N32-SLI Deluxe. Unfortunately the USB flash drive solution did not work at first. In fact the computer did not boot at all but shut it self off after a few seconds without ever activating the monitor. After removing all external hard drives (Firewire & USB) but keeping the USB flash drive connected I was back to square one - repeated reboots.

After removing all other USB devices except the USB flash drive and hooking up an old PS2 keyboard I got the computer to boot. I then needed to reconnect the USB mouse in order to get past an automated updates activation screen which did not except keyboard input. After this the sp3 installation ran to completion and my computer appears to be back to normal.

Based on my experience it would seem that the sp3 installation needs to complete after an initial reboot and somehow ends up in a faulty state on some AMD-ASUS boards. This is by passed using the USB flash drive trick and after the installation completes the flash drive is no longer needed.

# Steve O said on 09 May, 2008 04:11 PM

Many, many thanks - your solution re intelppm solved the problem of continual rebooting on a Compaq Presario SR1879UK Desktop PC.

# Julie W. said on 09 May, 2008 04:23 PM

Thanks so much, I had already installed & uninstalled SP3 because of the rebooting problem!!  Your solution worked perfectly!

# jesper said on 09 May, 2008 04:28 PM

Rick: Great work! Can you let me know which specific driver you used and I will add a section on that to the main post? You can use the Contact link on the blog to just e-mail me if that is easier.

# Chulos said on 09 May, 2008 04:29 PM

On Wednesday I installed SP3 from WU.  It was on a HP rig w/AMD and OEM image.  The reboot issue did in fact result.  Safe mode failed to load the first two times it was attempted.  Last known good config also failed.  On a third try Safe Mode managed to load and System Restore succeeded in rolling back a day.  

This was on a friend's computer.  I turned off Auto Updates for the time being as he would more than likely click the little yellow shield next time it popped up as he doesn't know a thing about "techie" stuff.

How many poor folks at home this week who have one computer that they bought with an AMD CPU because it was cheap and now it won't boot into Windows?  

It will be interesting to see how quickly this gets ironed out.

# jesper said on 09 May, 2008 04:31 PM

Edward: your experience is interesting. You say that after the first boot you can boot without the USB flash drive? Are there any other USB storage peripherals attached? Others are reporting that you have to have the flash drive attached to boot succesfully.

# jesper said on 09 May, 2008 04:33 PM

Chulos: according to MS, fortunately, SP3 is not being automatically pushed down via Automatic Updates yet. If you have set AU to notify before downloading or installing you will get it offered. Otherwise you will not.

# Edward Aschan said on 09 May, 2008 04:45 PM

I was a bit premature in my celebration - it appears that my computer will end up in constants reboots if I have anything connected to the USB ports. This is true for mouse (Logitech MX1000), keyboard (Logitech G15), webcam (Philips SPC900NC), built-in usb hub (DELL FPW2405) and label writer (Dymo LabelWriter 400) regardless of if these are used singly or in combination. With all USB devices disconnected the computer will boot with or without USB flash drive.

If I reconnect the devices after Windows has started and I am logged in the devices will be recognized and start working as they did prior to sp3 so the problem appears to be connected to when windows initiates the USB drivers during boot up.

# jesper said on 09 May, 2008 04:50 PM

Edward: thanks for the updated info. The 0xA5 issue always did sound like it had to do with the USB controller, and this just makes it sound even more so.

Odd that your computer boots without the flash drive though. Do you have some other secondary storage device attached? There were reports that a secondary SATA device might help too. Maybe that is why your computer boots without the flash drive.

# Michael said on 09 May, 2008 04:59 PM

I previously tried to install XP3 RC3 on two of my Toshiba notebooks (one with core solo and one with core 2 duo) but no go, but I had no problem installing it on my sisters HP notebook with an AMD XP2400 CPU; and yes it has a pre-installed HP-OEM version of Windows XP home (English version).

We now run XP3 final without any problem, but it does feel a tad slower after the upgrade of XP3 (or is Ubuntu 8.0.4 spoiling me really this much?).

# Edward Aschan said on 09 May, 2008 05:10 PM

Nope, no other USB storage device attached. In fact I had no USB device connected and the computer boots fine. However, this was not true for that first reboot after installing sp3 which did require the USB flash drive.

Currently everything works fine (keyboard, mouse, webcam; I haven't tried to print any labels though) and I will never turn my computer off again. ;-)

# jesper said on 09 May, 2008 06:28 PM

Michael: yours is the second report I have seen saying HP AMD-based laptops are unaffected. It seems the flawed image may only be used on desktops. That's very good to know.

# TechNoMon said on 09 May, 2008 06:30 PM

The disable intelppm.sys solution did the trick.  Many thanx!

# Francesco said on 09 May, 2008 07:02 PM

When i was in the recovery console I typed "disable intelppm", but the response was that the service didn't exist... I reboot and appears another ode of error (0x00000074. It's a generic configuration error. I didn't installed no hardware, nothing, only xp sp3. And now I'm blocked

# Nick Sun said on 09 May, 2008 07:07 PM

Collectively, I think we should sue MicroSoft for damage. They have screwed up big time in this round of release. Fortunately, I still can boot in Linux system, otherwise, how do you expect those victims access the Web for help?

# Nick said on 09 May, 2008 07:15 PM

Well I got that first stop error (the one about the intelppm). I booted into the recover console via an XP disc I had laying around. However the "disable intelppm" did not work. It was saying something about there being no ControlSet and that my registry may be corrupted. U couldn't get into safe mode either so I just started a system recovery.

# Kirk M said on 09 May, 2008 07:27 PM

Just for my own two cents worth.

I have a 4 year old AMD 3200+ based HP Pavilion a645c with the following BIOS and MB:

Board: ASUSTek Computer INC. Kelut 2.02

BIOS: Phoenix Technologies, LTD 3.07 06/09/2004

When I first bought the thing I immediately wiped the HP imaged OS (XP Home) and loaded Windows XP Pro SP1 from a "genuine" MS XP Pro CD. After this I then installed SP2 with no problems.

2 months ago I reformatted and reloaded the same OS and SP2. Today, I installed XP SP3 RC2 Refresh (which ran with no problem) and let Windows Update upgrade the OS with SP3 final. Everything went fine and the old PC runs better than ever.

The point of this whole comment is that after reading your excellent post I did a search for both "amdk8.sys" and  "intelppm.sys" and found that "intelppm.sys" exists but "amdk8.sys" is nowhere to be found (by the way, my serial number does not end in Z but it is most definitely an AMD based PC). Power Management works fine also.

Just another screwed up example for ya'. :D

Thanks for the great info! Hope it helps those with the reboot problems

# Harry Chester said on 09 May, 2008 07:38 PM

Had a similar problem on an Asus M2N32 WS Pro. It's got Sata raid mirrored disks on it, so I couldn't see the disk in repair mode. Acronis True Image version 10 could see them though, So I carried out a disk image backup on the network to a large disk on another computer, took 90 minutes for 24GB

I then resorted to fitting a single disk on the Marvel Sata connections and installed XP Pro on it, loaded the Sata drivers for the NVidea Sata Raid. set the  options to allow me to see all the hidden files and folders,  then set permissions on the "System Volume Information" to allow the administrator access, then go back few days on the RPxxx folders (view the date stamp) copy the  SAM, SECURITY, software, default and system to Windows\tmp rename them from the long names to these correct ones.

Make backups of the ones already in Windows\system 32\config  and then copy the ones from Windows\tmp to Windows\system 32\config

Now I had it working before I found this blog. So I didn't try the USB disk to see if it solved the problem.  But I have a feeling I'm going to see a few more to test it on.

I had also tried the following CD's to see if I could see the Sata Raid, Knoppix 3.3 no good, Knoppix 5.1.1 didn't get the screen right so couldn't see (old 1024 x 768, 72HZ monitor)? and PC Linux December 07 didn't pick them up either.

If anybody knows of anything or anyway that allows a bootable CD that supports Sata drives and file manipulation to solve the above problem I would  appreciate it very much.

# Paul Brown said on 09 May, 2008 08:14 PM

Dell Inspiron 5000e - just installed XP SP2.  Endless "read error" press <ctrl><alt><del> to restart.

Unplugged USB devices, wireless card, no change

Set BIOS to factory defaults  No change

Set BIOS to boot from CD.  Windows XP disk in drive.  

Still "working" or "malingering" or whatever - no display on monitor.  Been doing that for 30 min.

Next step?

# Douglas Gobeski said on 09 May, 2008 08:58 PM

I have an ASUS A8N32-SLI Deluxe motherboard, with an AMD Athlon 64 X2 4200+ processor, and an Nvidia graphics card.  I built it myself.

I had the infinite reboot problem, and plugging in a USB flash drive fixes it.  I tried removing the USB drive and rebooting, and again got infinite reboots.  Putting the USB drive BACK in allows me to reboot again.

When I had the infinite reboot problem and attempted to go into safe mode WITHOUT a USB drive plugged in, the computer would get to "C:\windows\system32\drivers\mup.sys" and then reboot.  When I booted into safe mode WITH the USB drive plugged in, it got to the same "mup.sys" file and kept going.  The little drive access light on the USB flash drive flashed for a bit while Windows continued to load.  

Thanks a million for the advice, Jesper.

# Dave said on 09 May, 2008 10:35 PM

I have a HP desktop with the reboot problem. I also have a HP laptop with AMD which installed OK but there wa an obvious slowdwn in performance. I did a sysem restore on both back to SP2 and all my problems went away. I will stay with SP2 untill they get the bugs out.

# jesper said on 09 May, 2008 10:44 PM

Paul Brown: I don't think the Dell has the AMD-related problems. That machine is an older Intel-based laptop, isn't it? It does have an ATI video chip though as far as I know. Can you try booting into safe mode or VGA mode and see if that works? If it does, you have a video driver conflict.

# jesper said on 09 May, 2008 10:46 PM

Francesco: I have seen two machines so far, including yours, with the 0x00000074 message. It can mean a number of things, but possibly that you have a corrupted configuration. Try booting the Last Known Good using the F8 key as outlined in the post. See if that works. It could also be bad memory, some other bad hardware, or a number of other things. Try Last Known Good first, and if that doesn't work, try Safe Mode. That will tell us whether it is a driver or a corrupted registry.

# myardor said on 09 May, 2008 11:08 PM

I had the same problem but with an intel toshiba laptop.

Could not go into safe mode. Had to re format the HD and start from scratch.

# Richard Boucher said on 09 May, 2008 11:14 PM

Thanks for the insights

Did SP3 install on 4 machines: 2 Intel based laptops, 1 Intel based desktop and 1 AMD based desktop.  All went well EXCEPT the AMD machine.  Sure enough, it is a custom job with an A8N32-SLI-Deluxe.  Used the USB fix.  took 3 cycles of reboots, but it finally worked.

What is of note is that I had a similar problem a couple of months ago with a Windows Update.  Once again, only the AMD machine had the problem.  Then, I was able to boot by telling it to roll back to the last Windows configuration that worked.  (Not an option with SP3 update.)

# Bill said on 10 May, 2008 12:02 AM

Great article!! Thanks so much for posting!! Saved me a lot of time walking my father through fixing his computer over the phone.

# astout said on 10 May, 2008 12:09 AM

Jesper,

Like Edward, I have an ASUS A8N32 SLI deluxe, but I have an Athlon 64 3500+. Nvidia video card. Boot disk is a WD 75Gig Raptor on the primary ATA port and a WD 250 gig drive on the Nvidia Serial ATA controller.

Prior to coming across the USB drive method, I had been unable to determine the error code and had tried replacing the rpcrt4.dll file I had read about in some threads. I had also gone into the BIOS (version 1303) and done a soft reset to default settings. Still no go.

Finally after reading this thread, I came home and tried the USB drive trick and still no go. After reading Edwards input, I removed all other external USB devices, left the flash drive connected and still no go. I decided to unplug the only remaining USB device, which was the mouse and connected with one of those USB to PS2 adapter plugs, and "bingo!"

The system came the rest of the way up and went to "found new device", which was the Sil Raid controller. It was not being used and I had previously disabled it in BIOS to avoid the delay and error message on boot up.

After the boot up finished, I reconnected all other USB devices and confirmed all worked fine. I restarted the system without the flash drive and it came back up fine. I just realized that I also have a combo floppy/media player that connects to USB internally, so that has been connected the entire time, although there is no media in the reader portion.

I have not gone back into BIOS to set up the few custom things I had set previously. Due to the time of night, I'll continue tomorrow, but wanted to get some feedback out to others who are suffering.

Thanks so much for posting this and great information everyone! If I can provide any other information or feedback, let me know.

# astout said on 10 May, 2008 12:12 AM

I think I forgot to mention, but like Edward, once I finally got to see the error code, I was getting the 0xA5 halt.

# Learner said on 10 May, 2008 12:43 AM

Does this probelm happen on XP - SP2, or Media Center XP?  I have a HP laptop it goes nuts when it comes out of hybernation.

# jesper said on 10 May, 2008 01:09 AM

Learner: yes, some of these problems affect XP SP2, but only when you install SP2. At that point, the intelppm problem would occur just like with SP3, if your computer is subject to it. Media Center is not relevant as far as I can tell though.

So far I have not seen a single laptop with these problems. Every machine that has been confirmed affected has been a desktop as far as I can recall. What is your laptop doing?

# astout said on 10 May, 2008 01:30 AM

Another data point. I couldn't sleep due to a cold (too much coughing), so I got up and decided to restore my BIOS settings to what they were before reseting them to default during the efforts to get back up.

I noticed that I still had the mouse plugged into the PS2 port, so I moved it back to the USB port it had been on originally.

No reboot! 0xA5 error returned. Plugging in a USB flash drive was still no help.

Moved the mouse back to PS2 port and all is well. I'm only guessing that eventually there will be a BIOS update for the ASUS motherboard, or a fix will come out that restores my ability to run the mouse off of USB. Not sure that matters much to me, but it would be nice to be back where I was before the SP. I realize I could uninstall SP3 and be back where I was, but for now I plan to leave it installed and see if ASUS or Microsoft comes up with a patch to make it all better.

Good luck everyone! And thanks again for all the useful tips being posted.

# Azeem said on 10 May, 2008 01:55 AM

Dear Jesper,

I have core2duo processor on my pc, and I have had the rebooting problem also. I tried every option including safe mode and last known best profile available, but to no avail. the pc kept rebooting. In the end I had to format and reload everything to get my pc working.

# amiek said on 10 May, 2008 02:24 AM

Dear Jesper, I have a Compaq Presario laptop with an AMD Athlon 64 processor and I suppose I'll run into the intelppm problems as well. I looked for this thing in system32 and there it is. So I wanted to disable it beforehand, I read somewhere you can simply disable it by changing the start value of HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\intelppm from 1 to 4. Problem is I don't have this regkey. Does this mean the service isn't running or what? I do have the HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\AmdK8 regkey.

Should I try the option to boot into safemode and disable intelppm the way you describe it?

# p51flyboy said on 10 May, 2008 03:10 AM

... "to bad hardware that somehow failed at that very moment."

You're joking right? - hardware failed just by conincidence after installing a new service pack? - I think you're dreaming.  This might happen about once in every 10 million.  Idiot.

# Paul said on 10 May, 2008 04:03 AM

I did the upgrade to SP3 with a A8N32-SLI motherboard.

I got a STOP: 0X000000A5 and as suggested inserting a USB flash drive before boot works! The systems now is booting and working fine.

Thanks

# GEB said on 10 May, 2008 04:11 AM

I have an ASUS A8N32 SLI Deluxe (bios 1405),  Athlon 64 X2 4200+, on board RAID using a couple of WD raptor drives in stripe mode.

After SP3 installation system was continously rebooting. Using a USB pendrive didnt help. Then I removed all USB (logitech G7 mouse and logitech G15 keyboard with internal usb hub) and boot completed normally. To finish SP3 installation i plugged in a PS2 keyboard. I replaced back G15 and G7 and again at boot windows crash, with or without a pendrive.

Playing a bit I found that is having the G7 mouse plugged in that crash the system, with or withouth the pendrive plugged in.

g.

# AndyM said on 10 May, 2008 04:29 AM

Just installed SP3 on Dell Optiplex 755 with Intell Q6600 and I'm getting the endless Boot cycle.

Can't even boot into Safe Mode. I'm Getting Stop error 0x000000FC.

After much fiddling, I have found that I can boot but only if I have no USB devices plugged in. Bit of a problem as that is the only way I have to attach keyboard and mouse. As soon as I plug them in the system restarts. Assuming USB drivers... but can't figure out how to get to them to fix them... any ideas??

# Charlie B said on 10 May, 2008 04:30 AM

Same reboot sequence arrived here yesterday.

AMD Athlon 64 running Win XP Home ver 2002 SP2.

error 0x00000007e.

Do not know cause of this one!!??

Restored to previous - ok.

# postpaleo said on 10 May, 2008 05:24 AM

Mother board is an ASUS A8N-SLI deluxe. Get ready for this one, it's unf**king real. I saw the reference about someone moving the mouse from a PS2 slot to a USB and then back. I had mine in a USB and moved it to a PS2. The only way I could get it to boot before was with a flash drive in and removing the flash gave me the endless reboot sequence. Moving the mouse port works. However if I move it back to the USB port I get the endless reboot problem. Which leaves me with the dilemma of not enough PS2 ports in the back of the machine, a minor problem and I will solve it later, I hope. I still have two free in the top of the case, but use it for the head set. Maybe Asus will get this fixed or whomever.

I haven't messed within the BIOS setting (which I was always able to get into during the endless reboot) with the mouse selection set on [auto] and at this point in time I don't want to. It might be a needed option to check for someone else with this problem. I don't know.

Thanks for the heads up Jasper and Astout, I owe you a cup of coffee and a donut for this one. :)

# Phil said on 10 May, 2008 06:21 AM

This is a fundamental design booboo on Microsoft's part.  The Operating system should decide to load these drivers at boot based on what chip they are running on, not at original OS install time.

I pity anyone with XP on an Intel processor who later upgrades their PC to an AMD motherboard.

A repair install off a slipstreamed SP3 CD should fix it, though, should it not?

Phil

# GS Computer said on 10 May, 2008 06:35 AM

Trying to install SP3 on a HP Pavillion with AMD Athlon 64X2 Dual Core processor 4400+ and had the reboot problem.  Had to re-install SP3 2 after trying other steps before seeing this thread.  Will try your fix, thanx!

# kirilangelo said on 10 May, 2008 06:44 AM

mine is pretty good after the install and the reboot. i am also using AMD cpu. it work great for me and I can feel the difference. Once I am using the BETA vesion of XP sp3. it was good. and now, the final version arrive. and yes it work for me without any problem................

# Ed said on 10 May, 2008 07:07 AM

I did the upgrade and got the error message only when I would be shutting down also I wasn't able to access the net, turned out being a corrupted marvel network driver, uninstalled the net adapter the system reinstalled it and all is well again. I hope this helps someone.

# Anne Crawford said on 10 May, 2008 07:40 AM

I have a Presario with AMD 64 thanks for trying but nothing so far has worked I have the Stop 0x00000024 error Please keep trying I will keep watching

# Bulls Blog said on 10 May, 2008 07:45 AM

Nun ist auch die in Insiderkreisen bekannte Problematik von Windows SP 3 auf AMD-Systemen offiziell: Besitzer von PCs mit AMD-Prozessoren klagen darüber, dass ihre Systeme nicht mehr vernünftig hochfahren. Zwei Gründe können dafür verantwortlich sein, berichtet ein früherer Microsoft-Mitarbeiter.  Jesper Johansson (früherer Microsoft Mitarbeiter) berichtet von den aktuelle

# Tien (henry) said on 10 May, 2008 07:57 AM

I think it has problems in all computers (CPU Intel and Amd) when use to XP SP3.

# Greg said on 10 May, 2008 07:59 AM

Service pack shmervish pack.  The usb trick worked for me, Amd with the SLI Delux mb.  Booted up so i'm uninstalling "service" pack 3

# Frode Leraand said on 10 May, 2008 07:59 AM

I have the same problem with Asus A8V Deluxe with a AMD x64 4400+ processor. Neither the intelppm or usb flashdrive tips worked. Uninstalled SP3 and system seems to work ok.

# Saladbar1 said on 10 May, 2008 08:16 AM

I'm not going to take chances with it. I installed the blocker (www.microsoft.com/.../details.aspx) on all the PCs at my workplace. The software we use isn't supposed to be run on XP, so I'm not taking any chances ruining that too.

# GammaRay said on 10 May, 2008 08:20 AM

Thank you. I searched the whole day, cause i´ve got the same Problem (00007 stop error after installing SP3 and continuous rebooting) on my AMD-based Hp computer. After de-installing the graphics driver and the antivirus-Program i know found the solution. Thank you.

# gonzo said on 10 May, 2008 08:21 AM

Jesper, thank you this was a REAL timesaver!

# james fletcher said on 10 May, 2008 08:26 AM

Hi,

had a similar issue with the reboot but different resolution - hope it helps...

1) first issues was my keyboard wasnt working/allowing me to f8 or choose safeboot - nearly pulling my hair out until i realised that my swapping my keyboard from the new USB connection to the old PS2 connection gave me back control !

2) finally into XP safemode - tried looking for the intelppm as instructed, but it wasnt there so scatching head again... where do i find an error message when the PC just keeps rebooting and tells me nothing !!!

3) safemode again, right mouse clicked on "my computer", looked up system properties > advanced >startup recovery... found "system failure" Auto restart and unchecked it.... did a restart...

4) wonderful, now instead of restarting i got a blue screen of death WITH ERROR MESSAGE ! nv4_disp

5) bit of soul searching and its an nvidia drive problem - went into safe mode and followed instructions from here www.christopherjason.com/.../nvidia-nv4disp-problem

(apart from havnt re-installed driver yet as seems to work fine on the standard windows ones and until they release a newer one which fixes this i can live without !)

6) reboot and HEY PRESTO !!!! back in the IT age...

hope this helps others trouble shoot...

# shishir said on 10 May, 2008 08:28 AM

Hi Jesper

Happened to visit the blog bfr installing SP3...Have blocked automatic updates on my m/c for now after reading about the problems....

Was really great reading ur blog....

mine is a HP Intel core2duo Media center XP SP2 machine....Going by the responses given by u, it appears sp3 installation should'nt have any problems on my m/c...

Stl, SP2 is doing just fine....Is it worth it or should i wait for MS to clear the air ? ;)

# John said on 10 May, 2008 08:51 AM

I have an intel pc core2, also rebooting,

the problem was there zonelabs pro.

I did an uninstall from zonelabs pro, and my pc was booting normal again, then i installed zonelabs pro again, every thing fine than.

There was no bosd sceen no, error nothing at al !!!

# jesper said on 10 May, 2008 09:14 AM

Astout and Postpaleo: I will add the work-around about using the mouse in the PS/2 port instead. That's very strange, but it seems to work for both of you. Thanks a lot!

# jesper said on 10 May, 2008 09:17 AM

Amiek: If you don't have the intelppm driver installed, you won't have that problem. So far I have not heard of a single AMD-based laptop that has the problem. It appears to be unique to the desktop image.

# jesper said on 10 May, 2008 09:19 AM

P51flyboy: there are probably 500 million computers running XP. So, yes, if it happens once in 10 million, you have 50 machines that just blew up when the service pack was installed. As it turns out, it is a bit more common than that. It happens every time a service pack comes out.

# jesper said on 10 May, 2008 09:21 AM

AndyM: yours is the first Intel-based system I have seen with the USB-peripheral problem. Is there any chance you can use a PS/2 connector for the mouse instead?

# jesper said on 10 May, 2008 09:24 AM

CharlieB: You have the intelppm problem. Try that work-around.

# Jack said on 10 May, 2008 09:29 AM

Jesper you are a genius! I have spent 3 days installing and uninstalling SP3 and it would not get past the Safety Mode screen. I am running a Compaq with an AMD Athlon 64 chip.

I went down the editing the registry route and changed the Intelppm value to 4 and Hey Presto it worked!

Once again thank you so much - I owe you a large one!

# Francesco said on 10 May, 2008 10:02 AM

In Last Know Good appears the error: Bad Sytem Config Info 0x00000074 (0x00000003, 0x00000002, 0x80087000, 0xc000014c)

In Safe Mode... the same, the only thing I'm able to do is to start the recovery console... when I type "disable intelppm" the response is that there isn't the voice in the registry.

The computer is an HP pavilion s7510, three days ago I changed the monitor with an HP w2408h. It could be  the resolution? Or the monitor does not affect the upgrade to SP3?

# William said on 10 May, 2008 10:55 AM

Before you update to SP 3 you might want to see if the driver is being loaded.  There are a couple of free tools to do this.  One off the top of my head is DriverView @ www.nirsoft.net/.../driverview.html

I have not tried it personally but a couple fellow IT'ers have and say it plays well with XP.

# superme said on 10 May, 2008 11:06 AM

I have this 0x0000007e error, but I use intel cpu, not amd.

I upgraded from SP2 to SP3. I never had any problems before with my configuration.

I have:

Intel P4 3.4Ghz cpu

1 GB of ram

ATI 9800xt gfx card

SATA WD Raptor HDD

I cant boot in safe mode. The only way i can access the SP3 install is via recovery console.

Lucky i have second HDD, where I installed XP once again.

Any soultion for me ?

# What is Microsoft Windows? said on 10 May, 2008 11:16 AM

I just installed Ubuntu on a machine that the user installed SP3 on. His machine would not complete the boot process after installing SP3. To tell the truth, I think that his Windows version was pirated but I'm not sure. I installed Ubuntu 8.04, and didn't even tell him it's not Windows. It's been a full day now, and so far no complaints. He was already using Firefox but I was expecting to hear complaints about Open Office. No complaints yet, but it is still early.

# Francesco said on 10 May, 2008 12:27 PM

i tried toboot in safe mode and the last good, but the message is the same 0x00000074 (0x00000003, 0x0000002, 0x80087000, 0xc000014c),  did a chkdsk from the recovery console, but nothing..... Help please

# Frode Leraand said on 10 May, 2008 12:28 PM

I experienced the same problem with my Asus A8V card and AMD x64 4400+. After testing suggestions above, I discovered that the problem was related to a WD Mybook Studio connected via a PCI firewire 800 card. Unplugging the drive solved the boot problem.

# Frank said on 10 May, 2008 12:39 PM

Thanks for the info,

My HP AMD notebook is fine after the WinXP SP3 update, however my Dell Latitude-D500 w Intel CPU constantly keeps refreshing/flashing on and off the icons etc on the desktop. Safe mode and safe mode with networking works fine though but my admin(me) policies won't let me install my programs to help me diagnose further.

Any help is appreciated. Thanks!

email 2behome@gmail.com

# zack gaynes said on 10 May, 2008 12:59 PM

I operate an HP with XP Media Edition with SP2 installed. I installed SP3 and my computer crashed on restart. It continued crashing(I now know why). I was on the telephone with Microsoft for over 3 hours on May 7. They finally got my machine working. However, I could not get on line by any means. The next morning(May 8,2008) I was on the phone with MS again for 1 1/2 hours. Finally got on line after they said I had to remove the Free Zone Alarm from my computer. After removal I was able to get on line immediately. After things were working great I downloaded Free Zone Alarm again. My computer crashed again. This time I knew how to fix it and took Zone Alarm off again. Apparently, SP3, IE7, AMD and Zone Alarm don't work well together.

To make things clearer, I had disabled Zone Alarm BEFORE I downloaded SP3.

# Karonaway said on 10 May, 2008 03:03 PM

I-

I love you.

# David Krause said on 10 May, 2008 03:19 PM

I have a custom-built A8N32-SLI Deluxe (AMI BIOS 1009 12/14/05) system with a Dual Core AMD Opteron 170 processor and two separate (no RAID configured) Maxtor 250GB SATA drives.  I originally was running Windows XP Media Center Edition 2005 (SP2) and attempted to update to SP3.  My system hung right at the end of the SP3 installation, so I waited a long time in hopes that it would recover but eventually had to power it off.  When I turned it back on it went into a constant reboot loop.

I decided to do a repair of the Windows XP installation.  After the repair I was able to boot into Windows again so I attempted to re-install SP3 again.  After that I was back in the constant reboot loop.  At this point I found out about the "Disable automatic restart on system failure" option and when I tried that I got the ACPI a5 STOP error.

I upgraded my BIOS to the latest (1405) but that didn't help.  I tried disabling various things in the BIOS, APM, USB, etc but that didn't help.  I was able to get the system to boot once with APM disabled but then it didn't work again.  I even did another repair back to SP2 but then I got the constant reboot loop even with just SP2.

After that I found this blog article and tried plugging in a USB flash drive.  That didn't help.  I also tried unplugging all USB devices and just using PS/2 keyborad and mouse, but that still didn't work.

Finally, I tried unplugging the 2nd internal SATA drive and that allowed me to boot.  I now attemped to install SP3 again but the install failed.  I don't see any errors in Event Viewer about the failure though.

# marOne said on 10 May, 2008 03:34 PM

thank you very much, the 1st solution (diable intel power saving driver) fixed the endless reboot problem for me. I have an AMD HP PC, the a1130n. Very appreciated

# oregonnerd said on 10 May, 2008 03:37 PM

A8V-E ASUS based on AMD chip, installed the beta of the SP3 for XP (since I didn't have the software apparently causing the problem for others); there was no problem.  Note that it's an older chip, not quad, custom built computer (two hard drives, two dvd/cd).

--Glenn (Charles)

# Jani said on 10 May, 2008 03:44 PM

Intel based P XP ProC, so no worries up to now - but: I'm using Mozilla Seamonkey and SP3 forced IE7 to be my default browser, so old M$ habits die hard!

# Bill Pickett said on 10 May, 2008 04:18 PM

I installed on two idential Compaq (now owned by HP) AMD systems today.  Both failed on the reboot and both were brought completely back to life by disabling the intelppm module in the recovery console.  Thank you very much for this post - it no doubt saved a lot of my hair being ripped out by my hands ;) :)

# Eric777 said on 10 May, 2008 04:22 PM

Thanks Jesper's you put me on the right track

I did  a clean install of windows xp service pack 1 OEM not the Mesh one as above and installed WindowsXP-KB936929-SP3-x86-ENU from microsoft downloads on one hard drive only connected.Only installed min drivers sound video AMD cpu driver and Nvida nforce driver pack.Updated ok but when I restarted pc got the BSOD error as above.

If I press F8 as soon as pc boots I get a popup menu asking which device I which to boot then press Esc key then quickly press f8 then choose Disable automatic restart on system failure pc boots to desktop with no usb flash drive installed.

Ok update If I take out my microsoft comfort opitical mouse 1000 USB and put my Logitech Model M-CAA43 PS2 Mouse windows boots up to desktop ok.

If I try a USB to PS2 Adapter I get the BSOD again have not tried a full update as yet will try and report back.

This work around is only for the ACPI Compliant BSOD stop error code: 0x000000A5 and  AMD Athlon™ 64 FX-60 Dual Core

CPU or The ASUS A8N32-SLI Deluxe PCI-Express Mainboard - ATX.

A8N32-SLI Deluxe BIOS version 1303

File used for upgrade to SP3 WindowsXP-KB936929-SP3-x86-ENU from microsoft downloads and Mesh OEM windows xp Pro.

Ok some good news and some bad if you config one Hard drive with Windows service pack3 with a PS/2 port Mouse XPS 3 will install and reboot fine with no usb flash drive or a usb hard drive.

But if you install XPS 3 one hard drive and then reenable the second sata drive then the second BSOD comes back and the only work around is to press F8 until the popup boot menu comes up and then press Esc button and quickly press F8 and then choose Disable automatic restart on system failure you have to do this everytime you restart or turn off pc.

I used a normal Microsoft USB Keyboard and USB Belkin Wireless network Adapter XP3 does not affect theses as far as I know.

# FURNACE said on 10 May, 2008 05:44 PM

SP3 boots and works excepting the Network doesn't show and can't detect my onboard hardware ( all latest drivers reinstalled and checked ). Still works though on the net through the lan even if it doesn't know its there???????  

click on 'My Computer' takes 30 odd secs to come up after the flashlight looking thing?  

Device manager is black it comes up with nothing in it ?? all this after installing SP3.  Uninstalled back to sp2 same prob now so I went back to sp3 since there was no improvement lol. I have a "4200X2 939""k8n sli pro nforce4 nthbrd""7900GT SLI"

Any help appreciated thank you.

# Tuan Nguyen said on 10 May, 2008 06:36 PM

I think, you need update new version for XP SP3 (version WINDOWSXP-KB936929-SP3-X86-ENU)

# jesper said on 10 May, 2008 07:06 PM

Superme: I haven't seen an Intel machine that has the 0x7E error yet. I wonder if it has both drivers on it the same as the AMD computers we have seen with problems? Check and see if there is an AMDkN, where N is some number, driver. If there is, disable that one.

# jesper said on 10 May, 2008 07:07 PM

Frank: on that D500 laptop that keeps flashing, try changing the screen resolution on it and see if that works. Go into the Display Control Panel and set it to something less than what it is now.

# jesper said on 10 May, 2008 07:20 PM

Francesco: I really wish I could tell you how to fix your problem, but you do not have one of the ones I know about. 0x74 is a completely different error code. 0x74 means that you have a bad configuration database file, a portion of the registry, on your computer. You cannot solve that problem with any of the advice in the post.

If you have installed any new hardware I recommend you start by removing it. The error could be caused by bad hardware, notably, bad memory, according to this article: support.microsoft.com/.../326679. Can you remove half the memory in the computer and see if that helps?

If that does not help, I think your best option is to do a repair of your XP installation. That will set you back a bit, require you to install new updates and software, but you can at least access your data that way.

# Andre Lafargue said on 10 May, 2008 08:43 PM

I can't thank you enough Jesper for helping solving my Hp AMD64 issue after installing SP3! I was on the verge of wiping out my hard drive when I discovered your blog! You saved my soul... which was pretty low in the gutter from endless rebooting ha! The sc config intelpmm start= disabled did the trick! Thanks again

Andre from Canada!

# Eric777 said on 10 May, 2008 09:19 PM

Ok I found the error for the  ACPI Compliant BSOD stop error code: 0x000000A5 and  AMD Athlon™ 64 FX-60 Dual Core and ASUS A8N32-SLI Deluxe PCI-Express Mainboard.

In my case it was the onboard network controllers

Marvell Yokon and Nvidia nforce network adapters.

I have two because I was using a wireless network adapter.I disabled both in the bios.If I left one enabled I never got the BSOD.

If you disable both in windows in Device Manager no errors.

# pat said on 10 May, 2008 09:42 PM

Ihave the amd hp computer and sp3 black screen.  I have tried all of solutions available with no luck.  I have an error message saying lsass.exe bad image that prevents me from getting anywhere after the splash screen.  My computer hung on Sp3 installation froze and on reboot...is totally destroyed.  I've got at least 48 hours of my life in this at this point to no avail.  Have tried ubcd to boot but nothing I've tried works.  Thank Bill Gates for the Mother's day present.  I'm so angry. How to take a perfectly good system and destry it and offer no  solution when I called tech support.  

# Gis Bun said on 10 May, 2008 09:49 PM

Is the A8N32-SLI Deluxe specific to the deluxe version? I have the "regular" version and installed it on my second XP installation with no problems. Running an Opteron 170 with a NVIDIA 7600GT card.

# jesper said on 10 May, 2008 10:11 PM

Pat, I think you have a very different problem. Did you manually power off the computer during installation of SP3? If so, you may have received only parts of the service pack, which would cause the kind of corruption you are seeing. You may also be a good candidate for a system repair. If you boot from the XP disk you should be able to repair your installation.

# Donald said on 10 May, 2008 11:02 PM

Is it possible to go into Safe Mode and apply the registry fix before downloading and installing SP3???

Just curious.

I however will be holding off a few more weeks unless MS decides to throw it at me sooner.

# jesper said on 10 May, 2008 11:12 PM

Donald: yes, you can apply the fix before installing SP3, but you don't need to go into safe mode to do it. Make sure you only deploy that fix on a computer that will have the problem though.

# postpaleo said on 10 May, 2008 11:16 PM

"# Eric777 said on 10 May, 2008 09:19 PM

Ok I found the error for the  ACPI Compliant BSOD stop error code: 0x000000A5 and  AMD Athlon™ 64 FX-60 Dual Core and ASUS A8N32-SLI Deluxe PCI-Express Mainboard.

In my case it was the onboard network controllers

Marvell Yokon and Nvidia nforce network adapters.

I have two because I was using a wireless network adapter.I disabled both in the bios.If I left one enabled I never got the BSOD.

If you disable both in windows in Device Manager no errors."

Using the same main board. Asus A8N32-SLI Deluxe and I found your fix to be interesting. I had run into a problem sometime in the distant past and had disabled the Nvidia network before all this in the Device Manager. I have forgotten why, probably wasn't using it and it didn't like it, but don't recall for sure anymore. The Yukon has and is still enabled. We aren't using the same main chip, but mine is dual core AMD and the BIOS I am still using is the 1205 version.

........................................................

These are really bizarre fixes and for the life of me I would still be screaming well into the night in the general direction of Redmond if I had not been linked to Jesper's site from "Tech Support Forum" and saw Astout's mouse fix. Man what desperation will lead one to try and this still leaves me aghast at it all.

I have since installed SP3 on two other machines, both AMD chips, one an Asus board and the other an ASRock dual series and no trouble on either. This update does not like the A8N32-SLI Deluxe board at all.

I still am wondering how many have this kind of problem but can't get out on the net to see some possible things for a fix. Anyone care to bet how many calls to the local computer shops are being made?

I apologize for misspelling your name Jesper. Jasper is a type of stone that I had to deal with in a previous job and it still kind of sticks in my mind. And thanks again for getting this information out.

# Donald said on 10 May, 2008 11:34 PM

Hi Jesper

My computer is an HP/Compaq with an AMD 3800+ X2 CPU.

I ran the Command Prompt and it said

Start    REG_DWORD    0x1

That makes me think I need to apply a fix. How do I do that in Normal Mode?

Thanks again.

# jesper said on 10 May, 2008 11:57 PM

Donald: you can run this command:

reg add hklm\system\currentcontrolset\services\intelppm /t REG_DWORD /v Start /d 0x4 /f

That will disable the intelppm driver.

# Donald said on 11 May, 2008 12:15 AM

The fix worked perfectly. Says 0x4

Now I feel more confident the download/install will succeed.

Thanks again.

# Dan said on 11 May, 2008 12:56 AM

My CPU usage spiked to 100% after SP3 install on a Compaq SR1603WM.  Can't find the process in the Task Manager. Any help on what process is causing the problem and how I can fix it? Thanks.

# jesper said on 11 May, 2008 01:30 AM

Dan: why don't you try using Process Explorer instead to check on the CPU utilization. technet.microsoft.com/.../bb896653.aspx.

It may give better results.

# tran doan giang said on 11 May, 2008 03:13 AM

when  i update SP3 ,it's version 2002, i think version 2008?

# Gary Barclay said on 11 May, 2008 03:47 AM

Jesper...brilliant write-up thanks...I was going into panick mode and this guided me through.

I'm running a home built Intel based pc:

Intel D875PBX, P4 3Ghz, 1G, ATI 9700, WD Raptor 74Gb.

I had an issue where as soon as I logged into my domain, my system rebooted displaying/reporting no codes...

I tried uninstalling...same thing, I tried installing SP2 over the top, twice and still no go, same issue.

I could log in under safe mode, so figured I would be able to sort it one way or the other.  Tried to install install latest Catalyst drivers but they would not install in safe mode.

Booting into VGA mode did it, I checked the version of the drivers: 8.432 installed updated to latest (8.467).  Rebooted and I'm in  albeit now back at SP2.

Not sure whether I should upgrade now that I got it working again...best left for a bit I think.

Thanks again for the write up.

# Iano said on 11 May, 2008 04:33 AM

Some great Info here, well done,

I am having a problem with xp sp3. I have an Abit in9 32max, running a quad core, I have partitioned my hard drive, In the first half i have vista 64 bit installed and on the second partition i HAD xp installed. I tried installing xp sp3 and it came up with a fatal error. After trying numerous attemps to rollback, i was left with the option to format, it would not let me in to safe mode and any time i went in to "R" console, it only gave me the option of c inwhich vista is installed. I am trying to do a full reinstall of xp, but every time i try it want me to install sp 3 . It also comes up with an error message A Disk read error occured, press crtl alt del toreboot and i notice that some of the characters on this screen are diffrent colours which seems very odd. I would like to be able to get xp sp2 back up and running on my other partition, any ideas please

# Mike said on 11 May, 2008 04:51 AM

This is it. I am soooo done with Microsoft. Ten years of sifting through technical gibberish like this, I am so sick of it. All this nonsense just to get my computer to boot.

My son has a Mac since over five years. As far as I can tell it

a. never crashed

b. ran with no problem for all this time. not one glitch

c. never required a service pack to fix something

   (easy .. nothing was broken in the first place)

I donate my Windows XP junk to the first one responding.

# problema con windows said on 11 May, 2008 06:31 AM

Bueno, pues creo que yo no tengo ninguno de esos problemas, pero tengo este mira.

0x000000713(0xF7A85528, 0XC000034, 0X00000000, 0X00000000)

Alguna solución?

# Asi said on 11 May, 2008 06:57 AM

Shalom Jesper.

I have AMD 2000+ with an Abit NF7-S custom computer. I've tried all the instructions above, and it's still can't boot normally. When i load the system recovery console using the Windows xp CD, and type - disable intelppm  it says: the registry entry for the intelppm service cannot be located.....

Any other suggestions?

# Jetrunner said on 11 May, 2008 07:17 AM

I also had this Boot Problem. In a Dualboot Configuration by XP and Vista I used a USB Stick for ReadyBoost under  Vista. Removing the stick solve this problem and XP boot and works fine.

# Eric777 said on 11 May, 2008 08:46 AM

Did clean install of windows xp Pro.

loaded defaults in bios.

Updated all drivers to latest out.

installed Norton Internet Security 2007 (but disabled when installing service pack 3 for xp).

Did a windows update and install everything except sp3.

put in a non USB mouse PS/2 port.

Then got service pack 3 from windows updates.

# Eric777 said on 11 May, 2008 08:56 AM

Ok I found the error for the  ACPI Compliant BSOD stop error code: 0x000000A5 and  AMD Athlon™ 64 FX-60 Dual Core and ASUS A8N32-SLI Deluxe PCI-Express Mainboard.

In my case it was the onboard network controllers

Marvell Yokon and Nvidia nforce network adapters.

I have two because I was using a wireless network adapter.I disabled both in the bios.If I left one enabled I never got the BSOD.

If you disable both in windows in Device Manager no errors.

Last install was successful so I thought write how I did may help others here.

Did clean install of windows xp Pro.

loaded defaults in bios.

Updated all drivers to latest out.

installed Norton Internet Security 2007 (but disabled when installing service pack 3 for xp).

Did a windows update and install everything except sp3.

put in a non USB mouse PS/2 port.

left Sata driver in bios enabled and had two hard drives installed.

Then got service pack 3 from windows updates.

# John Costella said on 11 May, 2008 08:59 AM

Thanks champ! HP AMD Sempron. Recovery Console, disable intelppm. Fixed.

PLEASE ask Microsoft and the major search engines to promote this page to the top of the pile for "XP SP3 crash" or similar. At the moment, forums regarding the beta of SP3 are all that come up. (Seems like the issue was known, which begs the question ...)

Cheers

John

# El Diablo said on 11 May, 2008 09:04 AM

Windows. Microsoft. Pathetic operating sytstem developed by incompetent thugs. Why did god so hate the world, he inflicted this piece of crap on most of its PC users?

# Dave said on 11 May, 2008 09:50 AM

Thanks for the fix on HP AMD machines.  MS owes me and everyone else for their time on this one.  Until there is sufficient pressure on MS, they will continue to let their users debug for them.  How about a class action suite?  Maybe that will wake them up?

# Home999 said on 11 May, 2008 10:06 AM

Vielen Dank,

-> Intelppm deaktiviert

==> Problem gelöst

(HP, AMD 1800+)

Grüße

# Lyn said on 11 May, 2008 10:51 AM

Microsoft Windows XP [Version 5.1.2600]

(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\HP_Owner>reg query hklm\system\currentcontrolset\servi

ces\intelppm

! REG.EXE VERSION 3.0

HKEY_LOCAL_MACHINE\system\currentcontrolset\services\intelppm

   Type        REG_DWORD       0x1

   Start       REG_DWORD       0x1

   ErrorControl        REG_DWORD       0x1

   Tag REG_DWORD       0x3

   ImagePath   REG_EXPAND_SZ   system32\DRIVERS\intelppm.sys

   DisplayName REG_SZ  Intel Processor Driver

   Group       REG_SZ  Extended Base

HKEY_LOCAL_MACHINE\system\currentcontrolset\services\intelppm\Security

C:\Documents and Settings\HP_Owner>reg add hklm\system\currentcontrolset\service

s\intelppm /t REG_DWORD /v Start /d 0x4 /f

The operation completed successfully

C:\Documents and Settings\HP_Owner>reg query hklm\system\currentcontrolset\servi

ces\intelppm

! REG.EXE VERSION 3.0

HKEY_LOCAL_MACHINE\system\currentcontrolset\services\intelppm

   Type        REG_DWORD       0x1

   Start       REG_DWORD       0x4

   ErrorControl        REG_DWORD       0x1

   Tag REG_DWORD       0x3

   ImagePath   REG_EXPAND_SZ   system32\DRIVERS\intelppm.sys

   DisplayName REG_SZ  Intel Processor Driver

   Group       REG_SZ  Extended Base

HKEY_LOCAL_MACHINE\system\currentcontrolset\services\intelppm\Security

C:\Documents and Settings\HP_Owner>   Jasper is this what we are after???

# Simon Zerafa said on 11 May, 2008 11:04 AM

Hi,

Never use CHKDSK /R unless you are sure there are no physical errors on the drive.

Using CHKDSK /R (and CHKDSK from the XP Recovery Console) could seriously mess up the contents of the drive and make it far more difficult to resolve your STOP 0x24 errors.

If possible use CHKDSK /V from a WinPE based boot CD or use Safe Mode to do the same.

If you can see the errors are minor then issue a CHKDSK /V /F to fix them.

Kind Regards

Simon

# jesper said on 11 May, 2008 11:37 AM

Gary: Thanks a ton for the information on the driver! That helps a lot. I'll update the blog with more information on which driver may be the culprit.

# jesper said on 11 May, 2008 11:39 AM

Asi: what is your error code?

# Ryan said on 11 May, 2008 11:40 AM

Hey thanks this is great. encountered this problem on an Intel based system Celeron to be exact so therefore I am not sure whether the fixes you provided will work will intel. do you have a Fix for intel? email me if anyone does. ryan.jones26@gmail.com

# jesper said on 11 May, 2008 11:41 AM

Lyn: yes, that is exactly what we are after. You should be good to go.

# jesper said on 11 May, 2008 11:42 AM

Simon Zerafa: what is the problem you have seen with chkdsk /r? I was not aware of any.

# jesper said on 11 May, 2008 11:47 AM

Ryan: yes, there are some possible issues relating to Intel-based computers as well. What error message are you getting?

# Bayden Rank said on 11 May, 2008 12:03 PM

Hi I have this problem having downloaded SP3 but can not access my PC in any mode at all.  One message I get is that my Keyboard is Locked Out and to unock it?

This may be a daft question but if I remove the HDD and connect it to another computer [via a caddy] will I be able at least to rename the offending file so that Windows ignores it?

# Eric 777 said on 11 May, 2008 12:22 PM

There loads of info on the ACPI Compliant BSOD stop error code: 0x000000A5 fixes here.

forums.microsoft.com/.../ShowPost.aspx

# axlehead, fastercomputers.net said on 11 May, 2008 12:27 PM

I have had this problem on 1/2 of the 6 computers that I upgraded. I have found no consistency regarding intel vs amd. Problem worst w/RC2. All had most current bios. Chkdsk /p was run a cmd prompt w/cd bootup prior to upgrade. An Inspiron 5300 cannont as yet be recovered by any of the suggested methods. Replacing the GDI32.dll yields a new errror: "numerical crc check error , cannot continue." As for microsoft, this is incredibly sloppy work. I can't this didn't show up almost immediately on their test computers.

# jg125 said on 11 May, 2008 12:44 PM

HP Media Center PC m7470n, MSI MB, Boots continuosly after installation of SP3. Booted up into Safe Mode, performed "sc config intelppm start= disabled" w/o quotes.  PC booted up normally.  So far, so good!  Thanks for the time-saving in getting this resolved!

jg125

# axlehead, rhogarth@foundrycove.com said on 11 May, 2008 12:44 PM

Hey Harris Chester:

Booting from Symantec Recovery Disk '04/'05 Systemworkd Pro or Ghost 10 disk allows you to see sata and manipulate files. I always boot with USB drive attached with files that I need "pre-extracted" and renamed for easy cut and paste. -Axlehead, Rhogarth@foundrycove.com

# Lyn said on 11 May, 2008 12:49 PM

Jasper; Lyn here  I just wanted to say thanks. I just finshed updating to sp3 on this very machine. thanks to you. Good Job

# Korcula, CROATIA said on 11 May, 2008 12:53 PM

Thank you!!!!

You are my idol!

# Ed said on 11 May, 2008 01:04 PM

Just to put forward a different point of view - installed Sp3 on 30th April and have had absolutely no problems at all. (XP Pro on an intel processor) Have much sympathy for those with the HP AMD problems etc but surely shouldn't some of the vitriol being directed at Microsoft be redirected at the likes of HP for not setting up the XP installations correctly in the first place.

# Ray said on 11 May, 2008 01:20 PM

I have ATI's version 8.467 driver installed on my AMD Athlon HP computer with XP SP3.

I have not had a boot problems but my computer occasionally blue screens while watching a DVD. The message doesn't stay on the screen long enough for me to read it.

ATI's driver fills up the event log with various error messages.  They are aware of the issue but tell you to just use the driver that your PC manufacturer provides because they do not support laptops.

After you install ATI's new driver, the Windows Update site provides the old driver as an update that you can optionally install.

I should also mention this is the second time I got the error 0x80092026 at the Windows Update website. I had to delete the registry key mentioned in KB 555374 ( support.microsoft.com/.../555374 ). After I deleted this key, the Windows Update feature worked again. I never got a warning message that automatic updates were failing (even though they were). I had to go to the Windows Update site to find out.

If someone was writing malware, they could write that registry key to prevent the fixes for any exploits from being patched by Windows Update. The person from secure@microsoft.com who replied to my email did not understand this and instead referred me to technical support. Maybe someone else will have better luck convincing them that this is a problem.

# Edward Aschan said on 11 May, 2008 02:03 PM

I have noticed that there are other issues with sp3. Don't know if it's still related to the ASUS/AMD kombination or something else. This weekend I bought and installed Rainbow 6: Las Vegas 2 on my computer running sp3. And the game was unplayable at any setting with graphic artifacts and long delays etc. This despite having sufficient hardware to run the game (Nvidia 7900GT, 2Gb RAM, Athlon 64 X2 4200+, Raptor 150Gb). After uninstalling sp3 the game ran flawlessly. Currently sp3 is too unstable and flawed to be of any use to me.

# clipboard said on 11 May, 2008 02:09 PM

I have a P4 2.4G. 2Gb Ram it did reboot about 10 times before it become stable

# Asi said on 11 May, 2008 05:35 PM

There is no error message. All happens too fast, it's just keep rebooting over and over all the time. When i hit F8, the boot menu appears but no matter what option i choose, it reboots immediately after i push 'Enter'

Thanks

Asi

# Faethore said on 11 May, 2008 06:12 PM

Wish I'd have found this site before I reenstalled windows.  I was having the second problem and actually stumbled onto the solution accidentally when I installed my USB floppy to flash my bios.

Windows started up and I didn't flash them. =b

Hopefully they fix this that way I can remove the floppy some day.

# Faethore said on 11 May, 2008 06:15 PM

Oh forgot to tell you.

I have an A8N-SLI Delux Motherboard and an AMD Athlon 64 3200 processor.

# Ron Kuhn said on 11 May, 2008 06:59 PM

Your blog was helpful, but my SP3 failed on an older problem with my A8N32-SLI. I thought I was having the same boot cycling problem others have had in spite of taking precautions.  Looking more closely I had the 0x0000009C stop code.  My A8N32 had an earlier problem where there were paging errors  at boot time if CNQ (Native Command Queuing) is turned on.  After some updates the system would not boot. The CNQ option can be turned off  via the device manager menu selecting the appropriate IDE ATA/ATAPI controller. It looks as though SP3 may have enabled this feature and/or come up with a sequence of paging requests the hardware could not handle.

Also, I tried to uninstall SP3 in safe mode, but the uninstaller was not able to find a file.

# Andre Boutet said on 11 May, 2008 08:03 PM

HP AMD-based computer, had the endless reboot problem because of intelppm.sys.  Thanks a lot, you beat the HP site (I still do not see that very important info on their site)

# Paul said on 11 May, 2008 08:17 PM

I loaded SP3 into mine (HP Pavilion w/AMD 64 Athalon ATI) and it froze while installing the new update. I turned off my machine manually with the switch, and it had to uninstall the update and reboot itself just to come back up again. I tried the whole process again, and it worked fine with 1 normal reboot. I made sure I turned off everything on Norton 360 (firewall/auto protect EVERYTHING!). I think that is what froze it the first time.

BTW: I had to clear the Windows Update memory in order for SP3 to show up again on the update website. The website kept thinking it had already installed it even though it failed the first time.

# pat said on 11 May, 2008 08:40 PM

Jester,

During service pack 3 installation my system hung.  I left it go hoping that it was just slow and went to bed after several hours hoping it would continue..but the morning...it was still frozen.  Froze at the process checking portion toward the end of the service pack3 install.  Had no choice but to reboot because I couldn't do anything else.  Have tried the various solutions...but can't get past the lsass.exe error.  My oem cd doesn't seem to have a repair option...it wants to reinstall and I'd like to save my date.  Used the ubcd4 to boot and try to restore to no avail.  A friend also early on advised me of the ibmppm disable solution and done that... but didn't solve it.  

Is there a way to repair from my oem disk..because the option on the hp oem disk sp2 doesn't give me the repair choice that I've seen people talk about.  I've also heard some oem disks don't have that option .  It does see a previous installation but offers only new install.  Can I try to remove sp3 using the new post above and then try restore again using the ubcd boot disk?

# Joel said on 11 May, 2008 10:10 PM

Just a thought from my end:  Dual 2GHz Opteron 256 processors here, XP SP3 update on my system, no issues whatsoever.

# Jeremy said on 11 May, 2008 10:11 PM

I have a AMD based computer and i was able to load up safe mode and i simply went into the \windows\system32\drivers and found the intelppm.sys file and renamed it intelppmbad.sys and restarted and its all fixed. In case someone cant fix it via other means

# Eric O. said on 11 May, 2008 11:18 PM

Jesper

Thanks for your great blog.  You solved my SP3 update problem after I found your site on MS TechNet. I have a stock HP Pavillion a1130n (AMD processor) and I never had any problems with it until I installed the XP SP3 update on 5/8 and got the failure to boot problem. As I am no computer guru, I spent hours trying to figure out what went wrong. But once I found your site, your clear diagnosis of the 'intelppm.sys' file problem in AMD PCs and your explanation of how to find the underlying error code and then disable the driver solved my problem (after only missing the 'space' after '=' in the "run" command syntax first time around). This problem must affect many users, as HP has sold a lot of AMD machines.

# Damo said on 11 May, 2008 11:22 PM

I've installed SP3 with no dramas, i have an AMD athlon XP 64 X2 dual core 4600+. works like a charm

# pat said on 11 May, 2008 11:42 PM

was able to remove sp3 and get rid of the lsass.exe error I was getting.  Got into windows but some things missing.  Tried to reinstall the sp3 which went in ok (no hang this time afte disbling the ibmppm) but still hit the endless reboot loop.  Dual core AMD HP  and this time got error message 0x0000007e.   Any suggestions?

# Eleanor Goff said on 12 May, 2008 12:23 AM

Luckily, I dual boot with Ubuntu, and I have just decided

never to select Windows again.

# Guf in NZ said on 12 May, 2008 12:39 AM

I have a ASUS A8N32-SLI Deluxe motherboard, and got stuck with the BSOD about ACPI.  I updated my BIOS (v1103 or something) to the lates *NON-BETA* verson, and that fixed everything.

(During my testing though, I disabled ACPI on the [old] BIOS, and instead of the BSOD I got a reboot about the time the mup.sys was loading...  I forget now if I got a BSOD message with that one.  Reenabling it got me the original BSOD again.)

However, I have 2 installs of XP on that machine, and the other (non-patched one) had exactly the same symptoms as the patched one after the install.  Updating the BIOS fixed them both.

# Krick said on 12 May, 2008 01:35 AM

Regarding the PS/2 mouse solution...

At the hardware level, all motherboards are still limited by legacy IRQ assignments for backwards compatibility reasons.  All current motherboards allocate 4 IRQs for the PCI bus, including all PCI slots, the AGP slot, and all onboard PCI devices, including USB port controllers (up to 4!!! on one board), onboard sound, LAN, raid and secondary IDE/SATA controllers, and even onboard video.  So, with only 4 IRQs to share, it's a crowded place and all the drivers have to play nice when they're forced to share and IRQ.  Windows tries to hide all this ugliness with virtual IRQs, but there can still be problems if hardware (or its drivers) doesn't co-operate. Usually, the trouble makers are sound card drivers (Creative Labs is the worst) and video card drivers.  Which IRQ (or more correctly IRQ line) each item gets is determined by the slot it's in or how it's hard wired into the motherboard, in the case of onboard devices.  However, for legacy reasons, the PS/2 mouse port is treated differently.  When you don't have a PS/2 mouse plugged in, no IRQ is assigned to the port.  But when you plug one in, it's always assigned IRQ 12 (and doesn't share, to my knowledge) and all the other devices are bumped around to make room.  This may explain why switching to a PS/2 mouse might work for some people.  When stuff is bumped around, either the devices aren't butting heads over the same IRQ, or maybe windows has to re-detect devices when they're bumped around.  The same logic may explain why people are seeing odd behaviour with external drives (usb, sata, etc) connected or disconnected.

# superbignerd said on 12 May, 2008 01:52 AM

Regarding the blue screens; have you have any experience with attaching your machine onto a debugger? It requires either a serial port, or a 1394 port (and a 1394 cable), and an install of Windows kernel debugger. You can get the software here: www.microsoft.com/.../installx86.mspx

And there is instruction as part of the package on how to install and use it. Once you install and attached the debugger, boot your machine and it should break into the debugger with the 0xA5/0x24 bugcheck. There should be more information on the screen at this point that will provide hints as to what the bluescreen is about. If you paste the screen here i might be able to give some suggestions to the root cause.

cheers.

# Paul said on 12 May, 2008 02:15 AM

I have a HP computer bought last September.  It has AMD processor (64 4000+).  It came with Vista which I hated and so I installed XP replacing everything.  I have also installed SP3 and the computer has been perfect since the installation last Thursday.

Thanks for a most interesting site.

Paul

# ANZAC said on 12 May, 2008 02:21 AM

I have a ASUS A8N32-SLI with AMD FX60. The first SP3 install, it froze on the "Performing Cleanup" step.

After I reset, the C: drive was messed up, and I had to go to the recovery console, do a chkdsk, then it booted and tried to undo the install and went into the boot loop, it never would boot ok. I did an XP repair,  +calls to MSFT India to activate my XP install.

Tried it again, and it froze again on Performing Cleanup during the install, but upon reset it detected that setup failed and cleaned up nicely.

I installed it ok on a different (newer) ASUS mobo with AMD I've built and it worked fine.

I can't believe this got through testing. I'm just going to wait until they fix it and deal with it MUCH later. I wasn't so desperate for SP3 that I've got time to spend time messing around in safe mode, regediting and everything else just to use my PC.

# Andy Taylor said on 12 May, 2008 02:34 AM

The following worked like a charm. Many thanks!

If you booted into safe mode you can run "sc config intelppm start= disabled"

# bitmap said on 12 May, 2008 03:15 AM

For those having the Asus A8N32-sli deluxe problem:

I believe that default is to have legacy USB enabled,

have you tried to disable it, and does it make a difference?

I had some weird problem last year with random memory errors that only went away after disabling the legacy USB, and i'm curious if the boot with USB flash fix might be somehow related. (ex: BIOS bug in USB code, which isn't triggered if we can get past the BIOS level USB detection, or having a USB disk device caused windows to unload the BIOS USB code and reload the normal windows USB drivers)

# Buzz said on 12 May, 2008 03:22 AM

Thanks Jesper, I'm in the procees of pushing SP3 out, most of our machines are intel ... but there are a few "lurking" AMD's I will know now to keep an eye on these.

# Remco said on 12 May, 2008 03:28 AM

I have the ASUS A8N32-SLI mobo with the 1205 BIOS installed. After upgrading to SP3 my system started rebooting. Booting with my external usb drive powered up alleviates the symtom however I hope we get a real fix either from m$ or from ASUS. I have not tried installing the 1405 BIOS because there is no mention of ACPI related fixes. Can anybody with a 1405 BIOS tel me of they have the rebooting problem?

# Philip De Bruyne said on 12 May, 2008 03:33 AM

Well, i'm just sooo happy my computer works fine. I upgraded to SP3, and one day later i noticed all of this... My computer is an HP pavillion, a .be version. It's AMD-based, but it seems to work with SP3. heck, if it didn't, i'd have to run my backups ; always handy to have :P.

# Joel Zerpa said on 12 May, 2008 03:36 AM

My machine is AMD ATHLON XP and after install SP3 is SLOW...boot, run apps, all is more slow now. Resume, for me SP3 is BAD, M$ lies!!!

# HA HA said on 12 May, 2008 04:51 AM

Install Ubuntu!!!!!!! HA HA HA HA HA HA!!!!!!!!

# HAHA said on 12 May, 2008 04:52 AM

Install UBUNTU!

HA HA HA HA HA HA!!!!!!!!!!!!!

# Romano said on 12 May, 2008 05:36 AM

This bug afflict also italian version?

Thanks

# Meesharie said on 12 May, 2008 06:51 AM

Thank you!!! As you suggested, in Safe Mode I ran "sc config intelppm start= disabled" and rebooted my computer and it worked! I can't thank you enough! I was in tears thinking I lost everything after I installed SP3 and couldn't get my computer to stop rebooting.

If only you could see the smile on my face!

Forever grateful, Meesharie

# Suzanne said on 12 May, 2008 07:12 AM

I installed SP3 on my Gateway laptop and started having problems with it crashing and restarting the computer.  I opted to reformat Windows, only to find out my only update option is SP3.  (Kicking myself)  It still will suddenly crash, flash a blue screen, which I cannot read because it goes so fast, and then restart.  I am hearing now about the AMD/SP3 problem and wondering if I need to disable automatic restarts.  The last time it crashed and restarted, my firefox browser was blank, as if I'd never used it.  All my bookmarks and settings were gone.

# Manu said on 12 May, 2008 08:39 AM

Wow.. this was wierd. I inserted a flash drive and the PC came up. I have a dual boot amd pc with xp and vista.

# Freedom said on 12 May, 2008 08:47 AM

Windows XP SP3 installed fine on my custom-built AMD system.

AMD 3200+ CPU

MSI K8T Neo motherboard

2GB RAM

Single 320GB Sata Drive

USB mouse and keyboard

# Ken Ward said on 12 May, 2008 09:40 AM

Thanks for this!!!  Sounds exactly like what happened to me.  HP/Compaq w/AMD processor.  I rebooted into safe mode and used control panel/add remove programs to remove SP3, and all seems fine again.  I'll disable intelppm.sys, try again, and see what happens.

# Gis Bun said on 12 May, 2008 09:45 AM

Why do the whiners complain that's it's Microsoft's fault when it was HPs? Clearly HP screwed up by putting an Intel based image on an AMD system. This goes against Sysprep usage as it clearly states that Sysprep should not be used when putting an image on that was based on one architecture (Intel) on another (AMD).

As for the other whiners who are leaving Windows XP to switch to Linux or OS X? Good luck! There is less support in Linux for hardware [and software] and Macs are over priced and are buggy themselves.

# Ken McHardie said on 12 May, 2008 09:59 AM

I have a UK Manufactured PC: Mesh Fireblade SLI, using an Asus A8N-SLI Deluxe motherboard, and AMD 4800+ Chipset.

I installed SP3 and received a "Memory Error", then a reboot.  SP3 said it had failed to install correctly, then Uninstalled itself.  It then rebooted and tried to install Outlook Express!?  It failed with a memory error and shutdown in order not to damage the PC.  It did this a second time, then third attempt it booted up into Windows.

Now my Windows Installer doesn't work! I tried to start IM, but it ran the "Installing New Program" prompt, then fell over.  

I now cannot uninstall from Add/Remove Programs.

Windos SP3 is listed as installed (although I don't think it is), and there is no "Installed Date".  

I'd like to uninstall it - but frankly I'm scared to do that !

This is the equivalent of sending my Petrol powered car to the garage for a service and having them re-deliver it back home, having topped the tank up with Deisel!  

Bad job Microsoft. All round.

# CuongDang said on 12 May, 2008 10:27 AM

Thank you very much.

# m4gnu5 said on 12 May, 2008 10:29 AM

My homebrew PC died immediately after the SP3 update.  AMD X2 3800 processor and MSI K8N Neo2 mainboard.  It began by locking up while the boot progress bar was active.  After many attempts to boot it into safe-mode unsuccessful, I ran a series of mainboard burn-in and memory tests from a bootable CD with no errors.  Next, I decided to try and repair the Windows installation with the XP CD.  That reports that both NTFS partitions on my 160GB SATA2 drive are gone, replaced with a single FAT one.  Now I get the generic message: DISK BOOT FAILURE - INSERT SYSTEM DISK.  The HD utilities on my Ultimate Boot CD don't work at all either, most crashing with an MCB chain error.  I've Googled that, but there isn't any info relating to my specific issue.  So I'm beginning to wonder if I'll ever be able to recover the data from it, even if I install XP on a new drive and use data recovery software on it.  Any ideas?

# Glenn Bedford said on 12 May, 2008 10:32 AM

I had this issue on my HP AMD Pavilion.  M7100E.  It's a great computer, the first one I ever purchased instead of building myself, and it's been solid since day one.  SP3 did put it into the reboot loop.  I booted into safe, used system restore and came back before SP3.  A few days later I see this article.  I dropped to command prompt, entered:

sc config intelppm start= disabled

then let windows update do my SP3 install.  Installed no problems whatsover!

Unfortunately though, I am using media center through a Comcast cable box.  Now, when I went to watch some HD channels, they blue out with a 'restricted content' message.  

They worked fine before SP3, so I don't know what happened.  The spurs game sucked last night, so nothing major, but I need to get it fixed asap, or system restore will have to work it's magic again.

# sporkinum said on 12 May, 2008 11:07 AM

Did not get reboots, or halts. I had it take an inordinate amount of time on the windows loading screen, and then the screen eventually went blank. Only way out was to press reset on the tower.

I went to add/remove programs and removed sp3 after several attempts at getting it to run. Rebooting after removing sp3 did not fix login problem. Fortunately I had created a recovery point before installing, so I rolled back to that point (took forever!) and rebooted. Still got the blank login screen. At that point, it was 2am and I said to hell with it and went to bed.

Next morning, powered up machine, same thing, so I tried something stupid. I moved the video cable to the other port on the video card and rebooted. It worked! I don't know why?! The only thing is that I had been struggling with getting the fglrx driver working in kubuntu 8.04 and had moved it a week ago.

Anyhow, system consists of Biostar M7VIK mobo,  AMD XP2400 cpu, and ATI X1950pro AGP card, setup dual boot.

# jesper said on 12 May, 2008 11:16 AM

Bayden Rank: sorry about the long delay. Your problem sounds very different from all the rest. Does your computer boot? Can you give us the exact error message? If you have another keyboard, I would try with that.

# MSIifyer said on 12 May, 2008 11:21 AM

The VPN issue has proven (in several other situations) to be due to ZoneAlarm apparently not being SP3 compatible. Disabling ZoneAlarm does not correct the issue; it has to be _completely_ uninstalled. Do that, and your VPNs will start working again.

# jesper said on 12 May, 2008 11:36 AM

Answering several posters with one comment. Hopefully this works for everyone.

Axlehead

You are not the only one complaining of corrupted files. I think at this point, given the new free support option, you should call in for that. It ought to be extremely rare that a service pack installation causes this kind of file corruption. Could you have some malware on the computer that is causing it?

Asi

Try booting with an external drive attached. You almost certainly do not have the intelppm problem, given that you have a custom built computer. I would expect that you also have the file corruption issue.

Pat:

You do have the intelppm problem. Please try the work-around in the section entitled "First problem, affecting AMD-based computers with OEM images"

Romano:

I have not seen a problem with an Italian language installation yet, but I can't see why it would be any different. It would probably be safe to assume that, yes, it does affect it.

M4Gnu5:

Your post worries me. You have some serious partition table corruption. I don't think SP3 caused it. Could the tools you ran have corrupted it? The only way I know of to fix it would be to use low-level tools to manually rewrite the partition table. That area is a bit beyond my skill level though.

# wavespike20@yahoo.com said on 12 May, 2008 11:39 AM

Have the A8n-sli deluxe board silicon 3114 raid 0, and stable until april 14 then started getting random bsod. Only way to stop them was to disconnect any ide drives (cdrom and extra hd). Loaded sp3 hoping for relief... lol. Still no bsod with only the raid running.

# Rob Scott said on 12 May, 2008 11:48 AM

Experienced locked up XP SP3 systems for 3 days. Essentially Windows would boot up but then fail to respond to any respond to input.

This even affected both command line and safe mode, the fault was cleared after repeatedly rebooting the OS into command line mode and manually kickstarting explorer and rollback pre-SP3.

System is a AMD X2 5600+ based on a GA-M57SLI-S4 with 4Gb of RAM and ATI 9800 Pro, custom build.

Just in case any experiences this fault.

# BronZ said on 12 May, 2008 12:14 PM

I have a HP Pavilion m7560n Minitower... Had this exact problem with XP sp3 last week ... Tried to call for tech support at Microsoft ... "forget about it" ... Sent 2 hours speaking to 7 different people in India and they wanted to charge me $79 to help fix the problem ... They also wanted to send me to HP because it was a factory installed verion of Windows Media Center 2005 Edition... They only wanted $50 to help solve the problem ... Nobody indicated that there was even a problem ... Bottom line...  no solution from India or HP and I had the worst customer service experience I have ever had in my life ... Ended up doing a total system recovery and downloading my backup files ..Everything is back working and nothing lost only the time spent setting up my computer again ... I will not download XP sp3 until I have more confidence in the system reboot issue ...

# Greg said on 12 May, 2008 12:59 PM

Thanx for summarizing the issue so nicely and offering the outside links for further information.

I haven't installed SP3 yet, but it's good to know I can come back to this page in case I need further help.

Cheers!

# Terry said on 12 May, 2008 01:01 PM

Below is the problem I had.  I put in a usb flash drive and can now reboot.  Going to try and take SP3 off my system.

Microsoft - when will I ever learn.

"At the moment, I do not know for sure why this is happening, and I have not personally seen it. The people that have seen it seem to all have custom built AMD computers. Possibly, it is related to computers with the ASUS A8N32-SLI Deluxe motherboard, and possibly some others too, in them. Several different AMD processors have been fitted on that board, however, so it seems more likely to be the board than the processor.

The solution is simplicity itself: insert a USB flash drive, or some other form of secondary storage mechanism, before booting the computer. The people have that have seen this problem report that it goes away when they do. The catch is that the computer will only boot with a secondary drive attached. If you remove the secondary drive it will no longer boot. "

# Davethedrummer said on 12 May, 2008 01:02 PM

All that's great but what should I do if I have not yet installed SP3 and want to keep from having this problem when I do install it? And my AMD HP desktop computer does not seem to have the amdk8.sys file only the intelppm.sys file. I'd rather have a preemptive solution than a dead in the water one. Thanks!

# jesper said on 12 May, 2008 01:38 PM

Davethedrummer: go ahead and proactively use the intelppm fix detailed above. That should work for you. More than likely you have a different version of the amd**.sys file.

# King Killa C said on 12 May, 2008 01:41 PM

ASUS A8N32-SLI Deluxe Issues:

I found that by disabling the COM Port, the Paralell Port, the Game Port, or the MIDI port in the BIOS allows the PC to boot.  It's like there is an IRQ conflict causing system hault that wasn't a problem on SP2

# Googleman said on 12 May, 2008 02:20 PM

Mine crashed too. Have a Compaq running MCE 2005, 2nd rollup, AMD 64 5400+. I tried the update twice and had to reboot in safe mode and do a system restore. After going to windowsupdate a few times it finally started downloading individual updates...86 in all! Why do you need all the same updates all over again? SP3 said it was just a cumulative update, what's the point?

Blame whoever you want, point is that this was an avoidable problem.

# DutchUncle said on 12 May, 2008 02:27 PM

you do realize that our IT department's *first* thought is to reimage the drive?  And that Microsoft's first response to most things is to reformat and reinstall?  

There is no way that ANY software developer should have Automatic Updates turned on.  Any development configuration management system expects a stable development environment, and the entire purpose of AU renders your environment unpredictable - and unreversible.  

# DutchUncle said on 12 May, 2008 02:32 PM

Jesper wrote:  It ought to be extremely rare that a service pack installation causes this kind of file corruption.

Yes.  I couldn't agree more.  In fact, it should be UNTHINKABLE that a service pack causes corruption.  Sadly, I had this experience with Windows 3.x, Windows NT, and Windows XP (I managed to avoid ME).  I started in IT in the mainframe days, when damaging the system was a hanging offense.

# me said on 12 May, 2008 02:43 PM

Hmmmm so Microsoft wants us all to buy Vista... there's kick back from paying customers.... next there is an update for the currently in use, and stable OS, to 'support' paying customers who want to keep using it, then, mysteriously, there are many problems with the OS.... and some even go to Vista because of the problems...

Didn't I mention that Microsoft was originally wanting everyone to go to vista?

# ME said on 12 May, 2008 02:54 PM

This is interesting, almost sounds like an equation of some kind (maybe a story problem :D):

-Microsoft wants users to buy Vista

-Vista works poorly on all but very high end machines

-Users kick back and tell Microsoft they want to keep using XP

-Microsoft puts out an update to allow users to keep using XP instead of going to Vista

-There are many problems with the update

-Some users even buy and use Vista

.... interesting

# PantherDave said on 12 May, 2008 03:02 PM

Excellent Blog and thanks for the help!  I have an AMD HP OEM that had the 7E error after installing XP SP3 and disabling intelppm fixed it!

# Rick Lossner said on 12 May, 2008 03:02 PM

I'm running the HP OEM stuff.. and had this exact issue...  i've got your data in my back pocket for the fix next time around!   However, I think I'll hold off on SP3 for a few weeks this time..

thanks for the insight!

# HPzilla said on 12 May, 2008 03:30 PM

Have HP with Intel DuoCore.  SP-3 Won't boot to win-safe mode/or best known settings.  error 0.24.  USB thumb drive installed does not help.  Restore will erase all data on HD.  Not a good option but, nothing else seems to work.  Suggestions?

# jesper said on 12 May, 2008 04:12 PM

DutchUncle:

Yes, you are totally right. If you have a managed environment, then reimaging troubled systems is absolutely the right way to go. I've even gone so far as to say that troubleshooting of managed systems, beyond 5 minutes, is a waste of time. You should have facilities in place to prevent any data loss (network storage) and just reimage.

The same holds for Automatic Updates. In a managed environment, you should not let updates automatically deploy to systems without first ensuring that they are stable and compatible with your environment.

However, the majority of the computers that we have seen crashing after deploying SP3 so far are not managed systems. They are home systems. The HP AMD-Based computers are largely aimed at consumers and some small business users. The ASUS motherboards are aimed at enthusiasts who build their own computers. There may be some other problems that affect BigIT. Notably, the interaction with the ATI video drivers is still unclear, as is the reason for the disk/file corruption. However, so far, I think it is safe to say that BigIT has not seen the problems that the consumer and small business segment has. That is troublesome because consumers do not know where to go for help more often than not.

# jesper said on 12 May, 2008 04:15 PM

HPZilla:

You have the file corruption problem. Try following the advice under "other STOP errors" above. Notably, it may work if you boot to VGA mode. If that does not work, I would call the Microsoft support line above. They can walk you through troubleshooting it.

# mroberts9513 said on 12 May, 2008 05:53 PM

My ABIT IC7-MAX3 p4 machine has been in the rboot mode sine I install the SP3?  Stop: 00000139 {EntryPointNotFound} The procedure entry point GdiGetBitmapBitesize could not be located in the dynamic link library GDI32.dll is the error message.  Anyone seen this one?

# Bryce Downing said on 12 May, 2008 06:00 PM

This is to confirm that both the USB mouse to PS/2 port and USB flash drive before booting workarounds worked for me. I am able to boot using either workaround.

Please let me know if there is anything I can do to help. And THANK YOU, Jesper!

# Philip S said on 12 May, 2008 06:27 PM

I would like to know which computer brands and configurations MS use to develop their software. I would then buy such a system and be assured that their stuff stuff would always work on this pc.

# drkshdw4u said on 12 May, 2008 06:37 PM

Jesper my system wont even let me download sp3 but it will everything else let me ask u, is it really worth it (sp3) if u have sp2 right now and have it all updated and protected good?

# jesper said on 12 May, 2008 06:47 PM

drkshdw4u:

At some point, you will have to either get SP3 or go to Vista to keep getting updates. However, that is a long way away, and if SP2 is working for you right now I would suggest you stay there, make sure you have the security updates, and let the dust settle. Ordinarily I would say you should upgrade to the service back faster, but right now I have a hard time saying that.

# jj said on 12 May, 2008 07:13 PM

I'm running a Compaq Presario with an AMD 64 Athalon procc. w. USB ports jammed full, Media Center, Nvidia, Comcast cable modem on a Netgear card.  

  After 3 attempts yesterday with the "reboot" problem and another today with Windows Updater giving me Error Code: 0x80246007 (I renamed the download dir after reading the prep. instructions.  Searching for the error # found nothing),  I'm going to wait this one out.

 Has anyone made a compatability chart or DB we could check?

 It looks like M$ is going to "Open Source" XP.  They've got us doing all the work.  Ubuntu IS a nicer world.

# FarCry said on 12 May, 2008 08:02 PM

After installing SP3 i cannot access windows component wizard from add/remove programs. Reverting back to SP2 fixes the problem.

The error i am having is:

"Setup library msgrocm.dll could not be loaded,or function OcEntry could not be found.Contact your system administrator.the specific error code is 0x7e"

I have expanded desk.cp_ to desk.cpl from my windows XP SP2 cd but no good. Thank you

# FarCry said on 12 May, 2008 08:03 PM

After installing SP3 i cannot access windows component wizard from add/remove programs. Reverting back to SP2 fixes the problem.

The error i am having is:

"Setup library msgrocm.dll could not be loaded,or function OcEntry could not be found.Contact your system administrator.the specific error code is 0x7e"

I have expanded desk.cp_ to desk.cpl from my windows XP SP2 cd but no good. Thank you

# seymour said on 12 May, 2008 08:43 PM

@Jesper

You guys done any benchmarks on SP3?  Can I expect any performance gain (as reported in some site)?  I have an Athlon XP 1800+ on a Soltek nforce2-400 board.  Seems to me that's the only reason I'd want to risk and apply SP3 right now.

# Stephen Rimington said on 12 May, 2008 09:00 PM

thanks for your advice ps how long will it Microsoft to come up with a fix yours sincerely Stephen

# GargantulaKon said on 12 May, 2008 09:33 PM

I have SP3 installed with no problems. I even took the risk of not backing up my system like I usually do, because I am so behind in organizing all my data before a backup. I had the SP3 setup hang at the "Creating restore point" step. I even had to force a reboot of the computer after forcing a kill for the setup process. I thought I had ruined my computer, but the installation never started so I just tried again and it ran with no problems.

# Mike O'Brien said on 12 May, 2008 10:12 PM

I have an A8N32-SLI Deluxe-based computer I built myself - installed (legal!) OEM WinXP SP2 on an AMD Athlon x64.  Note this is 32-bit Windows though.

After SP3 it goes into a reboot cycle with a stop error, which I believe is A5.  I can't get it to slow down enough to display clearly.  In the BIOS I disabled both Ethernet controllers, the Firewire and the sound card.  The mouse and keyboard are both PS2, there are no USB devices of any sort connected.  Still cycles in a reboot.  If I plug in a Flash drive and try to reboot, the BIOS stops saying "Reboot and Select proper Boot device or Insert Boot Media in selected Boot device and press a key".

The disks are arranged in an nVidia RAID 1 array so I can't disable one disk.

Any suggestions at this point?

# Jeff said on 12 May, 2008 10:56 PM

First off - thank you.  I'm now trying to glue all my hair back in.

Second-I am running an AMD based HP Pavilion computer, with Media Center, an ASUS mb (not sure if it's the one you specify, and fianlly an NVIDIA video card with the Catalyst drivers (guess if your gonna do, do it right).  None of the fixes or work arounds worked.  I ended up uninstalling the SP3, which is what I wanted to do as soon as it stopped working.

Thanks for your help and directions to MS site.  

# jesper said on 12 May, 2008 11:04 PM

Responding to several posters:

FarCry: you have the file version issue discussed above under other problems. However, in your case it is not a critical OS file that is corrupted. I do not know what could be causing that, but it seems suspicious. Have you run a full malware scan on that system any time recently? I would be very curious for the result.

Stephen Rimington:

The most I can tell is that Microsoft is aware that there are problems. How long it will take to do anything about it, if it does anything at all, is anyone's guess.

Mike O'Brien:

You definitely have the problem with that ASUS motherboard. What happens if you plug in the flash drive and then force the BIOS to boot from the RAID array? Alternatively, can you get a USB mouse/keyboard and try with that? Perhaps someone else with a similar setup can give you additional pointers.

# Mike O'Brien said on 13 May, 2008 12:10 AM

In response to your response, the BIOS doesn't seem to care what order the boot devices are in; in fact, USB isn't even one of the options in determining the boot order.  It just won't boot with a USB drive plugged in, so that's out.

This here _MAC_ (he said, shouting only slightly) has USB mouse and keyboard; I'll try them.

# Ulugbek said on 13 May, 2008 01:07 AM

Actually this problem is a subject for a collective court case against MS, who is treating its customers, who have paid for the system and expect updates to improve it and not waste their time to restore it, and in worst cases, restore their files (!). They simply did not test the update on a variaty of PC configurations, though their budget allows doing it, and what about the beta testing procedures - I cannot believe no of the thousands of MS testers spontted the issue

# rprebel said on 13 May, 2008 01:13 AM

Jesus Horatio Christ! No wonder Windows is so buggy. This here MAC (he said, shouting out loud) has bluetooth mouse and keyboard; I like them.

# Mike O'Brien said on 13 May, 2008 01:29 AM

Well, that was interesting.  The Apple USB keyboard and mouse allowed the system to boot, finally!  More fiddling with the BIOS, keyboard and mouse shows that there's a BIOS Boot option to enable/disable/auto the PS/2 mouse.  The system will only boot if the PS/2 mouse is disabled or not present.  I must, for now, run the system with a USB mouse.

This is something of a pain because the system's actually connected to a PS/2-style KVM switch.  I'm going to have to keep an extra mouse floating around just for this box, it seems, unless and until Microsoft figures out what they did in SP3.

Thanks for your help!  At least, with some kludging, I've got a working system again.  But something's still very, very wrong in there, at some fundamental level.  I'm afraid it's going to come back and bite me.

# Chris said on 13 May, 2008 02:04 AM

I have A8N SLI - Deluxe and Opteron 185 dual core. I isolated the problem to my mouse being plugged in (Logitech G9). I could boot up without it plugged in but couldnt if it was in. It worked fine after boot up when inserted. I've uninstalled SP3 until this issue is sorted.

# rasmus said on 13 May, 2008 03:24 AM

Hejsan jag är 88 år och jag har en nyböjare oppsan LOL

# Adrian Croizé said on 13 May, 2008 03:48 AM

U saved me some time troubleshooting. Nice, clear blog. ty

# Bayden Rank said on 13 May, 2008 04:04 AM

Hi Thanks for getting back life must be hectic.

Here is a link to the screen shot I get.  After trying to make contact via a PS2 keyboard and mouse I get another message that says the keyboard is locked and to unlock it. I have never locked it and not even sure I have a lock on the PC.  It is a MESH.

I am thinking about removing the HDD and linking it to a laptop to disable the offending file. Is this viable?

Many thanks for you help it saves this PC from landfill.

# Giovanni said on 13 May, 2008 05:05 AM

I got a notebook Acer Aspire 3023 with AMD Sempron CPU,

I have installed sucessfully SP3, and till now i don't have problems at all!

# Kirk said on 13 May, 2008 06:37 AM

Set RegEdit to 4

Did not fix problem

Unchecked inetppm in autoruns from sysinternals

technet.microsoft.com/.../bb963902.aspx

Boots up no problem

# Scott Ladewig said on 13 May, 2008 06:41 AM

One of our users has an Optiplex GX260 that blue screens with the 7E error. Intel CPU so not the AMD issues. Checked to make sure no AMD equivalent to intelppm as you suggested to another commenter, and found nothing. NVidia video card, not ATI.  Any suggestions?

I've told him that aside from being time to retire that PC, a reload is the only fix at this point. Still, this makes us hesitant to roll out the update and/or recommend our users do the same on their home PCs.

# Gis Bun said on 13 May, 2008 07:37 AM

Jesper: You can't really say to stick with SP2 permanently. After all, with SP3 available, Microsoft will surely discontinue SP2 support in under 2 years and SP3 will be manditory to get [by then] security fixes.

Instead, maybe stick with SP2 but will either go with SP3 if the system gets unstable later on - or the user buys a new PC!

# vikingds said on 13 May, 2008 07:49 AM

Thanks Much!!!!!

Compaq Presario SR1603WM 4GB RAM and BFG 8400GT graphics card...

No problem with the video drivers, just got into safe mode and disabled intelppm, and she booted right up.

Again, Thanks Much!!!

# Francesco said on 13 May, 2008 07:55 AM

I tried to unistall following the Microsoft's article (from the recovery console), but the same error (0x00000074) appears... :(

# Bob said on 13 May, 2008 09:31 AM

My Win XP Media Center system was salvaged with your help.  Thanks a bunch

# Joe R said on 13 May, 2008 10:31 AM

Having continual reboot problem...going to try solution...will let you know what happens (fingers crossed)

# jesper said on 13 May, 2008 10:41 AM

Bayden Rank:

I need more information to know what is going on. Is it giving you an error message other than that the keyboard is locked out? What error message is that giving you? What file is it complaining about? I wonder whether you have the elusive file corruption problem.

# Geovanny said on 13 May, 2008 10:41 AM

good Blog, i have a question, my computer is a core 2 duo, windows xp sp2, but when i want install sp3, show a message: "Access denied", and cancel all installation. what i can do?

# jesper said on 13 May, 2008 10:43 AM

Scott Ladewig:

Is the computer giving you any more information on the error? Is it complaining about a specific file? Can you try booting in VGA mode? That would tell you if it is the video driver that is the problem. There are some walk throughs on troubleshooting that error here: support.microsoft.com/.../330182. I have not seen many of those on Intel-based systems yet, so I don't think it is a common problem like the AMD one.

# jesper said on 13 May, 2008 10:46 AM

Gis  Bun:

No, I am absolutely not saying to stick with SP2 permanently. It will have to go away, and supposedly, SP3 works really well for the vast majority of people. The one thing right now that bothers me is this file corruption issue. If only I knew what that was I would feel a lot better about broadly deploying SP3.

# jesper said on 13 May, 2008 10:47 AM

Francesco:

Try a system repair from your Windows XP disk. Alternatively, call the MS Tech Support line listed above and see if they can walk you through it. I think your system is sicker than most.

# jesper said on 13 May, 2008 10:47 AM

Francesco:

Try a system repair from your Windows XP disk. Alternatively, call the MS Tech Support line listed above and see if they can walk you through it. I think your system is sicker than most.

# KarlBo said on 13 May, 2008 11:00 AM

I have an ASUS a8N32-SLi, I always had problem with reboots with XP SP2. The PC can reboot 3 times an then start. I found this on ASUS support and applied it. My PC seems to start better now, but it is still early days.

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\usb]

"USBBIOSHACKS"=dword:00000000

"USBBIOSx"=dword:00000000

# Hans Pennings said on 13 May, 2008 11:03 AM

I have an Intel PC, and tried to use the Recovery Console to rollback the SP3 intallation. Failed since the $NTUnisntall...$ file was absent. Probably the result of an ill-advised attempt to use the Repair function on the Windows CD (resulting in the green error screen and reboot being replaced by a blue error screen and a system shutdown). I never could read the green screen...

# FarCry said on 13 May, 2008 11:14 AM

I have avira antivir classic edition. I am going to do a full scan plus a rootkit scan and then i am going to do a scan with spybot and a-squared free edition. I will report the results and inform you if I find something suspicious.

But it is rather strange because removing SP3 solves the problem by reinstalling the backup files that SP3 stored into the Servicepackfiles folder under C:\windows

# erik said on 13 May, 2008 11:17 AM

On an A8N-SLI Premium mobo, I couldn't even get the download progress bar for SP3 to advance past 0%.  Was it internally installing despite the freezup?  Not sure.  No hard drive movement.  The screen would freeze, mouse pointer on a couple attempts wouldn't move.  I couldn't get keyboard functions to work, not even Ctrl+alt+del.  I can't even attempt to install SP3 anyhow!

# FarCry said on 13 May, 2008 11:23 AM

I have read at The Register the following comment

"I have found that the problem does NOT exist if one downloads the 554MB .ISO file and then burns the .ISO to a CD,” he said. “Following that, installation of Windows XP SP3 has no problems EVEN ON AMD PROCESSOR based machines. If one uses the online update to Windows XP SP3 or the 316MB installation file then problems will arise."

I am going to give it a try after removing SP3 to install it from the ISO file again. Maybe this will correct my problem. I have already tried installing SP3 by using windows update (70MB) and by executing the 316MB installation file. I will try the ISO method to see if it will make wonders

# Francois said on 13 May, 2008 11:32 AM

My motherboard has the same problem on reboot after SP3 install:

The BIOS in this system is not fully ACPI compliant

ASUS M2R32-MVP (Crossfire)

# Francois said on 13 May, 2008 11:35 AM

I have the same problem on reboot after SP3 install:

The BIOS in this system is not fully ACPI compliant

ASUS M2R32-MVP (Crossfire)

# me said on 13 May, 2008 12:13 PM

Thank you very much for these work arounds!

# George Vest said on 13 May, 2008 01:02 PM

I also came accross this problem with ASUS A8N32SLI Deluxe. I did have a USB mouse as soon as I plugged it into PS2 it booted just fine. I re-installed windows with SP3 for the third time this time I created a second partition on my hard drive and it worked just fine with my mouse on USB.

I also used SP3 betas, never had this problem until they released the final SP3.

If Adobe created for Linux I'd Tell M$ to kiss off.

# guido waldenmeier said on 13 May, 2008 01:08 PM

M$ will never learn it

Bullshit as Allways

I need a Computer that work allways

for work and private

so i buy me a apple few weeks ago

Hell i tell you

i new style of life with computer

i can do my work and must not allways think

how stable run my computer today

i feel real good now with the new "work tool"

# Dr. Zoltar said on 13 May, 2008 01:50 PM

Thank you for the info you posted Jesper.  It's one of the few places that has detailed instructions as to what to do.

I just uninstalled SP3 until MS creates an official stable one for AMD machines.  I feel sorry for all the non-techies who have run into the SP3 problem and don't know where to go for help.

# Nino U. said on 13 May, 2008 02:08 PM

Have the ASUS A8N32-SLI Deluxe MB. Updated to SP3 and got the reboot problem. I switched my logitech-mouse from the USB-port to the PS/2 port, and that fixed the problem.

But first I fixed it, with the XP-cd in the drive and booting from the harddrive.

Waiting for a more permanent fix.

# Dave W said on 13 May, 2008 02:21 PM

I have an Asus A8N32-SLI Deluxe with Athlon X2 4400+, running BIOS v. 1405 (the most recent) and XP SP3.  So far, no problems.   Also running with USB mouse & keyboard with Legacy USB disabled (that setting was recommended by Corsair to fix a RAM timing issue with the board).

# Mike Hawkins said on 13 May, 2008 02:21 PM

Well I have a "home-built" machine with a Gigaqbyte MB a GA-K8NSC 929 - which uses an Athlon64 cpu with NVidea3 chipsets and also has an ATI 9800 All in Wonder video card.

Of course all was perfect on SP2, but SP3 caused endless boot looping. Going in with the recovery console I saw my drive mapping was off. I used fixmbr which got  the machine to boot but no drivers are working, or working properly, video (ATI), ethernet (Marvell) or audio (Creative)

I sent an email to MS for help but not sure where to go next. I have been tempted to do a rebuild but may try to unwind SP3 instead.

# Eric 777 said on 13 May, 2008 03:18 PM

Mike O'Brien said on 12 May, 2008 10:12 PM

I have an A8N32-SLI Deluxe-based computer I built myself - installed (legal!) OEM WinXP SP2 on an AMD Athlon x64.  Note this is 32-bit Windows though.

After SP3 it goes into a reboot cycle with a stop error, which I believe is A5.  I can't get it to slow down enough to display clearly.  In the BIOS I disabled both Ethernet controllers, the Firewire and the sound card.  The mouse and keyboard are both PS2, there are no USB devices of any sort connected.  Still cycles in a reboot.  If I plug in a Flash drive and try to reboot, the BIOS stops saying "Reboot and Select proper Boot device or Insert Boot Media in selected Boot device and press a key".

The disks are arranged in an nVidia RAID 1 array so I can't disable one disk.

Any suggestions at this point?

I had this problem try this In the bios enabled both Ethernet controllers and the Firewire disable the raid to disabled.

press F8 as boots up as quickly as possible a bootup menu should come up and Press Esc key and then F8 quickly and your get the "Disable automatic restart on system failure" option if that don't work then try safe.

Do this at your own risk as your going to loast your raid setup.But this should let you get into windows in safe mode as admin rights and If you got syslem restore enabled can remove Service pack 3.

If the above does not work then get hold of a the one I used was 4gig but shows up as 2x2gig usb flash drive.

Use a USB keybroad and a PS/2 mouse Logitec rollerball.

Then try the F8 and Esc on boot up to get to the "Disable automatic restart on system failure" option in the Advance safe mode setup.

Works on A8N32-SLI Deluxe-based with bios version 1303.

# Highlander said on 13 May, 2008 03:58 PM

Installed SP3 on an ASUS A8N32-SLI Deluxe Board and, what a surprise, got a Blue Screen with code 0xA5. After trying a 160MB-USB-Drive and an additional 250MB-SATA-HD, which both allowed to boot the system, i figured out, that replacing the file "ntldr" with the old one from SP2 solved my problems - the system boots from the internal 1TB-SATA-HD with or without any additional drive.

# Jan Koekkoek said on 13 May, 2008 04:10 PM

Thank you very much for this information. After installing sp3 my system gave the same error! It is a HP7290 with an AMD processor. I booted into safe mode and ran "sc config intelppm start= disabled". that the sun was shining again. It runs now fine again!

# Bruce Hardesty said on 13 May, 2008 04:17 PM

After installing SP3 on my desktop (Dell Optiplex 745), the Fujitsu ScanScap scanner attached to the machine stopped working. When I opened the Device Manager window, it was completely blank.

Stupidly, I tried to install the SP3 on my laptop (Dell Inspiron 630m). The wireless NIC stopped working. Again, the Device Manager window is completely blank.

Both computers have Intel chips.

There is a SERIOUS problem with SP3. If you have a Dell computer, don't install this virus.

# CPA said on 13 May, 2008 04:22 PM

Thanks so much for generously sharing this information.  You saved me from a lot of frustration.  I have 3 HP Pavilion AMD desktops, and I was anxious about SP3 upgrade.  Fortunately, I read your blog that led me to prepare my HP desktops prior to the upgrade.  I'm not sure if I had to but I modified all intelppm Start entry to 4 in all ControlSet\Services under HKEY_LOCAL_MACHINE\SYSTEM\.  Then I ran the upgrade which was successfull for all 3 HP desktops.  Again, thanks for your advice.  I also found MS KB888372 useful.

# Kelly patrick said on 13 May, 2008 05:05 PM

Installed sp3 on my AMD Duron, KT266A Northridge Chipset, Ultra DMA with brand-new WD hard drive(clean), 137+GB. I had just loaded SP2 on my computer and SP3 was automatically downloaded as a update. Asked to reboot system. When I clicked on the reboot now link, I recieved the blue screen of death.

After restarting computer and @ initial rebooting of my console, I recieved the following error at the time of system startup:

BIOS ROM checksum error

Detecting floppy drive A media...

INSERT SYSTEM DISC AND PRESS ENTER

The BIOS copyright notice is loaded before this error. I cant enter the SETUP menu at all to change the boot drive back to my HDD or CD rom. I had previously removed my floppy drive years ago, but after I first recieved error message I went ahead and reinstalled it. I dont have any recovery discs, other than my CD bootdisk and XP home install disks for Home and SP2. No Flops for system boot. Am not sure what to do next.

# postpaleo said on 13 May, 2008 05:22 PM

I think Krick has nailed the problem with most of the ASUS A8N32-SLI Deluxe boards, get XP, after the install, to assign/look at new IRQ's or do what ever it does with them. It's the only thing that makes any sense why moving the mouse (keyboard other devices?) around would make any difference. It would be interesting to understand why the flash drive will work for some of us, but when unplugged again goes into the endless reboot again, at least on mine. I would think it has to be related to this, but only a temporary rather then a more permanent IRQ switch? But my guess is if you have this board, try anything to make it rearrange the IRQ's. And like I said in my first post the mouse in the BIOS was set to auto detect (and still is) and if I get this problem again, I just wonder what setting the option to something else and then back again would do.

I did a check disk run today. I don't think I've ever had any fix corrupted files before, but I did this time. I knew I should have written the damn file down, sorry. But I can't be sure this is in any way related either.

I've yet to hear anything back from ASUS about this, but directed them here for a look see. Maybe they ignored me as I was too lazy to look up all the info they want when sending them a simple note to pay attention to the real world. Maybe we'll get a new BIOS out of them out of all this mess, that would be nice, all listed are very old.

# Timoleon said on 13 May, 2008 05:42 PM

Hi Jesper ---

Here's an odd one.  We had the SP3 reboot issue upon installation with one of the machines here at work --- a 5-year old AMD Athlon brewed up for us by a local computer shop.  Tried all of the tricks, to no avail.  As a last gasp, IT installed a new power supply to see if that would affect the behavior of the computer in any way.  It now works!! (4 days and counting...)

# *** said on 13 May, 2008 06:44 PM

After installing xp sp3 re-boot sp3 wants to install

document viewer.  this is most likely caused by the driver for a HP 6300 series all in one.  The solution is to uninstall the software and reinstall as if the printer is new install.  Disconnnect the printer during un install and connect when software looks for it as it would for a new printer install.  This might work for other HP printers where you get this problem

# Rod Simpson said on 13 May, 2008 06:49 PM

Dell DE051 Intel Celeron 2.53G BIOS A01

Woke up this morning to it rebooting. I tried the F8 and disabled the reboot and was able to read the error message.

UNMOUNTABLE_BOOT_VOLUME

STOP 0x000000ED

Any suggestions would be appreciated.

# jesper said on 13 May, 2008 07:56 PM

Rod Simpson:

It sounds like the file corruption problem to me. I would call Microsoft and see what they have to say. I really would like to know what is causing this. It actually sounds like a malware problem.

# Uebator said on 13 May, 2008 11:55 PM

Ebaniy sp3, nuhuy ego eti pidarasi sdelali, odna huyna u nih poluchaetsa!!1

Ebanaya v rot vista chego tol'ko stoit, aaaa blya uviju bila geytsa ub'yu nahuy!!11

# John said on 14 May, 2008 12:02 AM

Thanks for the tip.  I have an HP AMD desktop and your regedit to disable the intelppm driver restored my desktop without having to reload my image and now SP3 is stable.

# wolfgang said on 14 May, 2008 12:12 AM

after HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\Intelppm "start" value set to "4" reboot problem disappeared (HP AMD 64x2 desktop)

# Mike Hawkins said on 14 May, 2008 12:20 AM

Well I am finally getting a small bit of performance from SP3 on my Gigabyte GA-K8NSC-929 with an ATI 9800 video board.

I downloaded the SP3 iso file and burned it to a cd that the sick PC would still not boot or recognize. I finally got around this by copying the file to a second drive and unpacking it with WinRaR. I then ran the Upgrade several times with all the background apps turned off AntiVirus, Spybot, etc (of course).

Jesper - One remaining serious problem seems to be the inability to get ATI drivers that work. I downloaded 8.4 from the AMD/ATI site and went through the complete uninstall/reboot/install process and the machine still complains with an ATI error message that the drivers are missing. My screen is a 640x480 medium res with no options to change.

Any ideas?

Thanks a million.

# Mike Hawkins said on 14 May, 2008 12:32 AM

A bit of good news in all this pandemonium...

Downloaded and upgraded XP Pro SP2 on a Dell D420 laptop, Intel U2500 Core Duo cpu with 2GB RAM and had a few hiccups but all in all it went smooth and works fine.

Now the AMD Athlon64 with an ATI board I mentioned above is a different story......

# jesper said on 14 May, 2008 12:44 AM

Mike Hawkins:

I think several people have had problems with those ATI drivers. There are some third (fourth?) party drivers that seem to work better. Alternatively, an older version of the Catalyst drivers seems to have less problems. Troll through the comments and the newsgroup thread linked in the post and you should find the reference.

# Donald said on 14 May, 2008 01:52 AM

Now when I click the Turn Off Computer icon to shut down my PC, I get a prompt to install important updates and shut down the PC. Underneath there is a line that says "click here to turn off without installing updates".

Does this mean it would install SP3 automatically with the computer off?

# Dan Kaup said on 14 May, 2008 02:52 AM

I have an HP system running XP Media Center Edition 2002 SP2.  I have not yet installed XP SP3.  Here are the results from running the two commands you wanted run.  It does appear that the registry key is present but not the file.

Microsoft Windows XP [Version 5.1.2600]

(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\HP_Administrator>reg query HKLM\System\CurrentControlS

et\Services\Intelppm

! REG.EXE VERSION 3.0

HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Intelppm

   Type        REG_DWORD       0x1

   Start       REG_DWORD       0x1

   ErrorControl        REG_DWORD       0x1

   Tag REG_DWORD       0x3

   ImagePath   REG_EXPAND_SZ   system32\DRIVERS\intelppm.sys

   DisplayName REG_SZ  Intel Processor Driver

   Group       REG_SZ  Extended Base

HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Intelppm\Security

C:\Documents and Settings\HP_Administrator>dir %systemroot%\system32\drivers\int

elppm.sys

Volume in drive C is HP_PAVILION

Volume Serial Number is 4497-C6AF

Directory of C:\WINDOWS\system32\drivers

File Not Found

C:\Documents and Settings\HP_Administrator>

# Service said on 14 May, 2008 03:19 AM

I guess we have som work ahead of us. Anyway the  safemode workaround is working so I thank you for the tip.

# Olaf said on 14 May, 2008 04:06 AM

Thank you for your posting, Helps a lot

# Joe R said on 14 May, 2008 05:21 AM

Hi, Managed to get into safe mode and carried out system restore and computer back to normal but now find the auto update wants to install it...turned off update for the moment but is there anything else I can do to stop this until everything settles down?

# Scott Ladewig said on 14 May, 2008 05:46 AM

Jesper: No additional info on the error. We did not try rebooting into VGA mode. After we removed SP3, we returned the system to the user so he could get back to work.

# ChusZ said on 14 May, 2008 06:57 AM

I have a ATI Radeon 7000 installed in a Intel system. On first boot, after SP3 installation, Windows halts with a 0x0000007e error. I can't boot on safe mode. The only way to recover to previous situation is to do a "batch spuninst.txt", you know.

After complete the uninstall using spuninst.exe, I have removed all ATI drivers, and tried again to install the SP3. The result was the same, so I think that maybe it is not a problem of the drivers you have already installed in your system.

# Wardy7 said on 14 May, 2008 07:14 AM

Many thanks for the info. I have a ASUS A8N32-SLI Deluxe Motherboard and DualCore 64 4800+ processor and can confirm the USB storage device workaround worked for me. I was already using the PS2 slot. I also had a USB bluetooth adapter plugged in like a previous poster. A permanent fix would be good :-).

# Jesper T said on 14 May, 2008 07:22 AM

After installing SP3, Catalyst Control Center will no longer run. I try to reinstall it, and then CHKDSK pops up during startup and finds several errors, then reboots the pc. After that, suddenly I got a CMOS ERROR: BIOS DEFAULTS RELOADED upon reboot. I'm at a loss as for what I should do, but this is a system that has run stable for years before installing SP3, so it would be a really unfortunate coincidence if this is just due to hardware failing.

Specs:

Windows XP, all updates from Windows update

AMD Athlon 64 3200+ socket 754

Gigabyte GA-K8VT800 motherboard

ATI Radeon 1650 Pro AGP, Catalyst 8.4

1 gigabyte Kingston ram

80 GB Maxtor DiamondMax hdd

Creative Soundblaster Audigy ES

# Richard-S said on 14 May, 2008 07:38 AM

My HP / Compaq SR1519 AMD64 3200+ WinXP Home SP2 desktop PC went into the endless reboot cycle last Wednesday, after loading SP3 from Windows Update.

Thanks to info on MS Technet and your blog, I later changed the registry key to disable the Intelppm.sys before successfully installing SP3 from CD.

Although this PC is years beyond any warranty, I emailed HP to warn them and to ask them to put information about SP3 on the HP support web-site.

The HP tech.s replied but gave silly, inaccurate, wrong answers. I tried twice more but with the same result.

This PC has now two versions of the Intelppm.sys file: Presumably Intelppm.sys version 5.1.2600.5512 was loaded by SP3 but there is an Intelppm.sys ver. 5.1.2600.2180 in the $NTservicepackuninstall$ folder. (No other service packs or beta versions have been loaded onto this PC.)

This AMD PC was supplied with WinXP Home SP2 pre-installed by HP. So, presumably, the Intelppm.sys ver. 5.1.2600.2180 file was installed by HP?

# univers said on 14 May, 2008 07:58 AM

Had same intelppm.sys problem on a Systemax PC, disabling driver in safe mode fixed it.

# Andrew Reed said on 14 May, 2008 08:01 AM

Yesterday evening I downloaded SP3 to my Compaq Pressario desktop with AMD and of course afterwards the system would not boot. Using another computer and "googleing" I found your blog. Being not so confident in navigating the various steps to fix the problem, I called the MS 800 number mentioned. MS was very polite and although I had to wait some considerable length of time to be connected to a technician, the wait was worth while. The technician was extremely helpful and walked me through each step until the problem was fully resolved. The problem was the ippm 4.

I just wanted to say thank you for your part in getting me set off in the right direction. Otherwise I would have been completely lost!! Again many thanks

# doubleclick said on 14 May, 2008 08:13 AM

My System work perfect with xp2 so why xp 3?

:-)

DC

# Morten A said on 14 May, 2008 08:35 AM

We have several HP Compaq 6715b with AMD Turion64 processors.

Originally, the image is SP2, but a handful have upgraded to SP3.

I can confirm that the driver intelppm.sys is located in system32\drivers\ both prior and after the SP3 install.

The registrysetting is not, though....

# FarCry said on 14 May, 2008 09:09 AM

Installing SP3 from ISO no good. The problem exists. I am going to scan now though i doubt a malware is to be blamed for this. Will get to you soon

# GizmoKSX said on 14 May, 2008 09:11 AM

I have an HP AMD PC with SP2 running. After running

-

reg query HKLM\System\CurrentControlSet\Services\Intelppm

-

information is displayed, including:

-

ImagePath REG_EXPAND_SZ system32\DRIVERS\intelppm.sys

DisplayName REG_SZ Intel Processor Driver

-

After running

-

dir %systemroot%\system32\drivers\intelppm.sys

-

it simply says "File Not Found."

# Bonnie said on 14 May, 2008 09:14 AM

I can't even get in to safe mode after the upgrade to sp3

# Rollin Honn said on 14 May, 2008 09:32 AM

I have a HP with AMD Athlon XP 3200 and have not installed SP3.

First query states "Error Unable to find the specified registry key or value.

Second query show one file in Windows/system32/drivers.

A quick search found intelppm.sys in three locations. WINDOWS/system32 drivers; WINDOWS/system32/dllcache and WINDOWS/servicepackfiles/i386

Rollin Honn

irrph-computer@yahoo.com

# jesper said on 14 May, 2008 10:02 AM

Answering several posts:

Donald: No, SP3 is not currently rolled out via Automatic Updates, so unless you have manually checked for updates, it will not install that way. You would only get it if you go to Windows Updates.

Joe R:

What exactly is Auto Updates trying to install? Microsoft released a slew of new updates yesterday. Are you sure it is not them? SP3 should not be rolled out via Auto Updates at the moment.

Richard-S:

The $NTServicePackUninstall$ folder contains backups of all the files that were replaced when you installed the service pack. If you uninstall the service pack it would put those files back into their original locations. If you have the intelppm.sys driver sitting there it would stand to reason that it was there all along.

Bonnie:

You need to give us more detail to help you. What error message are you getting? Have you tried booting into the recovery console?

# jesper said on 14 May, 2008 10:04 AM

Morten A, Rollin Honn, Dan Kaup and GizmoKSX:

Thank you!!!

Morten A and Rollin Honn,

Are those machines running with the HP image or with a custom OS image that you created? What type of machines are they? Your results are the opposite of what I was expecting to see.

Dan Kaup and GizmoKSX:

That is exactly the result I was expecting. You have the instruction to load the intelppm driver in the registry, but the file is not on the computer. If your result is the norm it means HP is right that the service pack lays down the file even if it weren't there.

# m4gnu5 said on 14 May, 2008 10:11 AM

Thanks for the reply, jesper.  You may very well be correct, though I can't say for sure.  I am hoping that a new HD and XP installation will gain me access to at least some of the data on the corrupted drive with recovery software.  Do you have any thoughts regarding this route?  Also, if I repartition the drive to it's original configuration (ie Partition #1: 16.384GBs,  Partition #2: Remaining GBs, both NTFS), will I have any better success at a recovery?  I realize that this isn't exactly the proper channel to be going off-topic regarding my HD recovery ideas, but I'm between a rock and a hard place.  I'm a photographer who through lack of a backup plan lost 8 years worth of photographs that can never be replaced.  If I could afford to, I'd send the drive off to a professional firm for recovery.  Thank you for any advice you have.

# jesper said on 14 May, 2008 10:16 AM

M4gnu5:

I really feel for you. I really do. To be perfectly honest, I would not touch the drive if I were you. Do yourself a favor and send it off for professional recovery instead. There is a possibility that you will get some data back if you try it yourself, but I think the risk is too great.

# Chris Batey said on 14 May, 2008 10:27 AM

Jesper, I am having no trouble at present after installing SP3(build 2600) on HPdx2250 2.4Ghz Athlon64. A different worry though, Belarc Advisor insists I am missing 5no Security updates Q931906, 946974, 946983, 947590 and 947801. Windows Update says I am missing nothing. When I use any link to Knowledge Base, I am told "IE cannot display page etc etc" or I get a blank page in Firefox, which M$ won't allow in. I also put IE7 in to access M$ Update etc but use Firefox usually. IE7 won't display page from link to Knowledge Base on this page either. I am only happy that I am not in the middle of nowhere on a computer that keeps rebooting.

Chris

# george said on 14 May, 2008 10:39 AM

HP nx6325 (EY351ET) with XP SP2 from HP

1) The reg key or value was not found.

2) File is located in c:\windows\system32\drivers

# Drew said on 14 May, 2008 11:42 AM

Dell Inspiron 8600 Intel Celeron 1.5G BIOS A14

Woke up this morning to it rebooting. Worked with tech support and went through most of what has been described above but nothing worked. Unistalled SP3, try to work in the Recovery section and finally tried to format but nothing worked.  I then got an error message.

UNMOUNTABLE_BOOT_VOLUME

STOP 0x000000ED

The tech suggested the hard drive may be shot.

Any suggestions would be appreciated.

# jesper said on 14 May, 2008 11:46 AM

Drew:

The hard drive may be shot, but I would be more inclined to look at the partition table. Were you running any kind of anti-malware on that computer? If so, what kind, and are you sure there was no malware on it?

# Lyle Keating said on 14 May, 2008 12:25 PM

USB FIX WORKS!!  I have A8N32-SLI Deluxe mobo with AMD 4400 Coreduo processor.  After XP3 upgrade, endless reboot cycle.  Neither safe mode, last known good config, or other options worked.  Chkdsk /r didn't help.  Inserted USB drive and system booted right up.  Will try the mouse fix once I find the adapter.  Thanks a thousand times over.  This was maddening.

# Kevin Aylward said on 14 May, 2008 12:43 PM

I had the problem before I read this so I had to recover windows. I lost no data, but this was annoying. I then searched the recovered system. intelppm.sys was NOT there. Therfore MShit are the liars. I reset the reg entry par MS advice.

# Brian said on 14 May, 2008 01:33 PM

The best fix/solution for problems with SP3, and coming from a user who experienced a bunch of screen problems and other errors, AMD 64 3200+ processor:

Don't install SP3. Sp2 wasn't broken and there was no need to fix it.

# The Bookie said on 14 May, 2008 01:50 PM

DISABLING INTELPPM WORKED PERFECT ON MY COMPAQ SR1810NX THANK YOU SO MUCH. THE BOOKIE ASHEVILLE, NC

# EC said on 14 May, 2008 02:29 PM

I'm having trouble with a Dell GX620, as Brent Curtiss did. These use Intel Pentium, not AMD. But my stop error is 0x0000007E, same as those having the AMD problem. It won't boot to "last good configuration" and it won't boot to safe mode either. Same stop code when I try either one.

The odd thing is, it installed ok on another GX620. Some differences--

The one where it went ok, I installed from Windows Update. The other one I installed from a flash drive with the self-extracting file WindowsXP-KB936929-SP3-x86-ENU.exe on it.  

The good install was on my own PC, which automatically boots to an administrative user, and doesn't have the security settings we use on the public computers at our library. The one that failed boots to a limited account with lots of group policy settings and writing disabled to certain drives and folders. I don't know if that makes a difference--I installed it on a couple of public-use GX745's and they didn't have any problems.

Thanks for the many tips in your article--I'll be working through them.

# Jimmy said on 14 May, 2008 03:16 PM

We now have experienced the reboot problem twice - once on an HP and once on an Intel whitebox.  However, once reconfiguring the boot process to display the stop errors, in both cases it has been the following:

Stop: C0000139 The procedure entry point GdiGetBitmapBitsSize ......failure in GDI32.DLL

Their are two ways to fix this:

1.  Go into recovery console

    Go to the system32 subdirectory and rename the existing GDI32.dll file

    Then, copy the GDI32.DLL file from c:\windows\ServicePackFiles back to the Windows\System32 subdirectory and reboot

If the GDI32.DLL file does not exist in the ServicePackFiles subdirectory, as it did not in my second case (which was my own dang machine at work) Then you will have to do the following:

1.  Get copies of the GDI32.DLL files from a working machine from both the Windows\System32 subdirectory AND the Windows\System32\DLLCACHE subdirectory.  You HAVE to have both.  This is required because of the File Protection mechanism. The version .3264 fixed my issues.

# zincminer said on 14 May, 2008 03:23 PM

I have an HP Pavilion Media Center a1677c with an AMD Athalon 64 X2 (W) 4600+ 2.2GHz processor.  Have the Vista upgrade but am sticking with XP   I too had problems installing the SP-3 on it but thanks to your blog, I finally ended up using your idea re: run "sc config intelppm start= disabled" in the SAFE MODE.  I fortunately could boot into the SAFE MODE.  I tried the "flash drive" which didn't work.  Thanks for your help.

# Morten A said on 14 May, 2008 03:30 PM

//Are those machines running with the HP image or with a custom OS image that you created?

To be honest, I cannot tell you if they run on a HP image or a custom image.

The machines are shipped from HP, but they come with Vista, and since we have not yet started to use Vista, a third-party company reinstall the machines with XP (SP2).

The question here (which I will pursue tomorrow) is where they got the image.

//What type of machines are they?

They are ordinary clients. Not sure what you meen here, so please specify.

//Your results are the opposite of what I was expecting to see.

Well, isn't that the wonderful thing about computers? :)

# Richard S said on 14 May, 2008 04:18 PM

People are reporting that they cannot boot into Safe Mode to bypass the endless reboot cycle: Perhaps their PCs are just working very slowly?

Until my HP / Compaq AMD PC was struck by this SP3 problem, I'd seldom used Safe mode, but don't remember problems entering it.

After installing SP3, this PC has been very, very slow to enter Safe Mode:

On the first try, it was ages before the Safe Mode login screen displayed the available accounts. I used ctrl+alt+del and other things while trying to "wake it up."

On later tries, it has taken about 10 minutes after clicking on the "admin" account before "Safe Mode" boots and displays its "warning: Safe Mode" info message.

I don't understand why it is now so slow. But seeing no activity, people could easily think that Safe Mode is not working.

Otherwise, my AMD64 3200+ PC is now running SP3 smoothly.

Eventually, I'll have to do a complete re-format & reload of WinXP & SP3 to clear all the broken backup files.

# Richard S said on 14 May, 2008 04:26 PM

Seing comments about ATI video drivers, I uninstalled them before installing SP3 on my AMD64 3200+, Radeon 200 PC.

After installing SP3, I loaded the latest ATI 8.4 video driver and the 8.4 South Bridge driver. (ie. Not the full Catalyst suite.)

On my PC, these seem to work well. The PC now seems to boot faster than with the previous ATI 8.1 video suite.

# Ken Ebaugh said on 14 May, 2008 05:25 PM

I have a custom built PC running an AMD CPU and chipset.  The Mobo is a Chaintech ZNF3-250.  XP-Pro was loaded from an HP disk belonging to a "dead" PC in my closet.  I checked my C:\WINDOWS\system32\drivers file and found the Intelppm.sys file present.

I simply renamed it Intelppmold.sys before downloading SP3 last night.  I had no problems rebooting once the upgrade was finished.  Since the file is not used on an AMD machine, I thought I would just leave it renamed, but WINDOWS in it infinite wisdom [or the ServicePack update] recognized the file was missing and added a new Intelppm.sys file to the drivers folder.

The fact that I was able to rename the file is probably indicative of the fact it was not loaded in registry, but what the hey!  I had no problem.  The fact that the file was restored during the update seems to be a MS "problem" if you choose to look at it in that light.

Either way, I squeeked by with no adverse actions.

# DaveMarl said on 14 May, 2008 05:48 PM

Thought I was into hours of retoration on my HP Pavillion having got a BSOD after SP3. Instead got it fixed in 5 mins. Thank you.

# Benji Pickard said on 14 May, 2008 05:51 PM

I am now back up and running thanks to your USB idea.  I am also runing the ASUS A8N32-SLI Deluxe motherboard with a  AMD 64bit 3000+

# Joseph Cormier said on 14 May, 2008 08:22 PM

I had the continuous loop restart with sp3 with an intel cpu.  I put a new power plug to the hard drive.  After the third plug tried,  it rebooted.

# Ben said on 14 May, 2008 10:31 PM

[quote]

Just installed SP3 on Dell Optiplex 755 with Intell Q6600 and I'm getting the endless Boot cycle.

Can't even boot into Safe Mode. I'm Getting Stop error 0x000000FC.

After much fiddling, I have found that I can boot but only if I have no USB devices plugged in. Bit of a problem as that is the only way I have to attach keyboard and mouse. As soon as I plug them in the system restarts. Assuming USB drivers... but can't figure out how to get to them to fix them... any ideas??

[/quote]

I have the same problem.  I havent tried it yet but I have found something about copying the usbport.sys usbohci.sys and usbuhci.sys files but have not had a chance to try it yet.  Of course I can boot into recovery using a winxp sp2 disc but I cant copy using that.

# Rufino said on 14 May, 2008 10:53 PM

I had the continuous reboot. Disabled the intel file. booted fine. enabled it again(in hopes to get my media center to quite crashing) didnt work. Did this and now it works:

Go to the Start menu, choose Run and type CMD

.

In the black box that opens, type this carefully (or, Copy/Paste):

%windir%\ehome\medctrro.exe /o /p RunOnce

Found it on this site: forum.aumha.org/viewtopic.php

Everything looks good now. Really appreciate your help. Do you have a donation account?

# Garry Kruger said on 15 May, 2008 12:12 AM

Had two machines (Dell with Intel p4 and generic computer with an AMD) crash with BSOD after SP3. The error pointed to problem with GDI32.dll I couldn't boot into safe mode so I used WinPE disk and when I got it running I copied GDI32.dll from servicepack directory to system32 and presto the problem was fixed. Ihave installed sp3 on another half dozen machines with no problems. Oh, and to the boneheads that are mouthing off about Microsoft, why don't you wait and see where these problems come from first. There are a lot of problems with HP putting an IntelPPM key to load itself when it's an AMD. The service pack checks the key and provides the driver as it should. That's certainly HP fault and I have had many a problem with HP machines and their non-standard pre-loads.

# Maybe an easy fix. said on 15 May, 2008 12:26 AM

I am running an ASUS A8N32-SLI Deluxe 4000+. If I disconnected the mouse (Razer Diamondback), it would boot. Uninstalled sp3. Still had the same issue. Tried a restore point from a week ago. It would still not boot if the mouse was plugged in. I tried plugging in a usb drive and that also did not work. Re-installed sp3 in safe mode. It had the same problem. Noticed that my keyboard took forever to initialize with the mouse plugged in. (Unable to access bios or F8 screen unless I got the BSOD). If I disconnected the mouse no lag. Disabled usb 1.1 support in bios. BIG MISTAKE sort of. I was unable to use the keyboard or mouse. Dumped the bios and reconfigured. Now it boots normally and I have no problems. All settings are the same as before as best as I can remember. I will continue to test and see if I can find the culprit.

# jesper said on 15 May, 2008 01:54 AM

Ben:

There is some kind of bad driver on your computer. Would it be possible to boot without the peripherals, into safe mode, and then run an anti-malware scan from there?

Which driver is it that is causing the problem, or is it not telling you?

# George W. Bush said on 15 May, 2008 02:30 AM

SP3 will not install at all. I have Leopard installed on a intel based desktop, and hitting the apple key very hard doesn't help either.

# SternLC said on 15 May, 2008 02:53 AM

If running on a ASUS A8N32-SLI and you get "The BIOS in this system is not fully ACPI compliant" error updating to BIOS Version 1405 from ASUS, cures this error and allows Windows XP SP3 to boot normally.

# Kevin Aylward said on 15 May, 2008 03:10 AM

Following on from my other post. As I noted, I recovered my HP-AMD after installing sp3, and there was no intelppm.sys in \system\drivers. Immediatly after I reinstalled sp3, the file appeared. So, MS sp3 certainly installs that bad driver. I rekon the reason some systems here show the driver prior to sp3 is probably because MS installed them in say, sp2. The default system recover certainly does not.

# Peter said on 15 May, 2008 03:33 AM

Hi,

Could it be that the ones faced with the "A8N32SLI DELUXE motherboard" reboot problem after installing SP3, that they have configured their hard disks in a RAID configuration? Could that be part of the problem? Because I have the problem and my OS (XP pro) is running with a STRIPE (RAID0) configuration...

# Ken Wampach said on 15 May, 2008 04:15 AM

On 5/14/2008 I used Windows update to install SP3 on a Compaq S5000J and a Compaq S3010CL-B. Both machines are from 2003. Both have AMD processors with AMDK7.sys drivers. I felt reasonably comfortable since I had the information from here and I had just refreshed the Acronis TI backups of the machines.

Prior to the update, both of them had intelppm.sys files in the C:\Windows\System32\Drivers directory. Neither of them had an Intelppm entry in HKLM\System\CurrentControl\Services.

I believe that someone indicated that they had this situation (although probably with a K8 processor) and had a problem with the update. I believe they indicated that an Intelppm entry was created in HKLM\System\CurrentControl\Services by the SP3 update which had not been there before.

That did not happen to me. I did nothing special prior to or while running update. Everything went fine. No reboots! I did not have an Intelppm entry in HKLM\System\CurrentControl\Services either before or after running Windows Update on my SP2 boxes with all critical updates current. I did have intelppm.sys files in the C:\Windows\System32 directory both before and after the update, although the date on the current version of the file is 4/13/2008.

Is there any chance that Microsoft has installed a fix in the SP3 update package?

# Tom said on 15 May, 2008 05:30 AM

Many thanks, your "sc config intelppm start= disabled" run command worked perfectly on an amd compaq that was forever stuck in the sp3 reboot loop. Keep up the excellent work :)

# zoe said on 15 May, 2008 05:32 AM

I installed Windows XP Sp3 on 13th May and got the continuous reboots. I cannot boot in safe mode or in any other mode.

I have a custom built PC running an:

CPU: Intel E2160 Dual Core 1.80GHz FSB800 1MB,

MB: Asus P5LD2-X/13333 I945GC LGA775 DDR2,

SVGA: Asus PCIE EN7300GT/Silent/HDT 256MB,

HDD: 160GB WD1600JS SataII 7200 8MB,

Ram: DDR2 1GB PC667 Kingston,

DVD-RW Pioneer DVR-112D,

Wireless Mouse and Keyboard Deskset,

Windows XP-all updates from Windows Update.

I am an amateur, so I am not so confident in navigating the various steps, found in your blog, to fix the problem.

What should I do to solve this problem?

Please, help!

Any suggestions would be appreciated!

# zoe said on 15 May, 2008 06:03 AM

I installed Windows XP Sp3 on 13th May and got the continuous reboots. I cannot boot in safe mode or in any other mode.

I have a custom built PC running an:

CPU: Intel E2160 Dual Core 1.80GHz FSB800 1MB,

MB: Asus P5LD2-X/13333 I945GC LGA775 DDR2,

SVGA: Asus PCIE EN7300GT/Silent/HDT 256MB,

HDD: 160GB WD1600JS SataII 7200 8MB,

Ram: DDR2 1GB PC667 Kingston,

DVD-RW Pioneer DVR-112D,

Wireless Mouse and Keyboard Deskset,

Windows XP-all updates from Windows Update.

I am an amateur, so I am not so confident in navigating the various steps, found in your blog, to fix the problem.

What should I do to solve this problem?

Please, help!

Any suggestions would be appreciated!

# wavespike20@yahoo.com said on 15 May, 2008 06:44 AM

A8n-sli deluxe board silicon 3114 raid 0, bios 1016, opteron 185 - if it helps someone - I could not use a usb mouse or keyboard at first in order to get past post. Still having trouble with random bsod when any drives are used (including a usb stick) other then the raids. Those intel x48 boards are looking better to me each day. augh.

# Phil said on 15 May, 2008 08:01 AM

Thanks man, u really saved me with ya lil tool.

fat PLUS from me!

# Gis Bun said on 15 May, 2008 09:09 AM

The HP KB is primarily compounding the issue. Here's why. You rename the file. But you end up removing SP3. Later on, you install SP3. It's back with the same problem. Same if you need to repair your system. Only real fix is to disable the IntelPPM file by software. Not by renaming.

# Joe said on 15 May, 2008 09:27 AM

I've tried everything mentioned above and can't resolve my reboot issues. I have an AMD Athlon X2 and a FOXCONN C51XEM2AA-8EKRS2H motherboard. I installed the system from scratch, no intelppm, only Microsoft signed drivers, etc. I tried the no USB mouse, USB drive, disabling everything I could in BIOS, etc.

What I get is a reboot near the time safe mode displays what appears to be the mup.sys driver. It happens so fast I'm not sure that is really the spot. And yes, I tried the F8 - disable auto reboot but that didn't work either.

To get anywhere, I had to remove my sata DVD, install a pata DVD and then I could get into the recovery console. From there, I used the "batch spuninst.txt" to remove SP3 and rebooted.

But several things were still broken (Network Connections and IPCONFIG to name a few). At this point, while booted normally, I went into Add/Remove Programs and removed SP3 from there too. You can't remove SP3 enough times apparently. After the reboot, everything appeared to be functioning now.

Except that Microsoft Update wanted to reinfect me with SP3 again. So one last fix... I installed the SPBlocker available from MS. Now I'm immune to the virus code-named SP3, for a year anyway!

I'm really starting to think this just might be a secret Vista sales campaign ;-)

# Asi said on 15 May, 2008 10:53 AM

I've read one of the comments here from "Highlander" and it gave me an idea. I've downloaded the "ntldr fixer" from: www.tinyempire.com/.../fixntldr.exe

I took a blank floppy and created a boot disk with it. The computer boot from the floppy (I changed it in the BIOS settings) and windows xp has been loaded. after that i coppied the boot.ini,ntldr and the ntdetect.com files into c:\ and then reboot. The windows has loaded normally without the floppy disk. Since the SP3 installation has failed, i did a system restore to a previous date, because my desktop and my personal settings were erased. I'm not 100% satisfied becuase the system restore did not bring back my wallpaper, my favorites and some files and folders that were on my desktop, but it's certainly better than reinstall windows and all the programs again. *note* - whomever doesn't have a floppy drive on his computer, can extract the content of the ntldr fixer file using WinRAR into a flash drive / disk on key and boot from it (don't forget to change the order of the boot sequence in the BIOS) Hope i helped somebody :-)

# Birdie said on 15 May, 2008 11:07 AM

My HP Media Center TOTALLY CRASHED after installing SP3. My sister was texting back and forth with HP support, and they couldn't help. I had to use HP Recovery and lost all my documents. Does anybody know of a cheap way to find them and restore them? Thanks for any assistance.

# jesper said on 15 May, 2008 11:16 AM

Zoe:

The fastest way for you to get help would be to call Microsoft's technical support. Your problem does not match exactly what we know how to fix. They can walk you through how to find the error message and figure out how to deal with it.

# Dr. Zoltar said on 15 May, 2008 11:33 AM

Jesper, I ran your created file on my AMD system prior to the install, rebooted, and then installed SP3.  It worked like a charm!  I'm also running an ATI Radeon 9250 video card and had no problems with it.  Though the driver is from 2006.

# Sebastian said on 15 May, 2008 11:36 AM

Thanks man, I had the problem with the USB mouse and the asus motherboard. Simply unplugging the mouse  solved the problem for the moment.

regards

# G. Jacob said on 15 May, 2008 12:28 PM

Thank you Mr. Johansson

The problem was solved by not using the USB mouse.

I have an ASUS  A8N 32-SLI DELUXE BOARD.

No more endless reboots.

Thank you very much.

May 15, 2008

# Joe R said on 15 May, 2008 01:31 PM

Checked for updates manually and it seems that they were security updates...phew thanks for help on fixing reboot problem, will keep looking in to see if there are any further problems

# Andrew McNeil said on 15 May, 2008 01:43 PM

You sir, are a god.

Ever so thankfully yours,

Skuncle Himself

# Skuncle Himself said on 15 May, 2008 01:44 PM

You sir, are a god.

Ever-so-thankfully yours,

Skuncle Himself

# Ole Schou said on 15 May, 2008 03:03 PM

I am just blody amased that Microsoft can relase such an "update" that chaches my computer - and leaves me with 5 hours of privat-work-hours and a big need of IT experts to solve this. You are under NO ****** surcomstances promotable in my mind.

¨

Best regards

Ole Schou Denmark

# Martin G said on 15 May, 2008 03:40 PM

Just as m4gnu5 I had problems with corrupt partitions after installing sp3. The only one that didn't get corrupted was one on an USB drive. So far I chkdsk has saved me all but C: - that is really wasted.

How can this happen??!?

# Bruce Hardesty said on 15 May, 2008 06:45 PM

Garry Kruger: Why would you want to defend Microsoft? SP3 corrupted the OS on both of my computers. Both are Dell computers (not HPs), and both have Intel CPUs. The requests that I have send to Microsoft for help seemed to have been sucked into a black hole.

It's looking more and more like my only option is to reformat my hard drives and start over.

# netquik said on 15 May, 2008 08:25 PM

Microsoft has just updated KB888372

support.microsoft.com/.../en-us

adding SP3 and offering a resolution.

BTW they suggest to modify "ControlSet001"

ouch... :)

great work Jesper! I'm stealing your knowledge on my italian wiki ;P

# jesper said on 15 May, 2008 08:30 PM

Netquik:

Thanks: Those directions may not work, and you should never modify arbitrary numbered control sets. Always modify CurrentControlSet if you can. If you have to boot into a recovery console, first figure out which one is the current control set, and then modify only that one.

# Jake said on 15 May, 2008 10:10 PM

Very simple fix for HP Pavilion with AMD Athlon 64 processor and Windows Home edition:

1- Restart the computer in safe mode.

2- Start >run >type "regedit" and hit OK.

3- In Registry Editor: MyComputer_HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Intelppm\Start(right click on the "Start" file within the Intellppm folder and select "Modify".

4- Change the value data from 1 to 4 and hit "OK", then reboot the system.

Works like a champ.  

I would like to say that I'm sending this from my problem free Macbook.  :)

-jake

# ben said on 15 May, 2008 10:55 PM

[quote]

Ben:

There is some kind of bad driver on your computer. Would it be possible to boot without the peripherals, into safe mode, and then run an anti-malware scan from there?

Which driver is it that is causing the problem, or is it not telling you?

[/quote]

its not telling me what driver is the problem but I am unable to boot into any form of windows as I dont have a ps/2 port on this computer.  I have tried booting with usb thumbdrive/usb hard drive/usb keyboard/usb mouse and it ALWAYS crash's with whatever usb device I add.  So I think I am running out of options short of throwing the hard drives (its a raid0 setup) into my other system with a ps/2 adapter (my other system has ps/2 ports as I built that system myself rather than the one I am having problems with which is a dell) and hope it boots up.  Then hopefully I can update my usb drivers BACK to sp2.  Never had any problems with any usb devices until I upgraded (or in this case downgraded) to sp3.

# Ben said on 15 May, 2008 10:57 PM

For those having problems on HP's I was told by a friend of mine who works at HP that if you hit F8 at the bios startup screen it will take you to a command prompt and there you can disable the intelpp file.

# tsrman said on 15 May, 2008 11:42 PM

Just completely lost my drive - C: not able to see boot sector at all!  Tried everything.  Got the 'We are sorry for the inconvenience but Windows failed...' screen.  Safe Mode / Last Successful, all failed.  HP Media Center PC, AMD 64.  Got hit last week, but MSFT was able to restore through F5 sequence.  Forgot to disable 'auto updates' and it loaded.  At shut down I clicked 'shut down without installing updates'.  Fatal end to the PC.  If only I'd spotted and run your Intel disabler before today!!!!

# jesper said on 15 May, 2008 11:45 PM

Ben:

I think you really need a malware scan to start out with. Can you boot without peripherals and then plug them in afterward, once the computer is booted?

# The Lone Ranger said on 16 May, 2008 12:16 AM

You can always tell who the Pioneers are; the ones with the arrows in their chest !!

# Ben said on 16 May, 2008 02:07 AM

[quote]

Ben:

I think you really need a malware scan to start out with. Can you boot without peripherals and then plug them in afterward, once the computer is booted?

[/quote]

It will boot withoug peripherals and go to the login screen.  but as soon as I plug any device in it immediatly crash's.

# jesper said on 16 May, 2008 02:21 AM

Ben:

There's been some buzz in the forums about USB problems that severe. I'd really suggest you try to get some interactive troubleshooting from MS on this one. They at least have the ability to walk you through the steps. Sorry, I feel like I am punting on you, but I really can't do a lot via the blog.

# ben said on 16 May, 2008 02:52 AM

np jasper I have been all over the forums trying to read what others have done and it seems only a handful have the problem and no one has gotten it fixed because it seems those with the problem dont have ps/2 ports.  I will try ms tech in the morning.  thanks for this blog :D.

# Jim Slemenda said on 16 May, 2008 03:17 AM

I had heard of problems, but I didn't see your blog until 5/15.  I'd been putting off installing SP3, but up until I saw your blog I hadn't realized that there was an HP/AMD specificity involved.  I have an Athlon dual-processor HP desktop dating from October, 2006.  Anyway, I downloaded and used your  "small tool" to disable the IntelPPM driver, and the installation of SP3 went smoothly.  

I have to agree with some comments I've seen that XP seems to be quicker to respond and load programs after SP3 was applied.  Thanks VERY MUCH for creating the tool and offering the documentation on this problem.  For once I was able to avoid a problem rather than participate in it.

# Ken McHardie said on 16 May, 2008 03:37 AM

Thanks for this great help Jesper.

Do you have any more info on the ASUS A8NSLI Delux Motherboard?  I have that board, running AMB 4800+ dual-core chip.  My system froze when installing SP3. After 30 minutes I shut the machine off.  It then uninstalled SP3, or it thought it had.  

SP3 is still shown on my installed programs list, but my Windows Installer is now broken.  I can't install any futher windows updates - they simply fail.

Any advice?

# Daniel said on 16 May, 2008 03:39 AM

I have SP3 problems too, but not with AMD.  I am running Intel.  Fresh install of XP Media Center Edition, install Genuine Adventage and Installer 3.1 as required in Windows Update.  Next update is for SP3, no individual patches available.  I installed it, rebooted.  Went to install the rest of the updates available, they download but all fail to install.  Rebooted and tried one at a time.  Same thing, fail to install.

MS has blundered big time.  No choice to install the old way until they fix this I am hooped.  Thank goodness for my MacBook.

# zoe said on 16 May, 2008 06:00 AM

PS/2 mouse&keyboard solution FIXED continuous booting, but there is still USB PROBLEMS!

I have the:

MB: ASUS P5LD2-X/13333 I945GC LGA775 DDR2,

CPU: Intel E2160 Dual Core 1.80GHz FSB800 1MB,

SVGA: Asus PCIE EN7300GT/Silent/HDT 256MB.

Updated to SP3 and got the reboot problem.

I have tried booting with USB flash drive and USB wireless mouse&keyboard deskset (no other USB devices) and it ALWAYS crash's with whatever USB device.

I replaced my USB wireless mouse&keyboard deskset with the PS/2 mouse&keyboard (without USB flash drive) and that FIXED the problem of endless booting. Than I put USB flash drive and it works fine.

But as soon as I connect the USB ADSL modem the system immediately CRASHES!

Assuming USB drivers/controllers...  any ideas how to fix them??

At this point, while booted normally, should I go into Add/Remove Programs and remove SP3 from there?

Will this make to everything work normally as before SP3?

# Mandrakoylos said on 16 May, 2008 06:26 AM

I have an amd system with an MSI K9N-SLI and a 5600+ cpu.I have 4 hhds and one DVD-ROM all with serial ata2 interface,dvd-rw(atapi),audigy4(pci),tv tuner(pci).

I did a fresh install of winXP sp2 pro and immediately applied sp3.After installing all the drivers i noticed that the tv tuner did not install properly(only one of 3 devices showed in device manager yellow marked) and another yellow marker for the firewire controller.i checked both for any details and there was a warning that the motherboard does not have enough information for these devices to operate them properly and suggest a firmware/bios update.

The second thing i noticed was that when shuting down option is selected the pc does not power off automatically but it displays the classic message of win95: you can now safely shut down the pc  and i have to press the power button of the case to turn it off!(that would explain the MCPI incompatibility).

The pc boots up fine with no messages whatsoever and works fine too(except the tv tuner).

I found a new bios for the motherboard v.3,10(mine is 3,9) but can not flash it with winflash as it generates an error upon checking the curent bios version.

What can i do in order to bypass the error and flash the new bios.I believe that would solve the problem...

# Kevlarge said on 16 May, 2008 09:02 AM

Hi Jesper

I have the A8N 32-SLI DELUXE board, and fallen foul of the reboot thing; I restored from an image and am back in the land of living. Do the workarounds specified allow you only to recover from the BSOD and then uninstal SP3, or will they allow normal SP3 operation once you've recovered?

You rock by the way!

Cheers

K

# Ken Brown said on 16 May, 2008 09:07 AM

I have a HP Media Center Edition 7248n PC with the AMD 4200 dual core processors. It got in the startup loop after installing SP3.

Fortunately I could get into Safe Mode but RUN and "sc config intelppm start=discabled" did not work.  Some screen popped up to quickly that might have said why but it might have been the security protection against changes.

I had to use REGEDIT and change the value in START from a 1 to a 4. This was in HKEY_LOCAL_MACHINE\SYSTEM\CURRENT CONTROL SET\SERVICES\INTELPPM.

It then continued the restart okay but now I get HP Administrator options at the start but I can live with it.

# Magali13 said on 16 May, 2008 10:38 AM

bonsoir,

voir mon article sur 01net.

Je lis très mal l'anglais, vous pourriez peut-être mettre une traduction ? D'avance merci

# stef said on 16 May, 2008 10:53 AM

merci pour l outil telecharger,j ai pu installer le sp3,alors qu avant mon pc rebooter sans cesse.a present sp3 installer et pas de probleme.encore merci.stef

# jesper said on 16 May, 2008 11:01 AM

Ken McHardie:

What error message is the Windows Installer giving you? You can try deleting the Windows Installer downloads and see if that helps. There are directions here: www.onlinecomputertips.com/.../update_errors.html

Daniel:

I would try the same thing. It's kind of the first trouble-shooting step for Windows installer errors.

Zoe:

Yes, I would remove the service pack and then see if you can get an update from ASUS that makes it work on your motherboard. I'm pretty sure it is a USB driver problem, but obviously it would probably be easier for you to live without SP3 than without USB.

Mandrakoylos:

You need to boot from neutral media. Do you have an old DOS boot disk anywhere? That would do it. From there you can install the BIOS update.

Kevlarge:

I would say the jury is still out on whether the work-arounds permit normal operation after you use them, specifically the ASUS motherboard one. Many people are reporting serious USB driver problems, even with the work-around attached, so your success rate may vary. Personally, I would use the work-around with SP3 and see how it works. If you decide it worked better before, remove SP3 then.

Ken Brown:

Glad to hear it now works. You cna probably disable the HP Administrator options popup using msconfig if you so desire.

# pweegar said on 16 May, 2008 11:29 AM

mikewaters:

 I ahve several Dell Precision 390's here at work. I completed the XP SP3 updates, all without any problems.

Before I did the updates, I defragged the drives, then ran chkdsk c: /r and rebooted each pc.  Which SP3 update are you using?  The 66 MB download or the 314 MB download from MS Update site? I used the monster, and burned it to a cd.

# Doug Glass said on 16 May, 2008 02:03 PM

Not being a programmer, I would never suspected a programmed fix to take so many lines of code.

I guess navigating to the single line in the registry as Microsoft instructed was just too simple.  Wow, glad I lucked up on this article, now I too can impress my friends with a super sophisticated program to change a single character.

I'd comment further, but I have to go rent a mobile crane to take out my garbage.  Wow, all these years I was just grabbing it and dropping it into the can.  Now I understand the simple way is not the best way.  Totally invalidates Ockham's Razor but hey, this is Windows.

# gizmopuppy said on 16 May, 2008 02:22 PM

I encountered reboot hell after installing XP SP3 on my ASUS A8N32-SLI Deluxe motherboard based computer.  The only way to boot initially was to plug in a USB storage device.  I installed the latest BIOS (1405) without benefit. I fiddled with various BIOS settings and found that disabling the COM port alowed the computer to boot without having a USB device plugged in.

I suspect that the earlier comment about the problem being interrupt assignment and handling is most likely the culprit for this bug.

Thanks to Jesper for his help.  This blog is the most useful source on this problem I have found on the web.

# spence said on 16 May, 2008 03:24 PM

I am getting this 5a error when I try to boot up. And neither usb card or the mouse to the round adapter has worked. Still getting the error. So, this fix didnt work for me. I am running asus a8n-sli.

# Kevin said on 16 May, 2008 04:00 PM

So far my ACER laptop with an AMD Turion64X2 is running just fine after installing SP3. I did run the .vbs file first to check if my machine had the intelppm.sys driver installed which thankfully it didn't.

# Steve said on 16 May, 2008 09:07 PM

Dear Jesper,

I had the reboot problem, came up in safe mode and deinstalled SP3--After that-- I found and used YOUR fix--worked great-SP3 loaded fine and system booted up fine--

Thanks again for your help!!!

(Hp M7640n with AMD x2 5000+,Corsair 640 watt PS and ATI x1900xtx)

# SteveKensington said on 16 May, 2008 09:15 PM

Thanks for devising that small tool. It was able to quickly check my HP AMD system and inform me that my system  did not include the intelppm driver, so I should be able to install SP3 with no problem. Still, I think I'll wait another month or two before I do so.

# dennilfloss said on 16 May, 2008 10:07 PM

My custom-built AMD system got nuked by SP3. Probably because my mainboard is an A8N32-SLI DeLuxe. That happened before the various fixes got posted in the MS Tech forum thread.

forums.microsoft.com/.../ShowPost.aspx

Don't know what the error was befcause I had fixed my system by the time I learned how to pause a reboot to see the log.

I managed to recover all my partitions except one. I had imaged my OS with Perfect Image before the upgrade, as usual but that did not help as the reboot occurred before Perfect Image could do its thing and my partition tables got screwed anyway.

Here are my specs.

www.anandtech.com/mysystemrig.aspx

# dennilfloss said on 16 May, 2008 10:15 PM

BTW, Safe Mode never worked but I managed to get Windows to boot once (just once) using Last Known Configuration. Instead of using Add/Remove programs to uninstall SP3,  that is when I decided to just use Perfect Image to restore my system (as it normally does so easily).

As I mentioned above, that did not work and Last Known Configuration stopped working after this so I had lost my opportunity. Again, not sure it would have worked with all my partitions having been messed up.

The way I recovered them was by using BootItNG (which could still see them) and deleting and immediately undeleting them. BootItNG worked that time but shows no GUI since so I now have bought Partition Commander in case O need to do Partition work from outside Windows again.

# dennilfloss said on 16 May, 2008 10:20 PM

Forgot to mention: my trackball is USB but I already use the PS2 adapter anyway and my two HDDs are PATA.

# Bert Smith said on 16 May, 2008 11:06 PM

I have had nothing but trouble since I installed XP SP3 on my old, but very well maintained 32 bit Intel system. (No BSODs in 5 years!)  Analysis of the BSODs that occur just after logging on or on shutdown reveal Acronis True Image 11, Sound Blaster Audigy, Perfect Disk 8, Trend Micro Internet Security 2008 and Nero 6 drivers to be the causes. I have seen 0x24, 0x7E, 0xA and 0x2C BSODs. 0x2C is the most common.  For the time being I have uninstalled SP3.

# jesper said on 16 May, 2008 11:55 PM

Bert, did you submit all those BSODs to Microsoft when it came back up? In fact, did it even ask? There is clearly something really wrong with that computer. MS can correlate those crashes with others and see if there is a pattern.

# Mike Warthan said on 17 May, 2008 12:11 AM

Used the tool, had the driver, tool disabled it, SP3 running fine on AMD64! Thanks. I'm really glad I read up on this first, though.  

# Snoozeys said on 17 May, 2008 12:22 AM

I used the tool and it confirmed i was using AMD  but it said that Intelppm was turned off but ill wait a few days till i try sp3 again

# dennilfloss said on 17 May, 2008 01:20 AM

Looks like my first post did not get through.. My custom-built AMD system got nuked by SP3. Probably because my mainboard is an A8N32-SLI DeLuxe. That happened before the various fixes got posted in the MS Technet forum thread. I should have waited a couple of days but I thought my imaging software protected me.

I managed to recover all my partitions except one. I had imaged my OS with Perfect Image before the upgrade, as usual, but that did not help as the reboot occurred before Perfect Image could do its thing and my partition tables got screwed anyway.

Here are my system specs. Using Catalyst 8.3. Absolutely no problems with SP2.

www.anandtech.com/mysystemrig.aspx

# Bert Smith said on 17 May, 2008 03:52 AM

Hi Jesper

Yes I did submit all memory dumps to Microsoft. ( I have a kernel memory dump activated) Tonight on  logging on I received a 0x8E BSOD. I then uninstalled Trend Micro Internet Security 2008.  In its place I installed MS Live One Care 2.0. I am now using XP SP2.  Acronis developers are analysing my dump files which show 0x2C errors to be the cause of some BSODs experienced early this week.  All is well as I wite this.  Here is hoping!  Greetings from Australia!

# Jan de Heer said on 17 May, 2008 04:04 AM

So far my HP  laptop with an AMD Turion64X2 is running perfectly after installing SP3. I checked in the register if intelppm service was loaded in the register: result: no.  

This weekend I will check now my HP AMD based desktop (Tupe Pavilion T770.nl) with the mentioned tool.  I wiil keep you informed !

Thanks in advance Jesper for the excellent instructions !

Regards, Jan de Heer

# Snoozeys said on 17 May, 2008 04:11 AM

Seems like allot of people who use an A8N32-SLI DeLuxe got hit with the bug me included, i thought my bios was corrupted but after fiddling for a few hours and a format of 2 drive and a fresh install of windows, i got it working again

# Andi said on 17 May, 2008 05:10 AM

Use linux and you will not have all these problems. I think that an operating system has to adapt to every copmuter and not otherwise!!!!

# Lenore said on 17 May, 2008 07:12 AM

Have HP w AMD. I couldnt even get to SAFE mode. Removed intelppm from recovery console and it booted up fine. Bless you !!!!!!!!!!!!!

# Eric777 said on 17 May, 2008 07:44 AM

There some more infomation there on the 0x0A5 error on the A8N32-SLI deluxe MB.

vip.asus.com/.../view.aspx

# Supahstylin said on 17 May, 2008 08:06 AM

Thanks a ton! I have the ASUS MOBO mentioned above and just the flash drive worked. I jumped the gun a bit earlier and did the "sc config" cmd but I doubt that did anything since I did both fixes at the same time. ... Has anything new surfaced on why that sli-deluxe is so singled out?

Thanks again!

# John said on 17 May, 2008 09:13 AM

If I have an old AMD based computer that I simply use at home and have been regularly updating via Windows update with all of the required security updates, what is the main advantage for risking an SP3 update failure?

Thanks,

John

# Ferry said on 17 May, 2008 09:45 AM

Jasper,

Thank you for your script!  I have a HP Pavillion Desktop With Windows Media Center 2005, with AMD processor.  I had installed Windows XP SP 3 without paying close attention to the installation process (I have never have problems with SP installation -- ever!), which worked smoothly for me.

But just as you had described, as soon as the machine reboots, it goes into infinite reboots.  I was able to starts windows in safe mode with networking mode, go to this site (yours) and run your script to disable  intelppm.sys.

Indeed that was the root cause for me, as right after that I reboot and everything worked fine for me.

Thanks!

# jesper said on 17 May, 2008 10:40 AM

John:

Good question. Lots of people are asking themselves that at the moment. The main advantage of SP3 seems to be performance improvements, as well as some compatibility updates for Server 2008, which you may not really need?

You will have at least a year to get to SP3. Microsoft will not just stop producing security patches for SP2 for at least that long if it follows the standard it has set in the past. Ordinarily, I would say that most consumers should just go ahead and install the new service pack pretty quickly, but in this case, I have a hunch there will be some interesting developments in the next month or so. Unless you feel like you have a compelling need or feel brave, I would consider holding off for a month to see if we can learn more.

One really important thing before installing any service pack is to make sure the computer is clean of malware. I actually think at least some of the problems we are seeing are due to malware that is doing its level best at trying to prevent the OS from removing it. If malware hooks functions in OS binaries, and those binaries later get removed or replaced, you may very well see a lot of the crashes we are seeing.

# Paul Kilduff said on 17 May, 2008 11:24 AM

You are truly the XP GURU!  Your fix for SP3 was perfect in every way.  I owe you big time for saving me countless hours trying to solve this problem.  Spent 2 hours on my home PC (HP) only to restore to a previous time b4 installing SP3.  Ran your fix, then updated my work PC (HP), it took 45 min to download and install and was effortless, painless and smooth.  Thanks again!

P.S. I am actually looking forward to installing this update on my home PC.

# mick mcquillen said on 17 May, 2008 12:53 PM

had the same boot problem on my compaq presario trying to install sp3 your tool worked fine question:do i have to reenable intelppm? glad i found your web site by the way my computer has adm and oem

# jesper said on 17 May, 2008 01:01 PM

Mick:

No, do not re-enable the intelppm driver. If you do, you may re-create the problme. You do not need that driver on an AMD-based computer.

# Mario said on 17 May, 2008 01:54 PM

I was one of those victims who upgraded to SP3 with an HP AMD based computer.  My computer did not reboot properly and I had to revove SP3 altogether. MY QUESTION: Will MS have this problem fixed for HP AMD based comuters so that there will be no problem in upgrading to SP3?   Thanks.

# Agent said on 17 May, 2008 02:09 PM

Ive got a ASUS A8N32-SLI Deluxe as well.

After installing SP3 it loops rebooting as long as the attached usb hdd is switched off.

As soon as it is switched on the next reboot (and all after that) are fine. Switching it off again booting loops as before. The system can only be booted with the external usb hdd powered on. Uninstalling the SP3 and going back to SP2 all is fine again.

# @migo said on 17 May, 2008 02:30 PM

Thanks man

# Pam said on 17 May, 2008 02:38 PM

I have an HP AMD Athlon and got the continuous reboot after installing SP3. After trying Last known good with no luck, I was able to boot into safe mode and do System restore. Then I found and used your tool and downloaded sp3 again. It worked perfectly.

Thank you

# Jim Michaels said on 17 May, 2008 02:58 PM

I used to get Access is denied on my Pentium 4 HT (XP Pro).  then I applied support.microsoft.com/.../949377 Microsoft's official fix.  SP3 installed OK.  however, upon boot I did not get the welcome screen.  it was bypassed because SP3 or something has deleted my other user account, enabled my guest account, and renamed my main administrator account which I use to its original name.  very bad.  the user accounts shouldn't have been touched.

# Pam said on 17 May, 2008 04:33 PM

Jesper, I posted a while ago after using your tool to fix my problem. I am having another problem on a computer at work that I believe must be related to SP3. After downloading SP3 a Dell Optiplex GX270 with an intel processor began having errors upon restarting. "This application or DLL C:\windows\system32\MSACM32.dll is not a valid windows image. Please check this against your installation diskette". It comes up multiple times with the same wording and the same file in the body of the error, but at the top in blue it has lsasse.exe bad image, userinit.exe bad image, cftmon.exe bad image, cmd.exe bad image, and on and on. I am able to ok past the error and everything works fine, but everything you do including task manager, control panel etc. is preceeded by one of these errors. I scanned for viruses and malware with norton, spybot, adaware, windows defender and an online scanner, which all came up with nothing. Then I booted into safe mode and did a system restore to a point before SP3 and Voila  all the errors stopped.

I'll wait to try to install SP3 on any more computers, until you have a chance to think on it. Thanks for your help.

# jesper said on 17 May, 2008 04:42 PM

Pam:

You have the disk corruption problem that we have talked about several times. Have you run a complete malware scan on that computer any time recently? Those types of problems can easily be caused by malware.

# Pam said on 17 May, 2008 05:16 PM

Jesper, I scanned for viruses and malware with norton, spybot, adaware, windows defender and an online scanner, which all came up with nothing. But I will do it again. I will reread all the previous posts. I must have missed it before. Thanks,

# Wildride02gt said on 17 May, 2008 10:26 PM

Have an Asus A8N32SLI-deluxe w/FX-60 CPU. Have been in reboot hell since installing SP3 on Thurs. Figured I would share some knowledge from M$ tech support and Asus tech support. It seems that SP3 resets IRQ's on this specific family of boards, also defaults to M$ drivers for almost everything. 3 nights now w/ tech from both companies. Seems that surest bet right now is to stay away from SP3. If you really want it, the "best" route seems to be to

A. re-format

B. install XP

C. install new latest BIOS

D. install MOBO drivers(original, you'll see why in a moment)

E. then FULLY update XP to SP3.

*Keep in mind that you should be running bare minimum hardware at the moment. NO USB ANY KIND. 1 HD, no video drivers, no RAID*

F. NOW you can install latest drivers for MOBO, Video, USB mouse, USB keyboard, RAID

G. Finish configuring PC

By the way, this is an issue between THIS MOBO family and SP3, NO programs are to blame.

# David Union said on 18 May, 2008 01:44 AM

After many wasted hours trying to solve the SP3 download problem on my Compaq (HP) Presario desktop, I was pointed here by PA Bear (MVP) from a Microsoft Discussion Group.

Yippee! Thank you Jesper - your fix worked for me. I've just posted on PCPitstop's article - & only just realised you were the 'respected' Jasper quoted there!

Thanks again, from the UK

# Pete said on 18 May, 2008 03:03 AM

Thanks nice blog ! I read about the problems with this and thanks to you I am able to check my AMD64 system before installing SP3 thank you so much for your time and effort on this!

# Markus said on 18 May, 2008 05:23 AM

in 5 years hopefully linux is market leader and MS make other things

I feel sympathy for you

# Kay said on 18 May, 2008 05:42 AM

Hi Jesper,

thanks a thousand times for your AMD tool; XP is up with SP3 now!

All the best,

Kay.

# Jan de Heer said on 18 May, 2008 07:36 AM

Jesper, I did without problems the migrations to SP3 on mij HP AMD Desktop Pavillion (T770.nl) PC.

First I investigated with the reg query instruction if intelppm was loaded in the regstry: IT WAS INDEED; the start value was 3. With your tool I changed it to 4 so it was disabled. After that I started the SP3 procedure; no problem at all was there.

Regards Jan de Heer  

# Peter said on 18 May, 2008 08:08 AM

AMD Sempron on Asus A7N8X Mb. Clean install using SP1 disk and then installing SP3. Only problem is a refusal to run Windows Classic Theme.  First run it would, ever after it reverted to Windows XP theme and got unspecified error when trying to regain Classic..

Did some detective work, went to Administrative Tools, Services, highlighted Themes. Hit Stop message. Machine reverted to Classic Theme itself. On reboot went back to XP Theme.

Same route again but this time disabled Themes. Reverts to Classic and reboots after that no change.

Is it SP3 or is it the Security Update that came in after??

# HAHAHA said on 18 May, 2008 09:12 AM

Geezz...people still use WInblows....

# Tommy said on 18 May, 2008 10:22 AM

oh, you save my life!

i really love you.

i'm using a HP computer that comes with a AMD processor.

i got a blue screen of death after upgrading to SP3.

my problem is now solved.

a very big thanks to you!

# peter said on 18 May, 2008 11:40 AM

I have the ASUS A8N32-SLI Deluxe and I get blue screen to, asus needs to fix this problem with a bios update!

# Tony Dubia said on 18 May, 2008 12:38 PM

I have a intel based computer runing both vista and XP sp3. As Soon as I upgraded to SP3 the computer would not boot, period. it would go through the post test then when it went to the windows cfg files it would stop. Blank screen. computer frozen at that point. I have an ASUS p4s800 motherboard. I found the only way to boot into the computer was to disconnect my Microsoft wireless mouse and keyboard

# Isolde said on 18 May, 2008 01:16 PM

Has anyone contacted Asus about a possible SP3 bios fix for the A8N32-SLI Deluxe ???

# Martin said on 18 May, 2008 01:42 PM

Hey Jesper, thanks for this post.

I had this problem on an AMD based pc - and removing the usb mouse and plugging it into the ps2 port solved the problem.

After I got into windows, I rebooted again with the mouse back in the USB port - but disabled legacy support in the BIOS. After this I got into windows - with the USB mouse.

After this 'success' I got curious. And rebooted with legacy support in the bios. Guess what? I still got into windows!

To summarize this: It appears that after installing Service Pack 3 - AMD based computers cannot get into windows with USB devices attached. Once they booted without USB devices - and the SP3 installation is finalized - they can reboot again with USB devices.

If anyone can technically explain this to me - please do so. I'm riddled... but still happy everything is working now :)

# James Hastings-Trew said on 18 May, 2008 01:45 PM

I have the exact setup a few who have commented here have - Asus A8N32 SLI Deluxe, Nvidia video, Logitech G15 keyboard and Logitech G5 mouse, 3 internal hard drives on SATA connections. I pre-emptively turned off automatic updates 2 weeks ago, thinking that I'd let everyone else be the pioneers on this one. Glad I did. But it is a funny feeling sitting here not getting my updates. Lets hope the firewall/NAT/anti-virus keep me from getting stung by exploits while I wait for ASUS/MS to sort this one out. Will it be a SP3 fix, or will it be a BIOS update, do you think?

# Lee Watts said on 18 May, 2008 02:43 PM

THANK YOU, Thank you ever so much for your information regarding the rebooting problem.  It turned out to be my USB mouse that was preventing WinXP from booting up - it's fine once I plug it back in when it's loaded but I've noticed that I've got to unplug my mouse every time I have to reboot my PC.

I'm utterly relieved as I've not lost my data as my backup hard disc went kaput & hadn't realised before installing SP3.

# Bayden Rank said on 18 May, 2008 04:20 PM

Hi Jesper

Sorry to not get back sooner.  I removed my HDD stuck it in a Caddy and using my partner's laptop found and renamed intelppm.sys

A 'chkdsk' was run and a traunch of unreadable 'File record segments' were flagged up.  I closed it down and restarted and this time I got as far as windows loading but the IE7 was reported as not able to load.

PC hasnow carried out another chkdsk an removed a number of file entries. No wIt is back to square one with no possiblility of booting in safe mode or going back to a previous OK point.

Tiem for the sledge hammer maybe?

I cannot find my copy of XP but do have my partner's copy and the number for my own copy - help?

# jesper said on 18 May, 2008 04:36 PM

Bayden: you can use any copy of XP to reinstall. It is the product key that must be unique, not the CD. At this point, it seems a reinstall may be the way to go, and ou seem to have reached that conclusion already.

# Everton P said on 18 May, 2008 05:16 PM

You're a lifesaver! I ran the update on my AMD computer before checking on possible effects and was having the repeated reboot problem, but your fix worked like a charm.  Thanks!!

# Andy K. said on 18 May, 2008 06:27 PM

Just had to revert back to SP2 drivers in system32/drivers directory. Everytime I booted with a USB device attached it would give me a BSOD.

# Jake Watkins said on 18 May, 2008 06:45 PM

Hey, thanks for the little VBS, it helped a LOT. I don't really think SP3 helped me much, though. I kind of got disappointed once I finally got it to install right.

Thanks anyways, you made my life a lot easier :p

# dennilfloss said on 18 May, 2008 07:43 PM

Looks like MS was aware of SP3 problems with the A8N family for a few months and sat on their butt. Colour me unimpressed. :(

forums.microsoft.com/.../ShowPost.aspx

# Ben said on 18 May, 2008 09:42 PM

[quote]

Ben:

There's been some buzz in the forums about USB problems that severe. I'd really suggest you try to get some interactive troubleshooting from MS on this one. They at least have the ability to walk you through the steps. Sorry, I feel like I am punting on you, but I really can't do a lot via the blog.

[/quote]

Well I tried both MS and Dell neither could fix this problem on my computer (I am the one where any usb device I plug in the computer crash's).  I am waiting for dell to send me a winxp mce 2005 specific dvd for my computer that will allow me to get into repair and replace the usb device drivers with the sp2 drivers.  I am hoping once I can get into a repair mode to try what is mentioned on

forums.microsoft.com/.../showpost.aspx

from Kadali Ravi Sastry(MSFT) post.  

# Keith G said on 18 May, 2008 09:42 PM

Another dimension that is not included with in the response post's.

1)a) Which version of the Bios was installed when the USB fix worked with.

b)Some people are using the 1405 uncertified bios. Designed when Asus intended to support Vista. How ever between the Vista power save settings and Nvidia video driver problems.

c)The last version is still a couple of years old. Different bios settings are required when installing Sp2.

2)a) People still refuse to read the requirements prior to install Sp3.

b)Opening portion of sp2 support states "please use appropriate version of anti-virus software. That is compatible with the sp2." Not exact quote paraphrase.

c)not reading the service agreement provided when installing antivurus software. Not to mention leaving behind dross when uninstalling. <separate issue>

"we will not be held liable for your usage of our software or loss of data" by the anti-virus. And people have clicked on I agree

Any way enough of the rant.

Thanks for your script!

Keith

# JR said on 18 May, 2008 11:52 PM

Thanks for the heads up Jesper.  I'm now typing from my SP3 updated computer (with Asus A8N-SLI Deluxe MB).  Here's my experience:

1) Backed up everything including bios.  I used the Asus Update tool to backup the bios.  The tool came with my MB support materials.

2) Upgraded chipset drivers.  AMD's site indicated that I should upgrade the "chipset drivers" prior to applying BIOS upgrades.  Well, there's very little documentation on this other than a downloadable executable that extracts to a floppy.  AMD adopts nVidia's practice of giving a version to a collection of drivers, referring to 6.65 on AMD's site.  You won't find any single driver with that version - it's the version of the package.  Following some news group suggestions, I went straight to nVidia and found the 6.86 (?) package and downloaded and installed that.  This required one reboot and a subsequent reinstallation of network drivers (XP caught this automatically - I just had to point the install program at the drivers in the nVidia downloaded package).

3) Flashed the BIOS.  I downloaded version 1805 for my board using a browser and then ran the Asus Update utility to flash the BIOS.  I tried using the Update utility's own "from internet" option, but it always fails (a known problem).  I chose the "flash from file" option and pointed at the downloaded BIOS file.  The utility was a bit easier than digging out an old floppy to boot into DOS.

4) Reboot into BIOS and turn off Legacy Support for USB drivers.

5) Boot into windows, download and install SP3.

6) Cross fingers, do a dance, wiggle my nose and reboot.

7) Voila!  The computer reboots.  All seems fine until I go to log into my limited user account.  Missing profile?  Can't load settings?  My limited acount could find none of its wall papers or custom settings.  Apparently others have had this problem.  I booted into Safe Mode and reset the password on the account by running "control userpasswords2" with the RUN command.

8) Reboot and try limited user account.  Success!  My settings are back.

9) Wait and see if there are any long term effects.

Comments: During the installation process, I did NOT remove any of my USB devices (mouse, flatbed scanner, keyboard, webcam).  I neither removed or added any USB devices during the process.  Basically, I only changed the legacy support setting in BIOS.

I know that makes it more difficult to isolate the problem.  Clearly others are finding that removing/adding USB hardware helps.  I wonder if it is some sort of IRQ assignment problem as has been suggested by others.

# Gerald S. said on 19 May, 2008 01:50 AM

My home-built machine uses an ASUS A8N32-SLI Deluxe  MB with AMD Athlon 64 X2 4800 CPU, 2GB Corsair RAM, two internal Western Digital 320GB hard drives, and normally has a Maxtor One-TouchIII external hard drive connected via USB.  After installing SP-3, my machine went into the continuous reboot cycle, but I was able to get it to boot by DISCONNECTING all hard drives except the C drive.  Initially, the machine was configured to automatically restart after system failure, so I couldn't read the blue screen message as it constantly restarted.  After I deactivated the automatic restart setting, I saw that the blue screen message was telling me my BIOS was not fully ACPI compliant, etc. (as you described).  Right now, with all hard drives (except c) disconnected (and nothing plugged into USB), the computer works fine (I am using it to write this).  But (I have experimented and proven that) if I connect any one of the other hard drives (internal or USB), it stops with the blue screen BIOS problem message.  Before I found information indicating that the problem is caused by SP-3, I updated the BIOS (from ASUS website).  That made no difference, so I rolled it back,  Still made no difference.  It is strange that my machine works by DISCONNECTING USB (and other) drives and yours works by CONNECTING a USB device.  Thanks so much for the service you provide.

GHS

# George Hutton said on 19 May, 2008 03:40 AM

Wonderful site, first visit looking for xp sp3 work around.  I would like to know what software programs are used for windows , I have done a little basic and used to be familiar wirh DOS.  I'm 73 and still afraid to tamper with the registry, I too have a higher qualification in Mech.Engr. but not much help fixing compiters.  many thks  george

# Maya said on 19 May, 2008 04:26 AM

5 month old PCAMD Athlon 64FX x2 dual core with S-series motherboard (GA-~MA69VM-S2).  No problems till SP3 installed (didn't know there was a problem) then got the continual loop of re-boots.  

Tried restoring XP Pro but no luck so decided to reinstall by deleting old partition and installing xp on new but now its only got as far as setup is restarting... then shut down and restart loop.  After repeated restarts I managed to get the entire error message which says

'A write operation component was attempted after it was dismounted'  What does that mean and is there anything I can do?

Once a different msg came up that said 'Inusfficient system resources' - its only appeared once and the usual msg is the write operation one.

Help?!

# stefan said on 19 May, 2008 06:24 AM

...and how much time are you going to spend on microsoft bug fixes?

There are really more interesting jobs than fixing windows problems!

Come on: Write a hardware-driver for linux boxes, investigate how to make GPL-Software better...in the end there is no OS like Linux, where people can adopt the system to their needs instead of getting forced by microsoft to buy new hardware, which is probably not available or affordable and which will need more ressources.

It is ridiculous what MS does! They waste our time, our future and the furture of our children.

We could use the things (e.g. old hardware) we have more efficient when we start to work together all around the world and try to solve the problems we are all facing!

have a nice day and stop wasting time, because it is too valueable!

# jesper said on 19 May, 2008 08:46 AM

Maya:

The error message you are getting indicates that there is something wrong with the disk drivers, or possibly with the disk itself. When you say you tried to reinstall, did you try to install over the top of an existing installation? If the drive has been corrupted that will not work, and could lead to the error you are seeing. Assuming you have a backup of your data, delete the partitions on the affected drive and start over.

George Hutton:

What particular software programs do you mean? Sorry, but I do not quite understand what you are asking. Generally, software that has the "Designed for Windows <version>" logo on it is certified as designed to standards that work with Windows. There are many more software packages that work with Windows, and a few that sport the logo that have problems, but it is about the only bar there is.

Stefan:

Good advice. :-)

There is no OS like Linux, but, to be perfectly honest, there is no OS like Windows either. They both fill a very important market, and both have their pros and cons. We really do need both, but I appreciate your advice.

# Sunit Pareek said on 19 May, 2008 08:46 AM

Hello,

My PC is an Intel Celeron D. And I am also facing a similar problem My PC.. takes a long.. very very very long time to load on the boot load screen and most of the time, it doesn't load.... but just goes on restarting....

Do you suggest??  I should try it out???

# Maya said on 19 May, 2008 09:21 AM

Thanks for the reply.  I followed instructions for a clean installation which meant deleting the existing partition.  Windows formats, starts setup, does the reboot as it should before continuing but then I'm stuck back in the loop telling me setup is restarting.

At the moment I'm ready to throw the pc out of the window and buy a Mac!

Any suggestions appreciated.

Maya

# jesper said on 19 May, 2008 09:54 AM

Maya:

Is the computer crashing on that first reboot, or is it simply booting from the CD again? From your description, it sounds like the computer is set to boot from the CD still when it comes up on the first reboot during installation. The installer is supposed to change that, but apparently fails to do so in your case. If that is the case, you should have an option to set the startup device during boot. Usually you do that by hitting one of the F-keys during boot, typically either F2 or F12. See if you can do that and boot from the hard drive.

# Michael K said on 19 May, 2008 10:41 AM

Hello,

I have found the repeated restart problem in my PC where i have intel, i tryed disable automatic restart but i got comment that it was fault, so i boot my comp on safe mode and creat new account with administrator configuration, and.... it works

# Jeff said on 19 May, 2008 11:51 AM

h10025.www1.hp.com/.../genericSoftwareDownloadIndex

Got help from HP Support.  They have a little tool to download that corrects the problem.  It must be installed before installing SP3.

# Dominick said on 19 May, 2008 12:49 PM

OK- I have an AMD8nx-x running Win XP with SP3.

My video card (an ATI card) died and I replaced it with an NVidia GEForce 7600.  Now my computer reboots regularly, at random- but there is no error code or even an entry in the event log.  Sometimes it doesn't want to restart and other times it restartsd normally.  Once in a while I get the message about shutting down abnormally and the safe mode menu comes up.

I've run numerous virus scans from different companies (all clean), chkdsk, spyware detectors, and even flashed the BIOS- to no avail.

Can this be part of the same bug?  Although....it started when I replaced the video card- and at that time I had SP2 installed.  I installed SP3 hoping it may help solve the problem.

# Maya said on 19 May, 2008 01:43 PM

Thanks Jesper.  It's not booting from CD after it reboots to finish installing windows.  It formats, copies the files and then can't actually install the files.

Actually, I'll check but the option to press any key to boot from cd doesn't appear.

Thanks again, Maya

# Chris said on 19 May, 2008 02:08 PM

Hi, I have a problem with sp3 as well but a bit different for me!!!

I update to sp3, everything runs well BUT for some reason my pc freezes. I have AMD ATHLON XP cpu ATI GPU and ASUS mobo. (I hope not the worst compination for sp3 :[ ).

My Pc freezes only when listening to mp3's and after 20 minutes of playing (I haven't count them yet but it's more or less after 20 minutes of playing)

:[

# rg said on 19 May, 2008 02:30 PM

Dominick it could be a video driver problem not related to the cpu issue at hand.

I have a custom built xp pro machine running amd64 single core cpu and installed all of the sp3 release candidates and final release with no problem. I just upgraded to a amd64 x2, no problem.

On the other hand I have seen a aged compaq do the reboot thing. Didn't try a fix didn't have time. I was able to go into safe mode and uninstall sp3, it booted like a champ and ran sp2 no problem. maybe it is oem images

I haven't tried the fix posted above yet on anything but will post back here if do, remember.

# jshadwi said on 19 May, 2008 02:47 PM

I have a dell Dimension 4800 with a My Book Pro II External Drive hooked up by Firewire. After installing Windows XP Sevrvice Pack 3 the maching hangs up on boot and just gives me the Windows screen. If I unplugg the My Book Firwire then the machine boots up properly. Any ideas on Fixing?

Cheers,

John

# Dan Smith said on 19 May, 2008 03:28 PM

Thanks for the Info!

I have a Mesh AMD based machine, got endless reboots in safe mode etc after installing xp service pack 3 until I found your page.

Plugging in a USB key and/or using a pc2 mouse (instead of usb) makes it boot smoothly, cheers!

# 16kRamPack lol lol said on 19 May, 2008 03:42 PM

And you thought you had trouble with your AMD...

Intel (SP3) update.

System now loads with no Internet or NIC drivers.

Attempts to re-install drivers reports Microsoft installer missing.

System Devices shows a blank screen.

I think I like my LINUX (hardly ever reboot) Ubuntu Hardy Heron OS, With over 26,000 free programs and little or no problems much better.

http://www.ubuntu.com/

# 16kRamPack lol lol said on 19 May, 2008 03:50 PM

Intel Windows (SP3) install not working either.

No devices in device manager.

No Internet.

No NIC Drivers.

No Microsoft Windows Installer.

If I didn't have to know how to solve these problems for my customers it would be Ubuntu (Hardy Heron) (almost never reboot) and 26,000 free programs forever for me. www.ubuntu.com

# Gary Gaignon said on 19 May, 2008 05:34 PM

Thank you very much, Jesper! No problem now!

# Gold Finche said on 19 May, 2008 06:19 PM

HA! HA! HA! (laughter goes on for 10 minutes).  I'm sorry everyone is having so much trouble.  It reminds me of the endless re-installs that I have had to do, with an OEM.  For at least 18 months I had to re-install that sick puppy, each month.  And everyone posting is as distressed as I.  You poor bunch, you don't know how good you have it.  I can't afford to be a smart aleck, but its nice to know I'm not the only one with problems.  It  be should be noted however, some of these problems aren't because the businesses don't know thier own business.  Consider the agendas that they use to configure an OEM.  They are many.  They all make a good product.  The registry error should be a clue...Good Luck!  I may be next with the reboot blu

# Bob Massey said on 19 May, 2008 09:29 PM

Power! Seems to be the common denominator. I have Intel P4 2.66ghz and THE PROBLEM. Before I could wipe the HD clean, the power supplied died. I got a new power supply (bumped up from 320W to 480W) and fired up to deal with THE PROBLEM. NO PROBLEM!?!   I have not yet re-attempted XP SP3 because I gonna GHOST first.  I will post again after next attempt.

# Mark Soper said on 19 May, 2008 10:07 PM

Great roundup of what can go wrong with XP SP3 and how to fix it. Your solutions are featured in my latest Windows blog entry at the MaximumPC website

# Jerry Semler said on 20 May, 2008 12:14 AM

I recently fell victim to the Windows XP SP3 farce.  I have a desk top and laptop which updated just fine. (Intel machines obviously now.) However, my other HP desktop took the big dive (AMD machine).  At first I thought I had a hard drive failure. Later I thought maybe I had a memory failure.  For about 2 days I pulled my hair out.

Then I found your blog with the answer to my situation.  Bless you and your "small tool".  You made me a "happy camper."

# Tuan Nguyen said on 20 May, 2008 01:19 AM

My system consist of an ASUS A8N32-SLI Deluxe motherboard, EVGA 8800GTS, 2 harddrive and DVD burner all SATA connected at the time of the SP3 update.  After the update my computer would do a constant reboot woth a quick blue screen of death.  I was able to do a F8 safe boot and manage to back track before the update of SP3.  But it still would not boot with the second hard drive connected.  I have to remove the secondary hard drive to boot up so I can save my outlook and other files.  

I just ran your software to detect the intel drive and it say it does not exist in my  system.  And it indicated that I'm ready for the SP3.  But I'm afraid to go through that trouble again.

I have check online for a bios update on ASUS website, and there is none available.

So can you advice what I can do, because soon or later to upgrade to SP3.

Youcan reply to me at tnguyensac@att.net

Thank You

Tuan

# PAPPL said on 20 May, 2008 02:23 AM

ASUS A8N32-SLI Deluxe with AMD Opteron 180 CPU.

Constant reboot after installing Windows XP Service Pack 3!

If i plug in my 8GB Sandisk USB-Stick the system boots up without problems.

Microsoft or ASUS, one of you SOLVE THIS PROBLEM, i payed a lot of money for this "Deluxe" Mainboard. WTF!

# Dave Carr said on 20 May, 2008 03:59 AM

Thank you for your valuable assistance.  

d

# Leo said on 20 May, 2008 07:19 AM

My ASUS A8V de luxe with 2 SATA & 2 PATA HD's won't boot up after "myDVD" 6 said the OS was chanced after the SP3 and had to do a "system check" so it went into a (controlled) reboot, and got  "AUTOCHK not found" error.

Neither safeboot or the disable automatic restart will work. ran a chkdsk from recovery console and the win2003server installation I have on one of the PATA drives, but no errors (XP and Win2003 boot.ini are on the same SATA drive) Win2003 still boots !

Recovery console won't read the reg. hyves, since REG.EXE is not a supported command.

WinPE reads only his own hyvers; tried BARTS-PE bootdisk with a special regedit for WinPE I fetched from sourceforge, still no luck: hyves can not be read.

DeadXP for a week.......

# Emule said on 20 May, 2008 09:37 AM

Great!!! Work fine!

# Y Me said on 20 May, 2008 10:20 AM

Andi, Hahaha: Get a life. It seems these Linux people have nothing to do with their life. Last I checked, most Linux OSs are supported for under 3 years. Why is that? Windows? 10+ years. Why is that? Can you say SUPPORT?

Markus: Linux overtaking Windows in 5 years? Like North Korea will open it's borders to everyone and dismantle it's weapons. Ya. right.

Mario: Microsoft will not update the service pack. It will either add a prerequisite that is required to download or temporarily block your PC from getting the SP [unless you manually download it]. TRy Jesper's fix or whatever HP provides.

# itnews said on 20 May, 2008 10:51 AM

yes but it's not good tactic!

# jesper said on 20 May, 2008 10:52 AM

Tuan Nguyen:

You have the problem described in the "Second problem, affecting certain AMD motherboards" section above. Try the work-arounds in that section if you want to try SP3 again.

Leo:

You can read the registry hives on the XP volume from Server 2003 if that still boots. I would do a full malware scan to start out with. I am not that familiar with ASUS motherboards, but the one you have does not sound like the one with a problem.

# Judith said on 20 May, 2008 11:04 AM

Hello Jesper,

    Want to say thanks for your blog because it was able to help me to download windows sp3.  The question I have is do I need to enable intelppm after installing windows sp3?...Thanks in advance

# Dave B. said on 20 May, 2008 01:40 PM

Used your tool to remove intelppm. Rebooted then ran SP3 install. It got 2/3 of the way through then gave an erroe and the uninstall whizard backed everthing out. Did not trusted so moved back to an earlier check point. Computer is HP pavilion a1310n, AMD chips and  running XP Media Center 2005. All prvious updates have worked.  

# Fer said on 20 May, 2008 02:12 PM

erro 0x00000024

windows vista

Notebook HP

help!!

Brasil

# Fer said on 20 May, 2008 02:17 PM

Windows vista SP1, HP Notebook, core 2 duo,

when I start the program as soon as Vertrigo(apache) turn on the notebook appears a blue screen with a few errors, including 0x00000024

Brazil

# jesper said on 20 May, 2008 02:59 PM

Fer:

Something installed on that computer is causing that problem. It could be malware. Could you run a malware scan? if not, call Microsoft and have them walk you through solving it.

# Michael M said on 20 May, 2008 03:02 PM

I have an intel based computer and when i downloaded service pack 3 i lost the nvidia driver and could not be located. When i tried to reinstall the driver it said nvidia could not locate the driver compatible with your hardware and will now exit. Then i did a system restore.     Whats going on here plz!

# Anthony Estelita said on 20 May, 2008 03:36 PM

I too have an ASUS A8N32-SLI motherboard and I was experiencing the same exact problems others are having.  I tried every trick in the book:

1. Tried the USB trick (no luck) :-(

2. Tried the removal CMOS battery (no luck) :-(

3. Removed all USB devices (no luck) :-(

4. Removed 2nd hard drive (no luck) :-(

So I ended up doing the folowing:

1. I booted to the recovery console and ran the commands outlined in "Part 1" only from the following URL: support.microsoft.com/default.aspx

2. And VOILA the computer finally booted!  And only 2 days of trying all different variations, tricks, cmos settings, and cmos updates.  

All I can say is  @#!@#!%@# to Microsoft for putting me through this hell!!!!!!

[ I hope that my pain will somehow help others ]  Thank you very much Jesper and others!!

# jimmymcjimmy said on 20 May, 2008 04:06 PM

Have Asus M2N32-SLI Delux With nvidia 590 Chipset and AMD AM2 5600+ CPU. Major Boot problems with XP SP3. Would not POST or Reboot unless shut down and power disconected from pc for a while. Thought it was a Bios Problem possibly caused by Failed BIOS Chip and or Motherboard componant. Uninstalled SP3

Now absolutely fine, but not before spending £105 on new motherboard and many hours of wasted time  THANKS A LOT Microsoft!

# Philip Argy said on 20 May, 2008 05:07 PM

My HP Pavilion dv9521tx core duo had Vista Ultimate 64 pre-installed.  SP1 took 10 hours to install and experienced multiole re-boot failures and horrific complications which have still not been finally sorted out.

I believe there is something fundamentally awry with HP's image and/or Microsoft's OS in their 64 bit implementations on machines with AMD processors.  My Event Log is replete with errors that suggest to my mind that neither HP nor Microsoft understand how multiple processor machines work and the inter-processor synchronisation issues have not been thought through properly.  I don't know if the intelppm issue exists with my multi media laptop but I do know that I have wasted more than $200K of my time wit this machine and a class action may not be far off!

# PatPlays27 said on 20 May, 2008 06:04 PM

Yippee! A solution for SP3 problems with AMD Athalon Chips!  (if your computer has an Intel Chip you should be ok without this additional information.  Also, this is a solution for those with HP computers, not sure it would work with other brands – check with your computer manufacturer first!)

My HP computer had this problem.

HP couldn’t solve it – Microsoft couldn’t solve it –

This solved it!

Be aware SP3 is huge & takes forever to do the upgrade – so be careful & aware!

I strongly recommend that you create a restore point before installing the SP3 upgrade!!!!

What's up with Vista SP1 and XP SP3?

I've been hearing horror stories about Microsoft's latest service packs. I have computers running both XP and Vista. Should I get Vista SP1? Do I need XP SP3? I don't even know what these updates are for! Can you help me out?

Windows updates are often shrouded in mystery. You check Windows Update. It tells you updates are available. You click Install and forget about it.

Often, we take the recommended updates without a lot of questions. But service packs are a different animal. These aren't small security patches. They're huge, and they often promise big changes to your system.

Vista SP1 delivers well over 500 updates. XP SP3 includes a whopping 1,174 updates. Those numbers look scary, but you've already got most of the updates. Service packs include every previous update for the operating system. They do not include many new updates.

This ensures you get caught up on all the important updates. But even with all those updates, you won't see a big change. These service packs do a lot of work under the hood. But they won't really affect how you interface with the computer.

Let me go over each service pack in a little more detail. I think it's important to understand what you're getting and why. I'll also go over horror stories you might have heard.

Vista SP1

As I said, SP1 has over 500 updates. I couldn't possibly cover all of them here. Nor would I want to. You would get bored very quickly. But if you're curious, a list of updates is available.

The updates fall into three categories – hardware support, usability and security. There are updates that don't fit neatly into those categories. But think of them as smoothing out Vista's rough edges.

Some users that upgraded to Vista found that some devices didn't work. SP1 helps with device compatibility. It also lays the groundwork for devices you may not own yet. Vista will better identify and support Blu-ray Disc drives. SP1 also adds support for new Windows Media Center Extenders.

SP1 fixes some issues with Vista's usability. The annoying User Account Control prompts have been reduced. The Windows Genuine Advantage kill switch is removed. Microsoft won't cripple non-genuine copies of Vista. Some users found long delays when logging on and resuming from hibernation. These wait times have been reduced.

The service pack also fixes a number of security holes. It includes every security update since the launch of Vista. It also improves some existing security features. For example, the BitLocker hard drive encryption has been strengthened.

Getting SP1

The release of Vista SP1 hasn't been blemish free. It accounts for most of the horror stories. But when you look at them, the stories aren't that horrific. There are ways to fix the most common problems.

Many people simply aren't offered SP1. This can be pretty confusing. The service pack doesn't show up in Windows Update. And there isn't much explanation.

Several things can cause this. But one accounts for a majority of people's problems. Vista SP1 conflicts with some hardware drivers. If Windows Update detects these drivers, you aren't offered SP1.

The easy fix is to update those drivers. But which drivers are we talking about? Windows Update doesn't tell you. That information is buried in the Microsoft Knowledge Base. To find it, scroll down to Resolution. Then find "Method for Cause 5."

Check for driver updates in Windows Update. These may be marked as Optional. If that doesn't resolve the problem, see the computer manufacturer's Web site. It may provide downloads for SP1 compatible drivers.

Another problem has been performance issues after installing SP1. These too can be attributed to outdated hardware drivers. But they can also be caused by software—often security software. Be sure you have the latest versions of your firewall, antivirus and anti-spyware programs.

Don't be scared away from SP1. The above problems are manageable. And for many people, the update goes off without a hitch. You may have no problems at all. We're all running SP1 here in the office. And no one had problems with the update.

XP SP3

Again, I can't cover the more than 1,000 updates in SP3. Here's a link to the very long list of updates. I can't think of a more mind-numbing read. But it's there if you'd like.

Even with so many updates, there's not much to discuss. SP3 mostly serves to bring your Windows XP up to date. It will give you any updates you've missed in the past. It creates a new baseline for all XP users.

SP3 patches new security holes. And it fixes some Windows programs and processes. But there aren't many new additions. The ones provided are important, but not very interesting. Several have to do with network security or system encryption software. None of these will affect how you use your computer.

One thing to watch for is Internet Explorer. SP3 updates IE 6 and 7.

If you have IE 7, you cannot uninstall it after applying SP3. You cannot go back to IE 6. Also, SP3 will not work with IE 8 beta. If you have IE 8 beta, uninstall it before installing SP3.

Getting SP3

There have been other problems. Some people have been unable to boot their PCs. Or they get stuck in an endless reboot cycle.

In this case, it wasn't Microsoft's fault. This is a Hewlett-Packard issue.

HP sells computers with either Intel or AMD processors. It installs the operating system using a disk image. The disk image was created on an Intel machine. It came with Intel specific drivers and registry settings.

This Intel-based disk image was installed on AMD-powered systems. There apparently were no problems until SP3 came along. After SP3 was installed, the computers tried to load the Intel drivers. Only there is no Intel processor for them to act on. The result: The computer crashes. Or, it reboots continuously.

***** HP has recently issued a fix for the problem. Download HP's Upgrade Utility before installing SP3. It should prevent booting issues.

For everyone else, it appears the SP3 update goes smoothly. You can install it through Windows Update.

Do some preparation

Neither of these updates is small. Many people install them without an issue. But they have the potential to cause problems. Be sure to protect your important files.

Before installing either service pack, back up your computer. If you don't know which files to back up, read this tip. You may also want to set up a restore point. Should the installation fail, use System Restore to rescue your computer.

More updates:

• Keep all of your programs up to date

• Updating to Vista? Learn how to transfer programs

• Updates don't fix everything. Troubleshoot older PCs

# mattp said on 20 May, 2008 09:26 PM