roboblawck
New member
- Dec 28, 2021
- 1
My previous partition table was the default microsoft scheme ("a system partition, an MSR, a Windows partition, and a recovery tools partition"). Due to a failed format of the whole disk, the partition table was lost. The format failed very quickly so I expected only a little bit of data corruption.
Main partition and Recovery partition was found and most files looked to appear intact.
Checkdisked both the main partition and recovery partition to fix bad sectors, and reinitialized a new ESP with:
Booting into the system was unsuccesful. Specifically of this error:
Attempting to boot into SafeMode fails the same, and booting into RE results in:
Tried a few solutions:
1 -
- was unable to fix all errors
2 -
corresponding to the matching version of my unbootable drive. Source files were not found regardless of /Online, /source, mounted image or live image.
3 - Attempted repair install - Unfortunatly it is not possible to do a repair install unless you can boot into the drive, which I can't
4 - Attempted to replace Wdf01000.sys with a clean file from a verified ISO - both files were exactly the same according to FC (!?)
5 -
- Only the last command, rebuildmbr, has failed and returned "The requested system device cannot be found". I am unsure of this command actually does anything
returns that the component store is corrupted, so it is most likely corrupted files are the root cause of failed boot.
I'm in a loophole here because one of the proposals to resolve store corruption via SFC is with DISM, but DISM is unable to process the command due to missing source files, which of course requires SFC to fix?
Booted into Windows Recovery Enviornment and scanned my drive with FRST64.exe. Logs are attached below:
Main partition and Recovery partition was found and most files looked to appear intact.
Checkdisked both the main partition and recovery partition to fix bad sectors, and reinitialized a new ESP with:
Code:
bcdboot D:\Windows /s E: /f ALL
Booting into the system was unsuccesful. Specifically of this error:
Code:
"The operating system couldn't be loaded because a critical system driver is missing or contains errors:
File: \windows\system32\drivers\Wdf01000.sys
Error code: 0xc000007b"
Attempting to boot into SafeMode fails the same, and booting into RE results in:
Code:
"The Boot Configuration Data file doesn't contain valid information for an operating system.
File: \BCD
Error code: 0x0000098".
Tried a few solutions:
1 -
Code:
sfc /scannow /offbootdir=d: /offwindir=d:\windows /offlogfile=c:\log.txt
2 -
Code:
DISM /image:d: /Cleanup-Image /RestoreHealth /source:WIM:I:\install.wim:1 /LimitAccess
3 - Attempted repair install - Unfortunatly it is not possible to do a repair install unless you can boot into the drive, which I can't
4 - Attempted to replace Wdf01000.sys with a clean file from a verified ISO - both files were exactly the same according to FC (!?)
5 -
Code:
bootrec /fixboot
bootrec /fixos
bootrec /rebuildmbr
Code:
DISM /image:d: /AnalyzeComponentStore
I'm in a loophole here because one of the proposals to resolve store corruption via SFC is with DISM, but DISM is unable to process the command due to missing source files, which of course requires SFC to fix?
Booted into Windows Recovery Enviornment and scanned my drive with FRST64.exe. Logs are attached below: