lf-edge/eve

Prompt user to perform TPM Clear in EVE Installer

開放

#4,952 建立於 2025年6月10日

 (0 則留言) (0 個反應) (0 位負責人)Go (183 個分叉)auto 404
enhancementgood first issuehacktoberfest

倉庫指標

星標
 (546 顆星)
PR 合併指標
 (平均合併 9天) (30 天內合併 150 個 PR)

描述

The EVE installer should prompt the user to perform a TPM clear operation during installation. Without this, EVE may reuse the existing device key stored in the TPM (specifically if BIOS is missing the option to clear TPM), which can cause onboarding issues such as duplicate device entries.

Problem Description

When a user re-images a device without clearing the TPM and hasn't removed the previous device configuration from the controller, EVE may reuse the existing device key in TPM. This can lead to:

  • Duplicate devices appearing in the controller
  • Onboarding failures or inconsistent behavior

Suggested Action

Update the EVE installer to:

  • Detect if a TPM is present
  • Prompt the user to clear the TPM if a device key already exists
  • Optionally, provide a warning or short explanation of the consequences of not doing so

貢獻者指南