during an update windows doesn't start anymore: it keeps trying "recovery actions" but it is stuck in a loop.
For this reason I created a kubuntu bootable disk and started it on my laptop, to at least recover my files. For some reason I can see each folder except:
- Program files: it is empty (while "Program Files x86" is ok)
- My personal folder: I can only see "Public", "Default User", "user.migrated"
Maybe windows deleted them during the update/recovery? Or it has to do with some hibernation feature hiding my folders? I also add that the navigation is very slow: for sure the HD has some corrupted sectors...
DiskPart→Lis vol→Exit→ChkDsk /OfflineScanAndFix D:(whereD:is the OS drive letter) → If BIOS:Sfc /ScanNow && BootRec /FixMBR && BootRec /FixBoot && BootRec /RebuildBCD(if UEFI: remove&& BootRec /FixBoot). – JW0914 Dec 26 '21 at 14:57sources/install.wim||.esdfrom the ISO and apply it to the OS partition via #2 [Apply Image] under Imaging while booted to WinRE's Command Prompt. Before Doing So: (D:is OS partition)RoboCopy /E /Sec "D:\Windows\System32\config" "D:\config"(backs up the system Registry hives to merge later) – JW0914 Dec 26 '21 at 15:08