Site icon EfmSoft

What does HRESULT 0x80280038 (TPM_E_NO_NV_PERMISSION) mean?

 
Previous Next
TPM_E_INVALID_FAMILY TPM_E_REQUIRES_SIGN

TPM_E_NO_NV_PERMISSION

Meaning beyond the built-in message

TPM_E_NO_NV_PERMISSION (0x80280038) belongs to TPM 1.2 nonvolatile-storage policy. The base What Is page already shows the short Windows message; the additional diagnostic value is that this result marks the authorization path does not grant the read, write, define or release operation requested for a TPM 1.2 NV index.

The first producer to identify for this HRESULT is the TPM 1.2 NV permission and lifecycle checks. TPM 1.2 NV indices combine permissions, authorization mode, locality masks and lock semantics. Two indices of the same size can behave differently because those attributes were fixed when each index was defined.

Decode the relevant state

Preserve these this result items before changing anything:

One-variable test

Run this focused check: read public NV metadata first and test the same operation on a disposable index with known permissions. Do not combine the result test with firmware updates, TPM clearing, account changes, key recreation and policy edits in the same trial; such a result cannot isolate this boundary.

CheckpointPass condition
the authorization path does not grant the read, write, define or release operation requested for a TPM 1.2 NV indexThe original this result command reaches the next defined state without returning it.
Security behaviorThe result verification still uses the intended TPM, authorization, locality and policy.
Output integrityThe object, digest, event log or state transition produced after it validates independently.

Differential diagnosis

Related resultSeparate meaning
TPM_E_REQUIRES_SIGNThe operation requires a signed command — a separate checkpoint when compared with it.
TPM_E_INVALID_FAMILYThe command is attempting to use an invalid family ID — a separate checkpoint when compared with it.
TPM_E_KEY_NOTSUPPORTEDWrong operation to load an NV key — a separate checkpoint when compared with it.

The practical distinction is that TPM_E_AREA_LOCKED and TPM_E_WRITE_LOCKED concern current lock state; it concerns permission.

Supported corrective direction

The supported direction is to use the authorization and locality encoded when the index was defined, or redefine only a disposable index with appropriate attributes. Do not undefine a production NV index until its public attributes and authorization policy have been recorded. NV policy is established at definition time, and destructive recreation can remove counters, certificates or provisioning state.

If the same bytes still return it after the documented preconditions are satisfied, retain this code-specific trace for the platform vendor or Windows component owner rather than erasing state.

Technical references


Looking for a different code? Search another status or error code.

Exit mobile version