Windows 7 fails to install

6

I'm upgrading from Vista SP1 (which was actually upgraded from XP over a year ago) to Windows 7 RTM (64-bit Ultimate to 64-bit Ultimate). After 4 hours or so, the install fails with the message "This version of Windows could not be installed, Your previous version of Windows has been restored, and you can continue to use it." This error is back at my Vista desktop, there's no error that I could see during install, I just a message indicating that it was reverting everything.

I tracked down the error logs and here's the log at I uploaded the error log (from C:\$WINDOWS.~BT\Sources\Panther) and uploaded onto Pastebin. Here is an excerpt:

2009-08-09 02:54:57, Error      Number of Enumerated Devices = 21[gle=0x00000103]
2009-08-09 02:54:58, Error      Failed to find driver file path. Error=00000002x
2009-08-09 02:54:58, Error      Failed to find driver file path. Error=00000002x
2009-08-09 02:54:58, Error      Failed to find driver file path. Error=00000002x[gle=0x80092004]
2009-08-09 02:54:58, Error      Failed to find driver file path. Error=00000002x[gle=0x80092004]

It was suggested that I upgrade to SP2 before upgrading to Vista, but this made no difference. I since uninstalled SP2 since it was creating some problems with a piece of hardware.

I know a fresh install is best, but I'm hoping to avoid that because I'd need a new hard drive.

Per Reuben's instruction, I found the install's dump and uploaded it here. (266 KB)

windows-7
windows-vista
asked on Super User Sep 5, 2009 by Brian Ortiz • edited Apr 16, 2017 by Journeyman Geek

4 Answers

7

When you hit a failure during a Windows 7 upgrade (and it rolls back to the original system), it would be helpful to share out and/or look at \$windows.~bt\sources\panther\setupact.log. (The setuperr.log file that you shared contains a filtered view of the full log file.) Also, you should look to see if there are any "dump files" (with extension .dmp) anywhere under the $windows.~bt\sources folder; it's possible that some device driver installed on your system caused the computer to blue-screen during the upgrade process.

Update: Loading up the attached dump file in WinDbg shows the problem to most likely lie in viahduaa.sys. A quick search on the web shows that it's some sort of audio driver, possibly distributed by VIA. My recommendation would be to first see if there's an update available for that driver (and install the update before upgrading). If that doesn't work, you might be able to see if you can forcibly uninstall the driver (and make sure it gets deleted from your system) before upgrading. Once the upgrade goes through successfully, you can worry about making sure you have the right audio drivers again.

answered on Super User Sep 5, 2009 by Reuben • edited Sep 7, 2009 by Reuben
3

I would like to thank the original poster and confirm, that one possible cause of the error "this version of windows could not be installed" is a bad driver. If a driver "crashes" during the install, the Windows 7 upgrade will eventually fail, Windows Vista will be rolled back and the error "this version of windows could not be installed" will appear on the screen.

I was able to track down a bad driver on my system that was causing my upgrade to fail. After uninstalling the software that used that driver, the Windows 7 install succeeded. In my case, the driver that was crashing was the klim6.sys driver which is part of the Kaspersky 2010 virus software. After uninstalling Kaspersky (and making no other changes) the install of Windows 7 succeeded. So, if you are having this problem, and you have Kaspersky 2010 installed... Then remove it and try again.

If you do not have Kaspersky installed, then use the following steps to identify the driver with the problem:

  1. After the Windows 7 install fails and rolls back to vista do not reboot, open the following directory: c:\$windows.~bt\sources\
  2. Search this directory for any files with an extension of .dmp
  3. In my case the file was called setupmem.dmp
  4. If you have a .dmp file, then you’ll need to open it with WinDBG. If you don’t have a dump file, then your problem is probably not related to a bad driver.
  5. Download the WinDBG tool from: http://www.microsoft.com/whdc/devtools/debugging/default.mspx
  6. You can choose to do a custom install and install just the debugging tools (not all of the redistributable packages and header files)
  7. Start up WinDBG. WinDBG is a powerful, feature rich program with arcane commands, none of which you need to use to find the bad driver.
  8. In WinDBG, select Open Crash Dump File and open your .dmp file.
  9. In the text that flies by, you should see a file such as XXXX.SYS identified as the cause of the crash. In my case it was the file klim6.sys
  10. Google or Bing for the sys file to find out what it is and how you can either update the file or remove it from your system.
  11. Do so.
  12. Run Windows 7 upgrade again.
answered on Super User Nov 17, 2010 by TimL
0

I seem to be experiencing the same problem. After doing some research on the "failed to find driver path" message in setuperr.log, I tried uninstalling a few non-essential drivers. This lessened the enumerated count I had from 17 to 15. Looking at my setupact.log, I found the device IDs associated with the errors (to find it quickly, copy/paste each error listed in the setuperr.log into "find" in setupact.log--it seems to be a direct parse). I'm going to attempt to uninstall each of the erroneous drivers tonight and try to update again. I'll let you know how that goes. With any luck, Windows 7 will fully update once all of these errors are cleared.

answered on Super User Nov 2, 2009 by (unknown user)
-1

I have exactly the same problem, no errors, runs for 2-3 hours, then after the reboot following the expansion phase it gives the error as above and restores Vista, which itself takes ages.. Unimpressed!

answered on Super User Oct 28, 2009 by (unknown user)

User contributions licensed under CC BY-SA 3.0