A technician is building a new PC for a graphic designer who needs to run Windows 11. The technician installs a 2 TB NVMe SSD and 32 GB of RAM. During Windows installation, the installer reports that the drive cannot be used because it uses the MBR partition table. What UEFI setting or action should the technician change?
GPT is required for UEFI boot; converting the drive to GPT using diskpart (clean, convert gpt) allows Windows to install on the drive.
Why this answer
Windows 11 requires UEFI with GPT partition table and Secure Boot. The error indicates the drive is using MBR, which is incompatible with UEFI. The technician should either convert the drive to GPT using diskpart or reinitialize it as GPT during installation.