Hello all,
I am trying to upgrade a friends AIO that has been long time locked to windows 8.1. It is windows 10 compatible, but the upgrade tool falls in errors, so i started by cleaning up Win 8.1 updates. After nearly 90 update cycles (and around 15 real updates made) i have only one last issue with KB2976978 and KB5007247 that remain always in error state. Windows 10 upgrade falls also in error for a
So down to some SFC & DISM command lines :
I am trying to upgrade a friends AIO that has been long time locked to windows 8.1. It is windows 10 compatible, but the upgrade tool falls in errors, so i started by cleaning up Win 8.1 updates. After nearly 90 update cycles (and around 15 real updates made) i have only one last issue with KB2976978 and KB5007247 that remain always in error state. Windows 10 upgrade falls also in error for a
So down to some SFC & DISM command lines :
- Dism /Online /Get-Packages /Format:table => package list in txt file
- Dism.exe /online /Cleanup-Image /ScanHealth => Dism.log (for scanhealth)
Code:C:\Windows\system32>Dism.exe /online /Cleanup-Image /ScanHealth Outil Gestion et maintenance des images de déploiement Version : 6.3.9600.17031 Version de l'image : 6.3.9600.17031 [==========================100.0%==========================] Le magasin de composants est réparable. L'opération a réussi.
- Dism.exe /online /Cleanup-Image /RestoreHealth => Dism.log (for RestoreHealth)
Code:[*]C:\Windows\system32>Dism.exe /online /Cleanup-Image /RestoreHealth Outil Gestion et maintenance des images de déploiement Version : 6.3.9600.17031 Version de l'image : 6.3.9600.17031 [==========================100.0%==========================] Échec de la restauration. La source de réparation est introuvable ou le magasin de composants est irréparable. Erreur : 0x800f081f Échec de DISM. Aucune opération n'a été effectuée. Pour plus d'informations, consultez le fichier journal. Le fichier journal DISM se trouve à l'emplacement C:\Windows\Logs\DISM\dism.log
- Dism.exe /online /Cleanup-Image /AnalyzeComponentStore => Dism.log (for Analysecomponent)
Code:C:\Windows\system32>Dism.exe /online /Cleanup-Image /AnalyzeComponentStore Outil Gestion et maintenance des images de déploiement Version : 6.3.9600.17031 Version de l'image : 6.3.9600.17031 [===========================98.2%======================== ] Erreur : 2 Le fichier spécifié est introuvable. Le fichier journal DISM se trouve à l'emplacement C:\Windows\Logs\DISM\dism.log
- sfc /scannow => cbs.log
Attachments
Last edited: