A technician is troubleshooting a Windows workstation configured in UEFI mode that fails to start due to corrupted EFI boot files. The system has been booted into the Windows Recovery Environment (WinRE) Command Prompt to manually repair the EFI System Partition (ESP). In what sequence should the technician execute the following steps to rebuild the system boot environment?
- 1Run diskpart and select the main physical system disk.
- 2Locate the hidden FAT32 EFI System Partition and assign a drive letter to it.
- 3Exit diskpart and navigate to the Boot folder within the newly assigned volume.
- 4Execute bcdboot C:\Windows /s Z: /f UEFI to recreate the boot files.
Cevap
The correct sequence begins with launching diskpart to select the target disk, assigning a drive letter to the EFI System Partition, exiting diskpart to navigate to the EFI directory, and running the bcdboot command to deploy new boot files.
To repair a corrupted EFI System Partition in UEFI mode, a technician must first open diskpart and select the main disk. Next, the hidden FAT32 EFI partition must be located and assigned a temporary drive letter. After exiting diskpart and changing to the target directory, the technician executes the bcdboot command to copy clean bootloader binaries and recreate the Boot Configuration Data (BCD) store.
Adım Adım Çözüm
Anahtar Kavram
Manual EFI System Partition Restoration using Diskpart and BCDBoot
Tahmini Süre:1m 30s