Что означает код NTSTATUS 0xC0210002 (STATUS_FVE_BAD_INFORMATION)?

 
Предыдущий Следующий
STATUS_FVE_NOT_ENCRYPTED STATUS_FVE_TOO_SMALL

STATUS_FVE_BAD_INFORMATION

Что означает STATUS_FVE_BAD_INFORMATION

STATUS_FVE_BAD_INFORMATION (0xC0210002) — управляющий блок зашифрованного тома недействителен.

Что проверить

Зафиксируйте том, FVE/BitLocker API и состояние шифрования/преобразования, при котором получен STATUS_FVE_BAD_INFORMATION.

  • Проверьте состояние тома через manage-bde или Get-BitLockerVolume, доступность key protectors и, если используется TPM, его готовность.
  • Не запускайте расшифрование/повторное шифрование вслепую: сначала установите, относится ли ошибка к метаданным, типу тома, политике или текущей фазе преобразования.

Исходная формулировка

  • the encrypted-volume control information is invalid
  • Collect the BitLocker status, the event-log context, the volume identity, and the operation that produced the error. Then decide whether the issue is limited to management metadata or whether a recovery procedure is required; a wrong recovery password is diagnosed separately as an authentication failure.
  • Preserve the volume, its recovery information, and the exact status before attempting any intrusive operation. Repeatedly changing protectors, repartitioning, or initializing the disk does not reconstruct valid encrypted-volume control state and can remove evidence needed for a supported recovery process.
  • The failure concerns BitLocker’s per-volume control information, not the syntax of a management request. It therefore differs from STATUS_FVE_BAD_DATA , which points to malformed data supplied to the control engine by a caller.
  • Microsoft NTSTATUS reference | BitLocker recovery overview | BitLocker operations guide

Технические ссылки


Нужно найти другой код? Найти другой код состояния или ошибки.