Question

Difficulty: HardStorage Devices and Interfaces

A technician is configuring storage for a workstation. The motherboard specification indicates that M.2 Slot 1 is connected directly to the CPU lines and routes PCIe 4.0 x4 lanes exclusively, while M.2 Slot 2 is routed through the motherboard chipset and supports both SATA III and PCIe 3.0 x2 modes. The technician installs an M.2 SATA SSD into Slot 1. What will occur when the workstation is powered on?

  1. The SSD will not be detected by the system BIOS/UEFI because Slot 1 lacks SATA controller connectivity.Answer
  2. B
    The SSD will automatically operate using NVMe protocol emulation over PCIe 4.0 lanes.
  3. C
    The SSD will function normally but will be throughput-throttled to PCIe 3.0 x2 bus speeds.
  4. D
    The system will detect the SSD only after enabling AHCI mode in the CPU overlocking firmware menu.

Answer

The SSD will not be detected by the system BIOS/UEFI because Slot 1 lacks SATA controller connectivity.
M.2 slots wired directly to processor PCIe lanes often omit connections to the motherboard's SATA controller. Because an M.2 SATA drive strictly requires SATA protocol signaling, placing it in a PCIe-only slot leaves the drive without a supported bus interface, resulting in non-detection at POST.

Step-by-Step Solution

1
Analyze the drive interface requirement
The drive relies on the SATA protocol and AHCI controller architecture.
An M.2 SATA SSD requires physical connection to a SATA controller to process data commands.
2
Evaluate the motherboard slot specification
Slot 1 only exposes PCIe signaling lanes directly from the CPU, omitting SATA controller wiring.
Motherboard M.2 slots connected exclusively to CPU PCIe lanes do not provide SATA protocol backward compatibility unless explicit chipset multiplexing is implemented.
3
Determine the system behavior
The drive fails physical data initialization and is ignored during POST.
Without a supported protocol path, the motherboard firmware cannot initialize communication with the installed drive.

Key Concept

M.2 Slot Protocol Routing & Controller Support
Estimated Time:2m 0s
Rate this question