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?
This message means the CPU doesn't support the required CPU features like SSE2, PAE and NX-Bit.
Check this for more details:
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
The previous answers are helpful. However, there are some important details regarding Error Code 0x0000005D that seem to be not well-documented.
The following document contains additional relevant details: http://msdn.microsoft.com/en-us/library/windows/hardware/hh975398.aspx?ppud=4
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
User contributions licensed under CC BY-SA 3.0