Please run:
format Y: /fs:FAT32 /q
bcdboot C:\Windows /s Y: /f UEFI
Post the output.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I was getting a 0xc0000225 blue screen so I tried doing several things, like rebuilding BCD using Console commands from the advanced startup only to encountering problems like path not found or access denied. I then tried reinstalling my latest windows update (Windows 11 version 23H2) the 0xc0000225 bluescreen stopped but it got replaced with my laptop booting up into a different menu.
I can still log into my account and use my laptop but I wanna fix the bootup problems Any idea on solutions?
I plan on following this guide https://www.ventoy.net/en/experience\_rebuildBCD.html
I am gonna buy a usb tomorrow and use EaseUS Partition Master following the guide on the link above to rebuild my BCD because i assume that is my problem, is this a good course of action or should I do a different approach?
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Please run:
format Y: /fs:FAT32 /q
bcdboot C:\Windows /s Y: /f UEFI
Post the output.
The 1st command was typed incorrectly.
Please run the following:
diskpart
select disk 0
list disk
select part 1 - this selects the 260 MB EFI partition
set id=c12a7328-f81f-11d2-ba4b-00a0c93ec93b
gpt attributes=0X8000000000000000
detail partition
assign letter=Y
exit
Then, run:
xcopy /h Y:\EFI\Microsoft\Boot\BCD C:\
Post the output.
Don't quite WinRE yet. two more commands need to be run.
disk part, list disk, sel disk 0, list part
Also I tried the EaseUS guides but they didn't fix my problems, so I am try and doing it the manually way with the links you've provided
Edit: I've also tried the manual way but sadly my problem is still not fixed
Hi Yamato, This is Ramesh.
The commands mentioned in that Ventoy guide were primarily written for MBR disks. On GPT disks, the commands are slightly different, where there is no C:\Boot directory. Instead, you find the EFI folder.
The official EaseUS guide is here.
https://www.easeus.com/partition-manager-softwa...
If you wish to fix the BCD or the EFI partition manually, read below:
After creating the Windows 11 USB setup disk, boot your computer using it. You may need to change the boot order in the BIOS/UEFI settings. Consult your system or motherboard manual to learn how to access the UEFI settings for your model.
On the Windows Setup language selection screen, press Shift + F10 to enter Windows RE Command Prompt.
In WinRE Command Prompt, run these commands:
mountvol y: /s
diskpart
list disk
select disk 0
list part
list vol
exit
Using your mobile phone or camera, take photos of the output screen and share the images here.
See also:
How to Rebuild the EFI Boot Partition, BCD and Boot Files:
https://www.winhelponline.com/blog/rebuild-efi-...
Steps to Rebuild the UEFI Boot Partition and for Rebuild BCD - Microsoft Community:
https://answers.microsoft.com/en-us/windows/for...
Standard Disclaimer: There is a link to a non-Microsoft website. The page appears to provide accurate, safe information. Watch out for ads on the site that may advertise products frequently classified as PUPs (Potentially Unwanted Products). Thoroughly research any product advertised on the site before you decide to download and install it.