Your PC/Device needs to be repaired with Error code: 0xc0000605

2

1

Today I had an error code 0xc0000605 at startup. I cannot boot into my computer. It says:

Recovery

Your PC/Device needs to be repaired. 

A component of your operating system has expired. 

File: \windows\system32\winload.efi Error Code: 0xc0000605

You'll need to use recovery tools. If you don't have any installation 
media (like a disc or a USB device), contact your PC administrator or
PC/Device manufacturer. 

Press the Windows key for UEFI Firmware Settings.

I have a Surface Pro 2. I upgraded from Windows 8.1. What should I do? I have a working Mac and a 4GB USB I can use if needed.

1.21 gigawatts

Posted 2015-09-17T00:34:06.927

Reputation: 1 742

Answers

4

I had this on 10162. After reading several posts on dates it occurred to me:

  • I backdated the BIOS to think it was July, and it started fine. Then I updated Windows over the net.

Hope it works for you.

user537187

Posted 2015-09-17T00:34:06.927

Reputation: 41

3

You were running a preview build, and it expired. Get the current build.

Source:

If you're running a current preview build, ensure the date on your computer is set properly.

Source:

Ƭᴇcʜιᴇ007

Posted 2015-09-17T00:34:06.927

Reputation: 103 763

1

The error 0xC0000605 means:

//
// MessageId: STATUS_IMAGE_CERT_EXPIRED
//
// MessageText:
//
// Windows cannot verify the digital signature for this file. The signing certificate for this file has expired.
//
#define STATUS_IMAGE_CERT_EXPIRED        ((NTSTATUS)0xC0000605L)

So a .cat file is corrupted.

Boot into the Recovery Options (via DVD), open the cmd and try to run sfc and DISM to repair corrupted .cat files:

sfc /SCANNOW /OFFBOOTDIR=c:\ /OFFWINDIR=c:\windows

Replace C: with the drive letter where you installed Windows.

DISM /image:C:\ /cleanup-image /RestoreHealth

magicandre1981

Posted 2015-09-17T00:34:06.927

Reputation: 86 560

I'm on a Surface Pro 2. No DVD drive. – 1.21 gigawatts – 2015-09-17T06:11:38.743

1

create a bootable USB drive with Rufus from a 2nd PC: http://rufus.akeo.ie/

– magicandre1981 – 2015-09-17T14:53:27.553

0

How to Fix Windows Error 0xc0000605 (Recovery - Your PC/Device needs to be repaired) Blue Screen

I want to say that there is no need to work with anything, just change the date on your computer in the 08/22/2015 and the problem needs to be resolved.

aleksa

Posted 2015-09-17T00:34:06.927

Reputation: 1

2Welcome to Super User. Other answers have suggested changing the date. Please explain why this specific date justifies a new answer to the question. – I say Reinstate Monica – 2018-12-22T16:19:34.640