A technician is troubleshooting a UEFI-based Windows 11 desktop computer that fails to boot following an sudden power disruption. The boot screen displays the error message: 'The Boot Configuration Data for your PC is missing or contains errors.' The technician boots into the Windows Recovery Environment (WinRE) Command Prompt to manually reconstruct the boot files on the hidden EFI System Partition (ESP). Which TWO steps should the technician perform to successfully repair the system bootloader? (Select TWO.)
- Use the diskpart utility to select the hidden EFI System Partition and assign it a temporary drive letter.Cevap
- Execute the bcdboot command referencing the Windows directory and the assigned EFI System Partition drive letter with the UEFI format flag.Cevap
- CRun the bootrec /fixmbr command to write a new Master Boot Record code to the system drive.
- DExecute bootrec /fixboot followed by sfc /scannow targeting the boot sector volume.
Cevap
To repair missing UEFI BCD files, the technician must use diskpart to mount the hidden EFI System Partition with a temporary drive letter and then run the bcdboot tool to regenerate the boot files on that partition.
UEFI-based systems store boot files on a dedicated FAT32 EFI System Partition (ESP). Because this partition is hidden without a drive letter, mounting it using diskpart is a required initial step. Once mounted, the bcdboot command copies clean system boot files from the Windows directory into the ESP volume, resolving BCD corruption.
Adım Adım Çözüm
Anahtar Kavram
Rebuilding UEFI Boot Files using Diskpart and BCDBoot in Windows Recovery Environment