Hello Brian Flynn,
Welcome to Microsoft Q&A forum.
Before we proceed, may I have a few photos about the situation to check for you? Please remember to remove all personal information before posting.
I'm waiting for your reply.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Preparing for win 11 pro install. Followed MS tech bulletin on process to use mbr2gpt tool to change boot drive in preparation to change from Legacy Boot to UEFI boot. Conversion seemed successful. REceived ‘Unable to update Boot Configuration Data’. Error with ‘Unable to update BCD’. Now locked in Windows RE. Can see disks and volumes within the RE command prompt. Boot drive was previously Disk 0 (C:). Windows installation now in Disk 2 (E:). DISKPART shows my drive 0-3 are GPT. Followed MS tech bulletin for rebuild BCD. Bootrec /rebuildbcd identifies Windows installation on E: when answering Y to add installation to boot list I receive ‘requested system device cannot be found’. Where do I go now?
Hello Brian Flynn,
Welcome to Microsoft Q&A forum.
Before we proceed, may I have a few photos about the situation to check for you? Please remember to remove all personal information before posting.
I'm waiting for your reply.
This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.
Comments have been turned off. Learn more
After rebuilding the boot files on the EFI boot partition, now Z, and pointing to windows on E. BIOS settings changed to UEFI. Reboots to a blue screen with ‘inaccessible boot device’ error
What looks like the 100MB FAT32 EFI system partition shows as Disk | Volume 3 with no drive letter in previous list volume command.. Most recent list disk command doesn’t show disk |volume 3 but shows in list volume command. Sel disk command returns no disk | volume 3.
AI answer
MBR2GPT completed the disk conversion but failed when updating the Boot Configuration Data (BCD), so the firmware and BCD no longer point to a valid boot entry. The disk and partitions are already GPT; the next steps are to ensure the correct EFI System Partition (ESP) exists and then repair boot files/BCD from Windows RE.
A practical recovery path based on the documented behavior of MBR2GPT and BCD:
diskpart.list disk and confirm the system disk (the one that contains the Windows volume now seen as E:) shows an asterisk in the Gpt column (as expected after MBR2GPT).sel disk <n> for that disk and then list vol to identify:
sel vol <efi-volume-number>
assign letter=Z
exit. bcdboot E:\Windows /s Z: /f UEFI
This copies the boot files from the Windows installation to the EFI System Partition and recreates the BCD store for UEFI.bcdboot succeeds:
msinfo32 and confirm:
If bcdboot still fails, review the MBR2GPT logs (setupact.log, setuperr.log) in %windir% from Windows RE to identify any disk-layout or ESP issues, as documented in the troubleshooting section.
References: