docs/guides/capsule-update.md: update for V2#1230
Open
filipleple wants to merge 1 commit intomasterfrom
Open
Conversation
* update progress bar image to the new look of the update screen which includes a logo (Capsules / Improve user experience / Flexible logo #1437) * demonstrate new results screen for both success and failure cases (Capsules / Improve user experience / Results screen #1434) * explain that a failure to flash is followed by a recovery attempt which is not guaranteed to succeed, but should leave the system bootable in most cases (Capsules / Improve user experience / Recovery #1435) * remove instructions to disable Intel ME manually (Capsules / Improve user experience / Auto-disabling Intel ME #1438) Signed-off-by: Filip Lewiński <[email protected]>
22322f7 to
6e15ab0
Compare
SergiiDmytruk
requested changes
Mar 1, 2026
Member
SergiiDmytruk
left a comment
There was a problem hiding this comment.
Some things have changed since the task was originally written and I now realize we wouldn't be able to remove old instructions even if V2 code was enabled everywhere at once just because it would apply only to newer releases:
- the table in
Supported devicesshould additionally indicate from which version V2 is available - looks like a couple places need content tabs to be able to cover both older and newer implementations
- ME doesn't need to be HAP-disabled only if on-disk capsules are used, in which case
CapsuleApp.efishould get-ODflag at the end (position matters, argument parsing is quite rigid and there is an optional parameter for this flag)
| succeed, but should leave the system bootable in most cases. | ||
|
|
||
| After either a successful or failed update, the machine will reboot | ||
| automatically. After that, if everything succeeded, you should have an updated |
Member
There was a problem hiding this comment.
With the results screen the reboot is automatic only in case of a success, a failure requires pressing Enter.
Member
There was a problem hiding this comment.
This image is not very legible.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Addresses Dasharo/dasharo-issues#1440
ref: DSH-1132