Signed driver when started gives, error 577

15.4k Views Asked by At

When I start the driver I have written on Windows Server 2008 x64, it gives Error 577.

Windows XP 32-bit works fine, but Windows XP 32-bit doesn't have driver signing restrictions.

Don't know if there's an issue with my .inf? What could be wrong here?

3

There are 3 best solutions below

0
On

If you are using a Test-Signed Certificate during you development you need to allow the machine, on which you install your driver, to use a test certificate

To do it

Open Command Prompt (Run as Administrator) Bcdedit.exe -set TESTSIGNING ON Reboot your machine To disable it Bcdedit.exe -set TESTSIGNING OFF and reboot your machine

More details here: http://msdn.microsoft.com/en-us/library/windows/hardware/ff553484%28v=vs.85%29.aspx

0
On

577 means your driver's signature is incorrect,

http://msdn.microsoft.com/en-us/library/windows/desktop/ms681388(v=vs.85).aspx

How did you sign it? Besides, did you sign it for development and test or for production?

You should strictly follow Microsoft's articles so as to avoid any problem like this,

http://msdn.microsoft.com/en-us/library/windows/hardware/ff544865(v=vs.85).aspx

3
On

That can happen when a driver is properly signed. The specific problem occurs in Windows 7.

https://support.microsoft.com/en-us/kb/2328240#bookmark-letmefixitmyselfalways