Share via

Boot up problems

Anonymous
2025-02-23T05:03:49+00:00

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.

1st photo

2nd photo

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?

Windows for home | Windows 11 | Performance and system failures

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.

0 comments No comments

30 answers

Sort by: Most helpful
  1. Ramesh Srinivasan 81,535 Reputation points Independent Advisor
    2025-02-24T03:12:59+00:00

    Please run:

    format Y: /fs:FAT32 /q
    
    bcdboot  C:\Windows /s Y: /f UEFI
    

    Post the output.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2025-02-24T03:11:35+00:00

    Output

    Was this answer helpful?

    0 comments No comments
  3. Ramesh Srinivasan 81,535 Reputation points Independent Advisor
    2025-02-24T02:38:30+00:00

    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.

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2025-02-23T21:45:50+00:00

    mountvol y: /s

    disk part, list disk, sel disk 0, list part

    list vol

    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

    Was this answer helpful?

    0 comments No comments
  5. Ramesh Srinivasan 81,535 Reputation points Independent Advisor
    2025-02-23T05:44:13+00:00

    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.

    Was this answer helpful?

    0 comments No comments