| Posted by: kateawaits - 28 June 2021 12:12:58 |
|---|
| I had a Windows 7 PC that was running and we took a Disk2VHD copy. stop: 0x0000007b (0x807BB48, 0xC0000034, 0x00000000, 0x00000000) After0x0000007b BSOD boot problems we ran a repair that discovered: Root cause found: --------------------- Unspecified changes to system configuration might have caused the problem Repair action: System files integrity check and repair Result: Failed. Error code = 0x490 Time taken = 1151094ms --------------------------- --------------------------- I presume this means running an [i]SFC /scannow[/i] The system was telling me that it needed a reboot from previous repair attempts. "There is a system repair pending which requires reboot to complete. Restart Windows and run SFC again." However after a reboot I got the same message. Running regedit from Windows RE I found there was a restart still required so I ran: [i]dism.exe /image:C:\ /cleanup-image /revertpendingactions[/i] and rebooted again. Re-entering the Windows RE I ran SFC /scannow again - still the same error. I checked for a pending.xml file in x:\windows\winsxs\ and it was there. We renamed with [i]ren x:\windows\winsxs\pending.xml oldpending.xml[/i] Now we could run [i]SFC /scannow[/i] but it appeared to be running on the WinRE (X: drive) rather than the installation we needed to fix. We read that [i]sfc /SCANNOW /OFFBOOTDIR=c:\ /OFFWINDIR=c:\Windows[/i] will specify the drives, but that we should make sure which drives are being used by the Windows install we wish to fix. We did this by running bcdedit which revealed: [img=https://www.sircles.net/downloads/sfc2.png]BCDEdit WinRE display drives[/img] So we ran sfc as above from the drives shown in BCDEdit: [img=https://www.sircles.net/downloads/sfc1.png]sfc /SCANNOW /OFFBOOTDIR=c:\ /OFFWINDIR=c:\Windows[/img] It still hasn't got to 1% after five minutes, so presumably it is doing something...? |
| Posted by: kateawaits - 28 June 2021 13:00:36 |
|---|
| I don't know why but the process never displayed a percentage and completed with no integrity violations. [img=https://www.sircles.net/downloads/sfc3.png]Windows resource protection did not find any integrity violations[/img] |