diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-01-05 08:57:15 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-01-05 08:57:15 -0500 |
| commit | ebfef1f23b96a9eee63be18febc989d3d1eda880 (patch) | |
| tree | 61a3093bfa18f292bb62841c2f5bb0b16309d485 /static/web-install.html | |
| parent | b11fbbcf0f522f58c4864eef433d3a44f8f25825 (diff) | |
add locking to web install proof of concept
Diffstat (limited to 'static/web-install.html')
| -rw-r--r-- | static/web-install.html | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/static/web-install.html b/static/web-install.html index afc6d56a..169969ee 100644 --- a/static/web-install.html +++ b/static/web-install.html @@ -138,6 +138,29 @@ of the volume keys to switch the selection to accepting it and the power button to confirm.</p> </section> + + <section> + <h2>Incomplete</h2> + </section> + + <section id="locking-the-bootloader"> + <h2><a href="#locking-the-bootloader">Locking the bootloader</a></h2> + + <p>Locking the bootloader is important as it enables full verified boot. It also + prevents using fastboot to flash, format or erase partitions. Verified boot will + detect modifications to any of the OS partitions and it will prevent reading any + modified / corrupted data. If changes are detected, error correction data is used + to attempt to obtain the original data at which point it's verified again which + makes verified boot robust to non-malicious corruption.</p> + + <p>In the bootloader interface, set it to locked:</p> + + <button id="lock-bootloader" disabled="disabled">Lock bootloader</button> + + <p>The command needs to be confirmed on the device and will wipe all data. Use one + of the volume buttons to switch the selection to accepting it and the power button + to confirm.</p> + </section> </main> <footer> <a href="/"><img src="/logo.png" width="512" height="512" alt=""/>GrapheneOS</a> |
