Hello,
My home server with Windows Server 2022 Essential no longer starts after (presumably) an update.
If I remember correctly, updates were last installed in May and at some point since then it stopped running. I didn't notice this for a long time because I wasn't at home for a while.
It won't start in safe mode or with any other option from the F8 menu.
I ran a
I performed a
I have attached the dism and sfc log and a DUMP.tmp file from C:\ that contains minidump information. If i add .dmp i can open it with WinDbg and run !analyze -v
Is there any way to repair the corrupt files?
My home server with Windows Server 2022 Essential no longer starts after (presumably) an update.
If I remember correctly, updates were last installed in May and at some point since then it stopped running. I didn't notice this for a long time because I wasn't at home for a while.
It won't start in safe mode or with any other option from the F8 menu.
I ran a
sfc /scannow /offbootdir=C:\ /offwindir=C:\Windows /offdirfile=C:\Windows\Logs\CBS\off.log
in the repair environment. This found errors according to the log.I performed a
dism /image:C:\ /cleanup-image /restorehealth
. But that was not successful.I have attached the dism and sfc log and a DUMP.tmp file from C:\ that contains minidump information. If i add .dmp i can open it with WinDbg and run !analyze -v
Is there any way to repair the corrupt files?
Attachments
Last edited: