SK0-004 · Question #855
An administrator is attempting to install a 64-bit OS on a VM that is hosted by a server known to have 64- bit CPUs. However, the new VM will not boot properly. Which of the following is MOST likely…
The correct answer is C. The server does not have AMD-V or Intel VT switched on. Installing a 64-bit guest OS on a VM requires hardware-assisted virtualization extensions to be enabled in the host's BIOS/UEFI. Even if the CPU supports 64-bit, the hypervisor cannot properly virtualize 64-bit instructions without AMD-V or Intel VT-x being active.
Question
An administrator is attempting to install a 64-bit OS on a VM that is hosted by a server known to have 64- bit CPUs. However, the new VM will not boot properly. Which of the following is MOST likely the problem?
Options
- AThe server is not a Type 1 hypervisor.
- BThe server is not a Type 2 hypervisor.
- CThe server does not have AMD-V or Intel VT switched on.
- DThe server does not have hybrid server capability turned on.
How the community answered
(36 responses)- A6% (2)
- B17% (6)
- C72% (26)
- D6% (2)
Why each option
Installing a 64-bit guest OS on a VM requires hardware-assisted virtualization extensions to be enabled in the host's BIOS/UEFI. Even if the CPU supports 64-bit, the hypervisor cannot properly virtualize 64-bit instructions without AMD-V or Intel VT-x being active.
Whether the hypervisor is Type 1 (bare-metal) or Type 2 (hosted) does not determine 64-bit guest OS support; both types can run 64-bit VMs if CPU virtualization extensions are enabled.
Type 2 hypervisor classification is irrelevant to this failure; a Type 2 hypervisor can still run 64-bit guests when the underlying CPU has virtualization extensions enabled in BIOS/UEFI.
AMD-V (AMD) and Intel VT-x (Intel) are CPU-level hardware virtualization extensions that must be explicitly enabled in the system BIOS/UEFI before a hypervisor can expose a 64-bit environment to guest VMs. Without these extensions enabled, the hypervisor lacks the hardware support needed to translate and execute 64-bit privileged instructions for the guest OS, causing the VM to fail to boot. Simply having a 64-bit CPU is insufficient - the feature must be toggled on in firmware settings.
Hybrid server capability is not a real or recognized hardware or firmware feature related to running 64-bit VMs, making this option technically invalid.
Concept tested: Hardware virtualization extensions required for 64-bit VMs
Source: https://www.intel.com/content/www/us/en/support/articles/000005486/processors.html
Topics
Community Discussion
No community discussion yet for this question.