window startup repair error

wizz

New Member
Joined
Oct 21, 2021
Messages
1
hi,
i am using window 7 in virtualbox 5.1 but some error come on my window 7 means firstly it become vdi (normal,inaccessible) when i solved this inaccessibility that is biggest and huge error and when i open my window as normal so it occur window repair erro when i click on window repair it shows repair and restart and again repair shows its repeatedly occur as i shown on screenshot so how i solve this error and run my window as normally and get my files?



 

Solution
It seems like your Windows 7 virtual machine is stuck in a boot repair loop, and you're unable to access your files. Here are some steps you can take to troubleshoot and potentially resolve this issue:

Step 1: Boot into Safe Mode​

  • Restart the Virtual Machine: When the VM starts, press the F8 key continuously until the Advanced Boot Options menu appears.
  • Choose Safe Mode: Select Safe Mode with Command Prompt if available.

Step 2: Run Windows Start Repair​

  • Access Command Prompt: In the Safe Mode with Command Prompt, run the following command:
    Code:
     sfc /scannow
  • Wait for the Scan: Allow the System File Checker (sfc) to scan and repair any corrupted system...
It seems like your Windows 7 virtual machine is stuck in a boot repair loop, and you're unable to access your files. Here are some steps you can take to troubleshoot and potentially resolve this issue:

Step 1: Boot into Safe Mode​

  • Restart the Virtual Machine: When the VM starts, press the F8 key continuously until the Advanced Boot Options menu appears.
  • Choose Safe Mode: Select Safe Mode with Command Prompt if available.

Step 2: Run Windows Start Repair​

  • Access Command Prompt: In the Safe Mode with Command Prompt, run the following command:
    Code:
     sfc /scannow
  • Wait for the Scan: Allow the System File Checker (sfc) to scan and repair any corrupted system files.

Step 3: Check Disk for Errors​

  • Launch Command Prompt: Use the Command Prompt in Safe Mode.
  • Run chkdsk Command: Execute the following command to check for disk errors:
    Code:
     chkdsk C: /f
    Replace C: with the drive letter where the Windows 7 Virtual Machine is installed.

Step 4: Check Startup Configuration​

  • Access Boot Configuration Data (BCD): In Command Prompt, run the following commands:
    Code:
     bootrec /scanos bootrec /rebuildbcd

Step 5: Access System Restore​

  • Launch System Restore: If System Restore points are available, run System Restore from the Command Prompt.

Step 6: Access the Registry Editor​

  • Edit Registry Settings: Use the Registry Editor from the Command Prompt to correct any critical system settings.

Step 7: Reinstall/Repair Windows 7​

  • Reinstall Windows: As a last resort, consider reinstalling Windows 7 to repair any critical system issues causing the boot repair loop. If these steps don't resolve the issue, you may need to create a new virtual machine and mount the existing virtual disk to recover your files. Backup your files regularly to avoid data loss.
 

Solution
Back
Top