How to Enable Secure Boot and TPM 2.0 on MSI AM4 Motherboards
Motherboards
Secure Boot System Requirements
- Partition Style: Must be GPT (GUID Partition Table). If the disk is MBR (Master Boot Record), it must be converted to GPT.
- BIOS Mode: Must be UEFI. If it is set to Legacy or CSM, it must be switched to UEFI.
- Only when these conditions are met can Secure Boot be successfully enabled.
Steps to Enable Secure Boot
- Verify that the system disk is using GPT partition style. If it is MBR, use the Windows built-in MBR2GPT tool to convert it.
- Switch the motherboard BIOS mode from CSM to UEFI.
- Enable Secure Boot.
How to Check Secure Boot Status and BIOS Mode
- In Windows, press [Win] + [R], then type msinfo32.
- In the System Information window, check:
- BIOS Mode: Shows whether the system is running UEFI or Legacy. If it is Legacy, you must switch to UEFI.
- Secure Boot State: Shows whether Secure Boot is enabled.
How to Check Disk Partition Style
- Open Disk Management, right-click on the target disk, and select Properties.
- Under the Volumes tab:
- If it shows GPT: Meets the requirements.
- If it shows MBR: Conversion to GPT is required.
How to Secure Boot and TPM 2.0
Converting MBR to GPT (if necessary)
- In the Windows search bar, type CMD, then run Command Prompt as administrator.
- Enter the following commands:
- mbr2gpt /validate /allowFullOS to check if the disk can be converted
- mbr2gpt /convert /allowFullOS to perform the conversion.
- Note: MBR2GPT only supports disks with up to three partitions. If your disk has more than three, the conversion will fail. Backup your data and remove extra partitions before proceeding.
Switching to UEFI Mode and Enabling Secure Boot in BIOS
- Make sure your disk partition style is already GPT.
- Enter the BIOS and switch BIOS CSM/UEFI Mode to UEFI.
- Navigate to the Secure Boot menu, enable it, then press F10 to save and reboot.
Checking TPM Status
- In Windows, press [Win]+[R], type tpm.msc, and press Enter.
- You will see the status and version information.
- If TPM is not enabled, you will see “Compatible TPM cannot be found”.
- If TPM is enabled, you should see AMD fTPM 2.0 listed.
How to enable TPM in BIOS
- Enter BIOS and go to Settings → Security → Trusted Computing.
- Enable Security Device Support.
- Press F10 to save and reboot.
Recommendation: Update BIOS and AMD fTPM