Courseiva
mediumMultiple ChoiceObjective-mapped

220-1202 Practice Question: A technician is troubleshooting a Windows 10…

A technician is troubleshooting a Windows 10 system that fails to boot with a 'Bootmgr is missing' error. They need to repair the boot configuration data (BCD) from the Windows Recovery Environment. Which command should they use?

⚠ Common exam trap

A common mix-up: candidates confuse `bootrec /fixboot` with repairing the boot configuration data, but `fixboot` only repairs the boot sector, not the BCD store, which is the actual cause of the 'Bootmgr is missing' error.

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

bootrec /rebuildbcd

The 'Bootmgr is missing' error indicates that the Boot Configuration Data (BCD) store is corrupted or missing. The `bootrec /rebuildbcd` command scans all disks for Windows installations and allows you to rebuild the BCD store from scratch, which directly resolves this issue. In contrast, `bootrec /fixmbr` and `bootrec /fixboot` repair the master boot record and boot sector, respectively, but do not rebuild the BCD store.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • bootrec /fixmbr

    Why it's wrong here

    This command specifically rewrites the Master Boot Record (MBR) on the boot drive. While crucial for older BIOS-based systems to initiate the boot process by pointing to the active partition, it does not address issues within the Boot Configuration Data (BCD) store itself. Therefore, it would not directly resolve a 'Bootmgr is missing' error, which indicates a problem with the boot manager or its configuration, not necessarily the MBR.

  • bootrec /fixboot

    Why it's wrong here

    Executing `bootrec /fixboot` writes a new boot sector to the system partition. The boot sector's primary role is to load the Boot Manager (bootmgr.exe) from the system volume. Although a corrupt boot sector can prevent the system from finding the boot manager, this command does not rebuild the entire Boot Configuration Data (BCD) store, which defines the operating system entries. Thus, it's not the most direct solution for a BCD-specific error.

  • bootrec /rebuildbcd

    Why this is correct

    This command is the correct solution because it scans all disks for compatible Windows installations and then allows the user to add them to a newly created Boot Configuration Data (BCD) store. The BCD store contains critical boot information, including the location of the operating system files and boot options. Rebuilding the BCD directly addresses scenarios where the 'Bootmgr is missing' error occurs due to a corrupt, missing, or improperly configured BCD, ensuring the system can locate and load the Windows operating system.

  • sfc /scannow

    Why it's wrong here

    The System File Checker (`sfc /scannow`) is designed to scan for and repair corrupted or missing protected operating system files. While vital for system integrity, it operates at a higher level than the boot configuration and does not interact with the Master Boot Record, boot sector, or the Boot Configuration Data (BCD) store. Furthermore, running `sfc /scannow` from the Windows Recovery Environment typically requires specifying an offline Windows installation, making it less straightforward for immediate boot configuration fixes.

Visual reference

Client Recursive Resolver Root DNS (13 root servers) TLD DNS (.com, .org, …) Authoritative example.com query IP addr answer

About these practice questions

This 220-1202 question is part of Courseiva's 495-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This 220-1202 practice question is part of Courseiva's free CompTIA certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the 220-1202 exam.