Boot Path Retry With Verification Threshold

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing boot verification processes for operating systems lack robustness in detecting corrupted root file systems and fail to efficiently handle transient errors, leading to potential system instability and data integrity issues.

Innovation Solution

The implementation of a cryptographic hash-based verification system that uses a block hash tree to verify blocks of the root file system on demand, tracks verification failures with a counter, and initiates recovery mode when a predetermined threshold is met, allowing for the switching to a secondary root file system in case of corruption.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If the system performs verification of the root file system on every boot sequence, then the reliability of detecting corruption is improved, but the productivity of system startup is worsened due to repeated verification of transient errors

Engineering Contradiction:
Improvecorruption detection reliabilityVSAvoidsystem startup speed
Core Design Contradiction:
ReliabilityVSProductivity

Solution Approach 1:

The verification process transitions from a static always-verify approach to a dynamic adaptive approach. The system adjusts verification behavior based on runtime conditions: performing full verification only when corruption is detected, and skipping verification when the system is running normally, thus optimizing both reliability and productivity

Inventive Principle:
Principle #15Dynamics

Solution Approach 2:

The system implements feedback through the counter mechanism that tracks verification failures. When the counter reaches a threshold, the system changes its behavior by setting the corrupted flag and enabling verification on subsequent boots. This feedback loop allows the system to adapt its verification strategy based on historical error patterns

Inventive Principle:
Principle #23Feedback

2Reliability

If the system marks the root file system as corrupted after a single verification failure, then the reliability of corruption detection is improved, but the stability of the system is worsened due to false positives from transient errors

Engineering Contradiction:
Improvecorruption detection accuracyVSAvoidsystem stability
Core Design Contradiction:
ReliabilityVSStability of the object's composition

Solution Approach 1:

The system prepares for potential false positives by implementing a threshold-based counter mechanism before making corruption decisions. This cushioning approach allows the system to absorb transient errors without triggering false corruption alerts, maintaining stability while still detecting genuine corruption when the threshold is exceeded

Inventive Principle:
Principle #11Beforehand cushioning (Prior cushioning)

Solution Approach 2:

The system changes the parameter for corruption determination from a binary single-failure threshold to a multi-threshold system. By requiring the verification failure counter to reach a predetermined threshold before marking the file system as corrupted, the system adjusts its sensitivity parameter to reduce false positives while maintaining detection capability

Inventive Principle:
Principle #35Parameter changes

3Speed

If the system resets the operating system immediately upon verification failure, then the responsiveness to potential corruption is improved, but the loss of time for legitimate transient errors is worsened

Engineering Contradiction:
Improveresponse speed to corruptionVSAvoidtime lost due to transient errors
Core Design Contradiction:
SpeedVSLoss of time

Solution Approach 1:

The reset behavior transitions from a static immediate-reset policy to a dynamic conditional policy. The system dynamically determines whether to reset based on the verification failure counter value: resetting only when the threshold is exceeded, and allowing continued operation when failures are below the threshold, thus reducing unnecessary time loss

Inventive Principle:
Principle #15Dynamics

Data Source

PatentUS8832455B1Verified boot path retry
Publication Date: 2014.09.09 GOOGLE LLC
  • US8832455B1 patent drawing
  • US8832455B1 patent drawing
  • US8832455B1 patent drawing

AI summary

Configurations providing a non-zero threshold for verifying a root file system of an operating system stored on blocks of a boot storage are disclosed. In particular, the root file system is verified during a boot sequence for the operating system. For each block of the root file system of the boot storage, the subject technology verifies a respective block of the boot storage. A counter tracking a number of verification failures is incremented if the block fails verification. In some configurations, the subject technology determines whether the counter meets a predetermined non-zero threshold. If the counter meets the predetermined non-zero threshold, the root file system is marked as corrupted. A recovery mode for the operating system is then initiated. If the counter does not meet the predetermined non-zero threshold, the operating system is reset in order to verify the root file system during a subsequent boot sequence.