The windows 10 fall upgrade 1709 fails after about 45% mark.. Then gives an error message and returns system to 1703

Anonymous
2017-11-30T19:59:13+00:00

I have tried all the suggestions on my laptop to complete the upgrade to fall creators 1709.  

I have tried the trouble shoot the upgrade (It always fins registry errors after the update...  I run it a couple of times and the second time the registry errors are gone but come back after trying the 1709 update)

I have tried the upgrade by doing the manual update

I have tried resetting all of update... and then trying the update again

I have tried by unplugging the Ethernet cable

I have done a chkdsk c: /f

I have tried Regcure pro (as recommended by Microsoft on a support page - they are a Microsoft partner)

I have tried going back to earlier backups of the laptop..

All end in the same way...

The updates fail after 45% with a old style popup box .. saying windows can not configure one of the system components...

I have tried many options...  but no solution...

I have spent over 80 hours working on this issue...  I really do not want to do a full reinstall of the laptop.... 

Help!!!

Windows for home | Windows 10 | Windows update

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

94 answers

Sort by: Oldest
  1. Anonymous
    2017-12-21T20:09:12+00:00

    We appreciate your response. The possible cause of the error messages might be due to incompatible driver or hardware. Check the reply of Kapil Arya MVP on this thread for possible solution.

    Keep us updated.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2017-12-21T20:21:48+00:00

    We appreciate your response. The possible cause of the error messages might be due to incompatible driver or hardware. Check the reply of Kapil Arya MVP on this thread for possible solution.

    Keep us updated.

    I have done all that was suggested in the multiple paths of this article...  (a very complete path to try for a solution)...

    I have tried deleting drivers which are unused..  I have tried deleting drivers and letting them create automatically...  (I even deleted the wired network port and used the wireless port to download a new network driver..)..  I have deleted a lot of the 3rd party software...

    I really do not want to do through the bother of re-installing windows 10....

    Is there no utility to verify all device drivers???

    Thanks for the suggestions...

    Andrew

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2017-12-21T20:41:27+00:00
    1. download and install everything:  https://www.voidtools.com/
    2. Panther logs by default are hidden.

    So using everything will find them and it is substantially faster than windows search

    1. Look for any of these Panther logs:

    C:\Windows\Panther

    setuperr.log

    setupact.log

    Setupmem.dmp

    setupapi.dev.log

    BlueBox.log

    Event logs (*.evtx)

    C:$Windows.~BT\Sources\Rollback

    $Windows.~bt\Sources\Rollback\setupmem.dmp

    $Windows.~bt\Sources\Rollback\setupapi\setupapi.dev.log

    $Windows.~bt\Sources\Rollback*.evtx

    $Windows.~BT\Sources\Panther\UnattendGC

    miglog.xml

    Windows\Logs\Mosetup

    Using one drive or drop box post share links into the thread for any of the Panther files.

    Rarely is this process easy.

    More often it is a lot of work to decode the logs.

    Post the error message and error code that you see in windows updates for the failed upgrade.

    Open administrative command prompt and copy and paste this whole command:

    copy %SystemRoot%\minidump\*.dmp "%USERPROFILE%\Desktop"&dxdiag /t %Temp%\dxdiag.txt&copy %Temp%\dxdiag.txt "%USERPROFILE%\Desktop\SFdebugFiles"&type %SystemRoot%\System32\drivers\etc\hosts >> "%USERPROFILE%\Desktop\hosts.txt"&systeminfo > "%USERPROFILE%\Desktop\systeminfo.txt"&driverquery /v > "%USERPROFILE%\Desktop\drivers.txt" &msinfo32 /nfo "%USERPROFILE%\Desktop\msinfo32.nfo"&wevtutil qe System /f:text > "%USERPROFILE%\Desktop\eventlog.txt"&reg export HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall "%USERPROFILE%\Desktop\uninstall.txt"&reg export "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Active Setup\Installed Components" "%USERPROFILE%\Desktop\installed.txt"&net start > "%USERPROFILE%\Desktop\services.txt"&REM wmic startup list full /format:htable >"%USERPROFILE%\Desktop\startup.html"&wmic STARTUP GET Caption, Command, User >"%USERPROFILE%\Desktop\startup.txt"

    These files should appear on the desktop:

    msinfo32, dxdiag, mini dumps, drivers, hosts, install, uninstall, services, startup, event viewer logs, etc.

    Use one drive or drop box to post share links into the thread.

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2017-12-26T02:10:24+00:00
    1. download and install everything:  https://www.voidtools.com/
    2. Panther logs by default are hidden.

    So using everything will find them and it is substantially faster than windows search

    1. Look for any of these Panther logs:

    C:\Windows\Panther

    setuperr.log

    setupact.log

    Setupmem.dmp

    setupapi.dev.log

    BlueBox.log

    Event logs (*.evtx)

    C:$Windows.~BT\Sources\Rollback

    $Windows.~bt\Sources\Rollback\setupmem.dmp

    $Windows.~bt\Sources\Rollback\setupapi\setupapi.dev.log

    $Windows.~bt\Sources\Rollback*.evtx

    $Windows.~BT\Sources\Panther\UnattendGC

    miglog.xml

    Windows\Logs\Mosetup

    Using one drive or drop box post share links into the thread for any of the Panther files.

    Rarely is this process easy.

    More often it is a lot of work to decode the logs.

    Post the error message and error code that you see in windows updates for the failed upgrade.

    Open administrative command prompt and copy and paste this whole command:

    copy %SystemRoot%\minidump\*.dmp "%USERPROFILE%\Desktop"&dxdiag /t %Temp%\dxdiag.txt&copy %Temp%\dxdiag.txt "%USERPROFILE%\Desktop\SFdebugFiles"&type %SystemRoot%\System32\drivers\etc\hosts >> "%USERPROFILE%\Desktop\hosts.txt"&systeminfo > "%USERPROFILE%\Desktop\systeminfo.txt"&driverquery /v > "%USERPROFILE%\Desktop\drivers.txt" &msinfo32 /nfo "%USERPROFILE%\Desktop\msinfo32.nfo"&wevtutil qe System /f:text > "%USERPROFILE%\Desktop\eventlog.txt"&reg export HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall "%USERPROFILE%\Desktop\uninstall.txt"&reg export "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Active Setup\Installed Components" "%USERPROFILE%\Desktop\installed.txt"&net start > "%USERPROFILE%\Desktop\services.txt"&REM wmic startup list full /format:htable >"%USERPROFILE%\Desktop\startup.html"&wmic STARTUP GET Caption, Command, User >"%USERPROFILE%\Desktop\startup.txt"

    These files should appear on the desktop:

    msinfo32, dxdiag, mini dumps, drivers, hosts, install, uninstall, services, startup, event viewer logs, etc.

    Use one drive or drop box to post share links into the thread.

    I do not have one drive or drop box...  I worry about putting this much information on a public drive..  Apple have a utility which gathers up debug information and transports it up into a safe place in APPLE.COM....   This would be a great approach here... Does Microsoft have a utility to upload the necessary information to debug this issue??

    I also worry about following non-Microsoft advice and third party software "voidtools.com"

    I would really like to resolve this issue without spending 100's of dollars of spending much more time....

    Looking for help...

    Andrew

    Was this answer helpful?

    0 comments No comments
  5. Anonymous
    2017-12-26T06:11:25+00:00

    Hi Andrew,

    The feature that you are looking for is currently not available. We encourage you to submit your issue using the Feedback Hub. You can either vote on an existing submission or submit a new issue. When you submit a feedback item we gather additional details and information about your issue that will help determine what’s causing it and address it. Feedback items regularly receive Microsoft responses on the submissions in the Feedback app so you can see what we are doing about your feedback. Please revisit frequently to see the status of your feedback items. 

    For more information on Feedback Hub, see our support article and YouTube video

    In order to submit new feedback, please follow these steps:  

    1. On a Windows 10 device, search for “Feedback Hub” in Cortana search, then launch the app  
    2. Navigate to Feedback in the left menu, then press + Add new feedback  
    3. Select the Problem, and share any details you think are relevant, and choose an appropriate category and subcategory  

    4. Important: If possible, reproduce the problem(s) after clicking Begin monitoring (or Start capture) near the end of the form; Stop monitoring when you’re done  

    1. Once you’ve completed the form and monitoring, click Submit  
    2. Click Continue using Feedback Hub  
    3. Click My feedback at the top, then find the item you submitted (it may take a while to appear)  
    4. Open the item you submitted, then click Share  
    5. Click Copy link, then paste the link here in your response (it will look like https://aka.ms/<unique link>)

    Let us know if you have other concern.

    Was this answer helpful?

    0 comments No comments