VCP550 · Question #25
During the installation of ESXi 5.5, the following error message is reported: Hardware Virtualization is not a feature of the CPU, or is not enabled in the BIOS. Which condition would generate this me
The correct answer is A. LAHF/SAHF is not enabled in the BIOS.. ESXi 5.5 requires LAHF/SAHF CPU instruction support in 64-bit mode to enable hardware virtualization for guest operating systems. If this CPU feature is absent or not enabled in BIOS, the installation reports that hardware virtualization is not available.
Question
During the installation of ESXi 5.5, the following error message is reported:
Hardware Virtualization is not a feature of the CPU, or is not enabled in the BIOS. Which condition would generate this message?
Options
- ALAHF/SAHF is not enabled in the BIOS.
- BNX/XD is not enabled in the BIOS.
- CSSE3 is not enabled in the BIOS.
- DHyperthreading is not enabled in the BIOS.
How the community answered
(30 responses)- A90% (27)
- C3% (1)
- D7% (2)
Why each option
ESXi 5.5 requires LAHF/SAHF CPU instruction support in 64-bit mode to enable hardware virtualization for guest operating systems. If this CPU feature is absent or not enabled in BIOS, the installation reports that hardware virtualization is not available.
LAHF (Load AH from Flags) and SAHF (Store AH to Flags) are CPU instructions required by ESXi 5.5 to support 64-bit hardware virtualization. Some early 64-bit CPUs lack LAHF/SAHF support in 64-bit mode, causing ESXi to report that hardware virtualization is unavailable. Enabling this feature in BIOS where supported, or replacing the CPU with a compatible one, resolves the error.
An absent or disabled NX/XD bit generates a separate, distinct error about execute-disable support, not the hardware virtualization message.
SSE3 is a SIMD floating-point instruction extension and is not a prerequisite checked by ESXi 5.5 during installation for hardware virtualization.
Hyperthreading is an Intel feature for simultaneous multithreading and is not a hardware virtualization requirement checked during ESXi 5.5 installation.
Concept tested: ESXi 5.5 CPU hardware virtualization prerequisites LAHF/SAHF
Source: https://docs.vmware.com/en/VMware-vSphere/5.5/com.vmware.vsphere.install.doc/GUID-DEB8086A-306B-4239-BF76-E354679202FC.html
Topics
Community Discussion
No community discussion yet for this question.