SK0-004 · Question #866
A server administrator is installing a 64-bit OS on a server hardware and receives the following error message: Processor architecture not supported. Which of the following architectures is causing…
The correct answer is C. x86. An x86 (32-bit) processor cannot execute the 64-bit instruction set required by a 64-bit OS installer, triggering the 'Processor architecture not supported' error.
Question
A server administrator is installing a 64-bit OS on a server hardware and receives the following error message: Processor architecture not supported. Which of the following architectures is causing this error?
Options
- AARM
- Bx64
- Cx86
- DSPARC
- EAlpha
How the community answered
(30 responses)- A7% (2)
- B3% (1)
- C87% (26)
- E3% (1)
Why each option
An x86 (32-bit) processor cannot execute the 64-bit instruction set required by a 64-bit OS installer, triggering the 'Processor architecture not supported' error.
ARM includes 64-bit variants (AArch64/ARM64) that fully support 64-bit operating systems, so ARM alone does not inherently cause this error.
x64 (AMD64/Intel 64) is itself a 64-bit architecture and is compatible with 64-bit operating system installers - it would not generate this error.
x86 is a 32-bit processor architecture that does not include the AMD64/Intel 64 instruction set extensions required to boot and run a 64-bit operating system. When a 64-bit OS installer detects a processor that only supports 32-bit execution, it immediately halts with an architecture incompatibility error. All other architectures listed - ARM64, x64, SPARC, and Alpha - have 64-bit variants that can run 64-bit operating systems.
SPARC has long-supported 64-bit execution and runs 64-bit operating systems such as Oracle Solaris, so it is not the source of this error.
Alpha (DEC Alpha) is a native 64-bit RISC architecture and was one of the earliest platforms to support 64-bit operating systems, so it would not trigger this error.
Concept tested: 32-bit vs 64-bit processor architecture compatibility
Source: https://learn.microsoft.com/en-us/windows/win32/winprog64/running-32-bit-applications
Topics
Community Discussion
No community discussion yet for this question.