Repair EFI/GPT Boot Record on UEFI Disk

Various changes to the Windows Operating System, also for the Intranet

Moderator: sjj1805

Post Reply
User avatar
sjj1805
Site Admin
Posts: 1194
Joined: Fri Oct 27, 2006 12:45 am
operating_system: Windows 10 Pro
motherboard: Hewlett Packard 2AF7
system_drive: C
32bit or 64bit: 64 Bit
processor: 2-90 gigahertz Intel Core i5 4460S
ram: 8 GB
video card: NVIDIA GeForce GT 705
sound card: P40D100-4 NVIDIA High Definition Audio
Hard_Drive_Capacity: 8 TB
Location: Birmingham UK
Contact:

Repair EFI/GPT Boot Record on UEFI Disk

Post by sjj1805 » Tue Oct 18, 2022 3:38 pm

Windows 10 and later
Insert the Installation Media (DVD/USB) in your personal computer and restart.
Boot from the media.
Select Repair Your Computer.
Select Troubleshoot.
Select Advanced Options.
Choose Command Prompt from the menu:
Type and run the command:
diskpart
Type and run the command:
sel disk 0
Type and run the command:
list vol

Verify that the EFI partition (EPS - EFI System Partition) is using the FAT32 file system. Assign a drive letter to it that is not already in use.):

Type and run the command:
sel vol <number of volume>
Type and run the command:
assign letter=<drive letter>:
Type and run the command:
exit

Now type
bcdboot c:\Windows /s <boot letter>: /f UEFI
Exit and reboot the computer

Post Reply