| Предыдущий | Следующий |
| STATUS_FVE_PARTIAL_METADATA | STATUS_VID_REMOTE_NODE_PARENT_GPA_PAGES_USED |
STATUS_FVE_TRANSIENT_STATE
Что означает STATUS_FVE_TRANSIENT_STATE
STATUS_FVE_TRANSIENT_STATE (0x80210002) — ключи шифрования BitLocker были проигнорированы, поскольку том находился в переходном состоянии.
Что проверить
Зафиксируйте том, FVE/BitLocker API и состояние шифрования/преобразования, при котором получен STATUS_FVE_TRANSIENT_STATE.
- Проверьте состояние тома через manage-bde или Get-BitLockerVolume, доступность key protectors и, если используется TPM, его готовность.
- Не запускайте расшифрование/повторное шифрование вслепую: сначала установите, относится ли ошибка к метаданным, типу тома, политике или текущей фазе преобразования.
Исходная формулировка
a BitLocker volume is in a transitional state and its keys are not active for the requested operation
Inspect the same volume with manage-bde -status and record conversion status, percentage encrypted, lock status, and protection status. For programmatic diagnostics, the WMI conversion-state method distinguishes encryption, decryption, paused work, and fully converted states.
Do not change protectors, start a second conversion, or treat the result as a file-system corruption error until the first state transition is understood. A paused or pending conversion and a suspended protector are different conditions and should not be merged in incident notes.
The volume is between stable BitLocker states. The result does not say that a password or recovery key was rejected; it says Windows ignored encryption keys because the volume was temporarily not in a state where that operation may use them.
this result is 0x80210002 , an NTSTATUS warning value.
Технические ссылки
Нужно найти другой код? Найти другой код состояния или ошибки.