The configuration guidance applies to the following Dell Technologies server products:
Below is the minimum version of BIOS for specific platform to be used for enabling secure core.
This can be obtained from the Dell support page .
Platform Name | Minimum BIOS Version |
PowerEdge R750 | 1.3.8 |
PowerEdge R750xa | 1.3.8 |
PowerEdge R650 | 1.3.8 |
PowerEdge MX750c | 1.3.8 |
PowerEdge C6520 | 1.3.8 |
PowerEdge R750xs | 1.3.8 |
PowerEdge R650xs | 1.3.8 |
PowerEdge R450 | 1.3.8 |
PowerEdge R550 | 1.3.8 |
PowerEdge R6525 | 2.3.6 |
PowerEdge R7525 | 2.3.6 |
PowerEdge C6525 | 2.3.6 |
Dell EMC AX-7525 | 2.3.6 |
Dell EMC AX-750 | 1.3.8 |
Dell EMC AX-650 | 1.3.8 |
2. Secure Boot must be enabled.
Secure Boot must be set in BIOS in System BIOS Settings > System Security.
3. The server must have Trusted Platform Module (TPM) 2.0, and it must be enabled as mentioned below.
TPM 2.0 - 7.2.2.0
CTPM 7.51.6405.5136
4. Dynamic Root of Trust for Measurement (DRTM) must be enabled in the BIOS. For Intel server, DRTM should be enabled by enabling below BIOS Settings:
For AMD server, DRTM should be enabled. BIOS settings below enable it:
5. Input-Output Memory Management Unit (IOMMU) and Virtualization Extension must be enabled in BIOS.
For Intel Server IOMMU and Virtualization Extension should be enabled by enabling "Virtualization Technology" in System BIOS Settings > Processor settings.
For AMD Server, IOMMU and Virtualization Extension should be enabled with below BIOS settings:
For the AMD server in the System BIOS Settings > Processor settings, enable Secure Memory Encryption (SME) and Transparent Secure Memory Encryption (TSME).
For Intel Servers, chipset driver (version: 10.1.18793.8276 and above) should be installed.
For AMD Servers, chipset driver (version: 2.18.30.202 and above) should be installed.
These drivers can be downloaded from the Dell support page:
Enter the server model name, go to "Driver and Downloads" section, choose OS as Windows Server 2022 LTSC and look for chipset driver.
Example, For PowerEdge R650, "Intel Lewisburg C62x Series Chipset Drivers" should be installed.
For PowerEdge R6525, "AMD SP3 MILAN Series Chipset Drivers" should be installed.
Run the following from the command prompt:
reg add "HKLM\SYSTEM\CurrentControlSet\Control\DeviceGuard" /v "EnableVirtualizationBasedSecurity" /t REG_DWORD /d 1 /f
reg add "HKLM\SYSTEM\CurrentControlSet\Control\DeviceGuard" /v "RequirePlatformSecurityFeatures" /t REG_DWORD /d 3 /f
reg add "HKLM\SYSTEM\CurrentControlSet\Control\DeviceGuard" /v "Locked" /t REG_DWORD /d 0 /f
reg add "HKLM\SYSTEM\CurrentControlSet\Control\DeviceGuard\Scenarios\HypervisorEnforcedCodeIntegrity" /v "Enabled" /t REG_DWORD /d 1 /f
reg add "HKLM\SYSTEM\CurrentControlSet\Control\DeviceGuard\Scenarios\HypervisorEnforcedCodeIntegrity" /v "Locked" /t REG_DWORD /d 0 /f
reg add “HKLM\System\CurrentControlSet\Control\DeviceGuard\Scenarios\SystemGuard” /v “Enabled” /t REG_DWORD /d 1 /f
To confirm all the Secured-core features are properly configured and running, follow the steps below:
Run get-tpm
in a PowerShell and confirm the following:
Launch msinfo32
from command prompt and confirm the following values:
For HW and Firmware issues, contact Dell support
For OS and SW issues, contact Microsoft support