A computer running Windows fails to start due to a corrupted Boot Configuration Data (BCD) file. Arrange the following repair steps in the correct sequential order from first to last.
- 1Boot the system using Windows installation USB media and select Repair your computer.
- 2Navigate to Troubleshoot > Advanced options and launch the Command Prompt.
- 3Execute the bootrec /scanos command.
- 4Execute the bootrec /rebuildbcd command.
Answer
The correct troubleshooting sequence is: 1) Boot using Windows installation USB media and select Repair your computer, 2) Navigate to Troubleshoot > Advanced options and launch the Command Prompt, 3) Execute the bootrec /scanos command, and 4) Execute the bootrec /rebuildbcd command.
The recovery sequence must begin by loading Windows Recovery Environment (WinRE) from external installation media because the corrupted BCD prevents normal booting. Opening the Command Prompt from Advanced options allows access to repair utilities. Running 'bootrec /scanos' scans connected drives to detect valid operating systems. Finally, running 'bootrec /rebuildbcd' rebuilds the BCD store and adds the detected installation back to the boot menu.
Step-by-Step Solution
Key Concept
Rebuilding Boot Configuration Data (BCD) using WinRE command-line tools