After replacing a motherboard, a technician installs Windows but the system will not boot from the SSD. The drive is detected in UEFI. The technician recalls the previous motherboard used Legacy BIOS. What is the most likely issue?
Trap 1: The SSD is not getting power
The drive is detected, so power is fine.
Trap 2: Secure Boot is blocking the Windows bootloader
Windows bootloader is signed and works with Secure Boot; this is not the primary issue.
Trap 3: The CMOS battery is dead
A dead battery would lose settings but not prevent boot if drive is detected.
- A
The SSD is not getting power
Why wrong: The drive is detected, so power is fine.
- B
The UEFI is set to UEFI mode but the drive uses MBR
UEFI requires GPT partition table; MBR drives are only bootable in Legacy/CSM mode.
- C
Secure Boot is blocking the Windows bootloader
Why wrong: Windows bootloader is signed and works with Secure Boot; this is not the primary issue.
- D
The CMOS battery is dead
Why wrong: A dead battery would lose settings but not prevent boot if drive is detected.