| Previous | Next |
| STATUS_SECUREBOOT_POLICY_MISSING_ANTIROLLBACKVERSION | STATUS_SECUREBOOT_POLICY_ROLLBACK_DETECTED |
STATUS_SECUREBOOT_PLATFORM_ID_MISMATCH
STATUS_SECUREBOOT_PLATFORM_ID_MISMATCH (NTSTATUS 0xC043000B) This NTSTATUS value reports that the policy platform ID does not match the current device.
What to check
- Verify the target hardware or platform group for the policy package.
- Avoid reusing policy artifacts across device families.
- Obtain a policy built for this platform.
Read-only checks
Get-SecureBootPolicy | Format-List
Get-SecureBootUEFI -Name PK | Format-List
A policy for another hardware family can be correctly signed and still fail this check. Verify the device group or platform identifier used when the package was generated, then deploy the matching policy.
Do not override this check by re-signing the same policy. The policy must be built for the target platform identity, so verify device targeting and package-selection logic before another deployment attempt.
Microsoft: Confirm-SecureBootUEFI
Looking for a different code? Search another status or error code.