Is there anywhere that you find windows 11 logs of new disk being created? I was trying to follow tutorials of my computer not booting up. Somehow a new disk was created when following these tutorials.
I used this tutorial on dism.
dism using windows image
dism /image:c:\ /cleanup-image /restorehealth /source:c:\windows
scratch dir
/scratchdir:{path}
using alternative image
dism /image:c:\ /cleanup-image /restorehealth /source:{path to esd}
sfc from recovery
sfc /scannow /offbootdir={drive}\ /offwindir={drive}\windows
I used this tutorial on my boot record being corrupted.
diskpart
list disk
sel disk 0
list vol
assign letter=v
format V: /fs:fat32
bcdboot c:\windows /s v: /f UEFI
I used this tutorial on dism.
dism using windows image
dism /image:c:\ /cleanup-image /restorehealth /source:c:\windows
scratch dir
/scratchdir:{path}
using alternative image
dism /image:c:\ /cleanup-image /restorehealth /source:{path to esd}
sfc from recovery
sfc /scannow /offbootdir={drive}\ /offwindir={drive}\windows
I used this tutorial on my boot record being corrupted.
diskpart
list disk
sel disk 0
list vol
assign letter=v
format V: /fs:fat32
bcdboot c:\windows /s v: /f UEFI
My Computer
System One
-
- OS
- 10 and 11
- Computer type
- Laptop




