I get "Your PC needs to be repaired" and "Error code: 0xc0000225" in Windows 8: how can I fix it?

5

When I boot my Windows 8 laptop (see details below), it displays this message:

Recovery

Your PC needs to be repaired

A required device isn't connected or can't be accessed.

Error code: 0xc0000225

[ A text saying I should use recovery tools on my installation media to fix the issue. ]

Press Enter to try again

Press F8 for Start-up Settings

Press Esc for UEFI Firmware Settings

If I press Enter or F8, the central part of the message changes to:

The application or operating system couldn't be loaded because a required file is missing or contains errors.

File: \Windows\system32\winload.efi

Error code: 0xc0000225

My specific situation:

I have an ASUS UX32VD (R4002H) bought just days ago with Windows 8 preinstalled. I was going to swap the internal HDD for an SSD and was messing with the partitions to make them fit into the smaller SSD before cloning. I am not sure exactly what operation I did prior to the crash, but I probably tried to move a partition (which probably was unnecessary anyway).

I have not made recovery disks (yeah, I know).

When I started SystemRescueCD on the laptop and ran testdisk (for the first time in my life), the partitions seemed OK (to my eye), except for something called Backup Boot(sector|loader|?) that was marked as Bad on one of the partitions. I fixed that, to no avail.

I have no physical representation of a serial number (is that a thing of the past?) and I don't know anything about it being somewhere on the disk. I have no installation media, I didn't get anything like that with the computer.

I have contacted ASUS support, but the answer wasn't very technical.

My obvious question:

How can I get out of this mess? I would prefer if I could repair the partition table or whatever is wrong and get back into the installed OS, but if that is not possible, how can I reinstall Windows 8?

If I need to run a system repair distro from a USB stick and run command line programs, that's no problem.

Thanks!

windows-8
partitioning
system-recovery
asked on Super User Oct 31, 2012 by Peter Jaric • edited Apr 9, 2017 by Chindraba

3 Answers

2

Try several tools for repairing your disk, or consider restarting from scratch.

  1. chkdsk (Windows 8 DVD)
  2. Disk Utility (Mac OS X DVD)
  3. gparted (Ubuntu)
  4. ntfsfix (Ubuntu, as part of the ntfsprogs package)
  5. TestDisk (Ubuntu)
answered on Super User Nov 2, 2012 by mcandre
2

I followed these instructions after resizing my Windows 8 partition (in preparation for installing Linux, resizing ntfs, then deleting and adding a new smaller partition entry) which resulted in the exact same error you got.

http://www.fixedbyvonnie.com/2013/12/how-to-repair-the-efi-bootloader-in-windows-8/

Afterwards I received a different error indicating my system needed to be repaired (this seemed marginally better), and I needed to run the "Auto-repair" option from my recovery partition. After that it booted into Windows fine.

I'm not sure what the problem was, as I mounted the resized partition and could confirm that winload.efi was indeed there. One suspicion I have is that deleting and recreating the partition entry confused the UEFI so that it had some dangling reference that didn't resolve to the new partition (and therefore could not find the winload.efi).

answered on Super User Mar 15, 2014 by aaron
2

In response to the comment by Alex S, here is what I wrote on the Microsoft Answers page (where I cross-posted my question):

I have resolved this issue. What I did was a combination of the advice on this page:

http://qliktips.blogspot.se/2012/11/fix-windows-8-boot-issue.html

and setting the correct attributes and properties on the various partitions and volumes using FDISK. I had a strange partition that I removed and one or more volumes was of the wrong type (GUID).

answered on Super User Aug 13, 2016 by Peter Jaric • edited Mar 20, 2017 by Community

User contributions licensed under CC BY-SA 3.0