Share via

How to fix stop code 0x69

Your Darkest Fear 20 Reputation points
2025-12-28T17:36:33.2866667+00:00

I had dualbooting with linux for a while but afte i deleted linux and resized the windows partition, windows wont start. It give me 0x69 stop code. I tried using bootrec /fixmbr etc. Commands but nothing seems to work. Is there a solution without reinstalling windows?

Windows for home | Windows 11 | Recovery and backup

Locked Question. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

1 answer

Sort by: Most helpful
  1. Your Darkest Fear 20 Reputation points
    2025-12-28T17:52:51.5666667+00:00

    I fixed the error by going into recovery mode -> command prompt and entering this commands:

    diskpart

    list disk

    sel disk 0 (your disk that has windows installed)

    list volume

    select volume 2 (your boot volume)

    set id=C12A7328-F81F-11D2-BA4B-00A0C93EC93B

    gpt attributes=0x0000000000000001

    assign letter=S

    exit

    bcdboot C:\Windows /s S: /f UEFI i searched a lot and i couldn't find somewhere that suggested this solution so I've decided to post it here to help others who may have the same problem as me

    Was this answer helpful?

    0 comments No comments