Nov 17 2021 03:09 PM
Nov 18 2021 03:06 AM - edited Nov 18 2021 03:07 AM
Hi @Richard2085,
Are you trying to upgrade your existing Windows 8.1 installation or its new installation?
Nov 18 2021 05:37 AM
Nov 18 2021 07:00 AM
Nov 18 2021 07:10 AM
The workstation was restored to 8.1. I was trying to upgrade to 10. I perform an windows update and all were installed.
Nov 18 2021 09:43 AM - edited Nov 18 2021 09:44 AM
Hi @Richard2085
Upgrading Windows 10 from Windows 8.1, you need to run setup manually from Windows Explorer, you don't need to boot your PC from the USB.
Nov 18 2021 09:53 AM
Nov 18 2021 10:06 AM - edited Nov 18 2021 10:08 AM
1. Please run disk cleanup from the below steps:
Press Win + R and type Cleanmgr , select your drive c:
Next window, select all options especially "Windows Update Cleanup", and click OK to start
2. Run cmd in elevated mode (Run as Admin), and execute the below commands step by step:
chkdsk c: /f
sfc /scannow
dism /online /cleanup-image /scanhealth
dism /online /cleanup-image /restorehealth
The first command will scan and fix the errors on the system drive, the second will scan and fix system file corruption issues, third and fourth command will use DISM (Deployment Image Servicing and Management) tool to scan/restore the health of the windows installation image.
3. Run Windows 10 setup again.
I hope these steps could be helpful for you, please do not hesitate to contact me for any further assistance, I will welcome the questions you may have.
Nov 18 2021 01:49 PM
Nov 19 2021 01:40 AM
Hi @Richard2085,
Please locate and share the setup failure logs from the following locations:
C:\$Windows.~BT\Sources\panther\setupact.log
C:\$Windows.~BT\Sources\panther\miglog.xml
C:\Windows\setupapi.log
Nov 19 2021 05:24 AM
How do you share the files?
File types not supported to attach to reply.
Could not find
C:\Windows\setupapi.log
Nov 19 2021 05:27 AM
Nov 19 2021 07:25 AM
Nov 19 2021 08:12 AM
Nov 19 2021 10:52 AM - edited Nov 19 2021 10:55 AM
Hi @Richard2085
Thanks for sharing the logs. I have reviewed the system generated comprehensive logs file and some warnings, please do the below steps and run setup again:
del %systemdrive%\Windows\memory.dmp
del %systemdrive%Windows\setupapi.log
del %systemdrive%\Windows\inf\setupapi.app.log
del %systemdrive%\Windows\inf\setupapi.dev.log
del %systemdrive%\Windows\panther\miglog.xml
del %systemdrive%\Windows\panther\PreGatherPnPList.log
del %systemdrive%\Windows\panther\PostApplyPnPList.log
del %systemdrive%\Windows\panther\setupact.log
del %systemdrive%\Windows\panther\setuperr.log
Please do not hesitate to share the feedback for further assistance, I will welcome the questions you may have.
Nov 19 2021 03:06 PM
Nov 19 2021 03:21 PM - edited Nov 19 2021 03:22 PM
Here is the zip file again. I included a word document and pdf document that show the setupapi.log files on the c: drive.
I really appreciate your help.
Nov 19 2021 11:12 PM - edited Nov 19 2021 11:13 PM
Hi @Richard2085,
REM Deleting old log files
del %systemdrive%\Windows\memory.dmp
del %systemdrive%Windows\setupapi.log
del %systemdrive%\Windows\inf\setupapi.app.log
del %systemdrive%\Windows\inf\setupapi.dev.log
del %systemdrive%\Windows\panther\miglog.xml
del %systemdrive%\Windows\panther\PreGatherPnPList.log
del %systemdrive%\Windows\panther\PostApplyPnPList.log
del %systemdrive%\Windows\panther\setupact.log
del %systemdrive%\Windows\panther\setuperr.log
REM Stopping the update services
net stop cryptsvc
net stop bits
net stop wuauserv
net stop msiserver
REM Renaming the update folders for backup purposes
ren %systemroot%\softwaredistribution softwaredistribution.bak
ren %systemroot%\system32\catroot2 catroot2.bak
REM Starting the update services
net start cryptsvc
net start bits
net start wuauserv
net start msiserver
Nov 20 2021 12:24 PM
Nov 20 2021 01:49 PM
Hello, have you tried to download the update assistant - this tool prepares the components for installation and sometimes it can be helpful.
Nov 22 2021 10:27 PM
Solution