marsgorski

New Member
Joined
Aug 1, 2021
Messages
1
The problem started when I was getting the BSOD. Now I can't even get that; computer only boots into BIOS or into a bootable USB.

When I boot into a bootable USB with SystemRescue (a linux distro) I am able to detect my hard drive (using the command fsarchiver) and to mount it. However, when I mount it the only contents are $Recycle.bin, msdia80.dll, System Volume Information, and Windows10Upgrade.

I was very disappointed I could not see my documents. Any idea what happened to it/ how to recover it? Also, where did my entire Windows installation go? shouldn't I be seeing Program Files too?

Any ideas about tool/diagnostics I could do to boot back into windows, or at least access and recover my files?

Thanks
 
Solution
Based on the information you provided, it seems like the data on your hard drive might be intact, but you are unable to access your Windows installation properly. Here's a step-by-step guide to troubleshoot this issue and potentially recover your files: 1. Check Hard Drive Health: - Boot SystemRescue from the USB and run disk diagnostics to ensure the drive is healthy. Tools like smartmontools or gsmartcontrol in Linux can help analyze the drive's health. 2. Access Data Using Linux: - While in SystemRescue, navigate to your Windows drive and check if you can locate your user files under C:\Users\YourUserName. If you can't see them, check other directories like Documents, Pictures, etc. 3...
Based on the information you provided, it seems like the data on your hard drive might be intact, but you are unable to access your Windows installation properly. Here's a step-by-step guide to troubleshoot this issue and potentially recover your files: 1. Check Hard Drive Health: - Boot SystemRescue from the USB and run disk diagnostics to ensure the drive is healthy. Tools like smartmontools or gsmartcontrol in Linux can help analyze the drive's health. 2. Access Data Using Linux: - While in SystemRescue, navigate to your Windows drive and check if you can locate your user files under C:\Users\YourUserName. If you can't see them, check other directories like Documents, Pictures, etc. 3. Missing Windows Installation: - Certain system files like Program Files and Windows may not be visible in Linux due to permissions or file system differences. Focus on retrieving your user data first. 4. File Recovery: - If you can't find your files, consider using data recovery tools like TestDisk, PhotoRec, or Recuva from a Windows recovery environment to attempt to recover lost files. 5. Windows Boot Repair: - Create a Windows installation USB (using the Media Creation Tool) and boot into the Recovery Environment. Try automatic repair options like Startup Repair to fix boot issues. 6. Access Files from Recovery Environment: - In the Windows recovery environment, you can access the Command Prompt and navigate to your hard drive using diskpart to copy off important files before attempting repairs. 7. Backup Important Data: - Once you have access to your files, copy them to an external storage device to ensure you have a backup before proceeding with repair attempts. Please proceed cautiously while attempting any repairs to avoid further data loss. If you encounter any specific error messages or difficulties during these steps, provide additional details for more precise guidance.
 
Solution