Windows Startup errors and 0x0000225 Error


My main motto is to repair the windows with my data saved.
literally, I have tried the possible to solve the above error but I couldn't at initial phases.
  1. I have opened cmd from troubleshooting option->advanced option->cmd(you can come to troubleshooting option by pressing F1 or F8 button simultaneously with the power button).
  2. you can check by pressing F2 with power(boot manager and system check) and F12  button (one-time boot menu).
  3. after entering cmd typed bootrec /rebuildbcd, The bootrec command will search for Windows installations not included in the BCD and then ask you if you'd like to add one or more to it.
  4. then you may get a result of either installation 0 or 1 
    1. if 1 press yes to add and Since the BCD store exists and lists a Windows installation, you'll first have to remove it manually and then try to rebuild it again. At the prompt, execute the bcdedit command as shown and then press Enter:   bcdedit /export c:\bcdback
    2. if 0 then you need to adjust several file attributes for the BCD store so you can manipulate it. type the cmd attrib c:\boot\bcd -h -r -s for removing hidden, read-only, system attributes in bcd file which restricts your action
  5. now rename the BCD store: ren c:\boot\bcd bcd.old
  6. now try rebuilding bcd
I have also tried
  1. bootrec /fixmbr
  2. bootrec /fixboot
Tried to check active cmd on the windows installed partition:diskpart, list vol, list disk, list partition, select disk n, select partition n, active
Tried repairing the windows with windows bootable pen drive, automatic startup repair..etc
so finally installed windows in a selected drive so that all my data is safe.
The process of windows installation with data saving method:
  1. download windows media tool and download windows through it in a USB so that it becomes a bootable pen drive
  2. connect the USB to the system and start pressing F12 with the power button for a one-time boot menu. now select the option of the boot from USB.
  3. some normal installation options(choose custom and select a drive), language setting, account setting are to be chosen and you are done with it.
Errors may look like:




Feel free to comment...







Comments

Popular posts from this blog

Splitting criteria

How to Handle Noisy Data in preprocessing of data?

Embedding the GitHub Gists codes into blogs