A technician is troubleshooting a UEFI-based Windows 11 computer that fails to boot, displaying a boot configuration error. After booting into the Windows Recovery Environment (WinRE) Command Prompt, the technician decides to manually recreate the corrupted EFI System Partition (ESP) structure and Boot Configuration Data (BCD). In what correct sequence should the technician execute the following repair steps?
- 1Run diskpart to locate the hidden EFI System Partition volume number.
- 2Assign a temporary drive letter to the EFI System Partition and exit diskpart.
- 3Navigate to the EFI boot directory and execute attrib -h -r -s BCD to remove system attributes from the BCD file.
- 4Rename the existing BCD file to BCD.old to preserve a backup.
- 5Execute bcdboot C:\Windows /s Z: /f ALL to recreate the boot environment files.
Cevap
The correct sequence for repairing the EFI boot environment in WinRE is: 1) Run diskpart to locate the hidden EFI System Partition volume number; 2) Assign a temporary drive letter to the EFI System Partition and exit diskpart; 3) Navigate to the EFI boot directory and execute attrib -h -r -s BCD to remove system attributes from the BCD file; 4) Rename the existing BCD file to BCD.old to preserve a backup; 5) Execute bcdboot C:\Windows /s Z: /f ALL to recreate the boot environment files.
To repair a corrupted UEFI boot setup, the hidden EFI System Partition must first be located and assigned a volume drive letter using diskpart. Once accessible, file protections on the existing BCD must be cleared with attrib so it can be renamed as a backup. Finally, bcdboot is executed targeting the assigned drive letter to write clean boot files and rebuild the BCD.
Adım Adım Çözüm
Anahtar Kavram
UEFI EFI System Partition (ESP) and BCD manual repair procedure using WinRE Command Line Tools
Tahmini Süre:2m 0s