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)
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.
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:
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.
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!
User contributions licensed under CC BY-SA 3.0