A technician is troubleshooting a Windows 10 workstation that displays a Boot Configuration Data (BCD) missing error during startup. The technician needs to rebuild the BCD store using the command line in the Windows Recovery Environment (WinRE). Place the steps of this repair process in the correct sequential order from first to last.
- 1Open the Command Prompt utility from the WinRE Advanced Options menu.
- 2Execute the bootrec /rebuildbcd command to locate missing Windows installations.
- 3Type Y to confirm adding the identified Windows installation to the BCD store.
- 4Exit the Command Prompt and restart the computer to verify normal Windows boot.
Answer
The correct sequential order begins with opening the WinRE Command Prompt, executing bootrec /rebuildbcd to scan for OS installations, pressing Y to add the detected OS to the BCD store, and finally exiting to restart the workstation.
The proper troubleshooting procedure requires first opening the WinRE Command Prompt, issuing bootrec /rebuildbcd to scan the storage drive for installed Windows operating systems, confirming the prompt with Y to write the entry to the BCD store, and restarting the computer to complete the verification.
Step-by-Step Solution
Key Concept
Rebuilding the Boot Configuration Data (BCD) store using the bootrec tool in WinRE