Error Code 0x0000005D while installing Windows 8

5

My friend was installing Windows 8 to our network lab's computers. During the installation, this error message appeared:

Your PC needs to restart
Please hold down the power button
Error Code 0x0000005D
Parameters
0x030F0401
0x756E6547
0x49656E69
0x6C65746E

What should he do to solve this problem?

Settings 1Settings 2Settings 3VB Stuck at thisError

windows-8
installation
asked on Super User Jan 16, 2013 by mohammad amin.MR • edited Apr 20, 2014 by Hunter

4 Answers

7

This message means the CPU doesn't support the required CPU features like SSE2, PAE and NX-Bit.

Check this for more details:

PAE/NX/SSE2 Support Requirement Guide for Windows 8

answered on Super User Jan 16, 2013 by magicandre1981
4

In those two machines, someone probably disabled NX. Go into the BIOS settings and see if you can enable it and retry the installation. It may be called something like "processor security", "execution prevention", "DEP" or similar. Windows 8 will not install on a machine without this enabled: http://www.jermsmit.com/?p=1829

answered on Super User Jan 17, 2013 by K.A.Monica
0

The previous answers are helpful. However, there are some important details regarding Error Code 0x0000005D that seem to be not well-documented.

  • Most documentation indicates that this error is associated with installing Windows 8. However, this error seems to occur because of new requirements in Win8 PE. It could occur if you were installing Windows 7 from a build that was created using MDT 2012. I realize that you can hack the MDT 2012 script to use Win7 PE instead of Win8 PE but this isn't recommended. I have also read threads pertaining to this error and SCCM.
  • Some Pentium 4s and other really old hardware (about the time XP SP2 was released) predate this particular security feature and therefore no BIOS settings can be modified in order to make Win8 setup work. For this older hardware, you should continue install Windows 7 using a build created with MDT 2010.

The following document contains additional relevant details: http://msdn.microsoft.com/en-us/library/windows/hardware/hh975398.aspx?ppud=4

answered on Super User Sep 5, 2013 by user196783
0

For those using VirtualBox you need to manually run the following command:

"c:\Program Files\Oracle\VirtualBox\VBoxManage.exe" setextradata "VM Name" VBoxInternal/CPUM/CMPXCHG16B 1

Source: https://forums.virtualbox.org/viewtopic.php?f=2&t=56196

answered on Super User Oct 5, 2014 by jezzaman19

User contributions licensed under CC BY-SA 3.0