Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proof-of-concept for "A/B" fallback booting #502

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Aug 17, 2022

  1. Proof-of-concept for "A/B" fallback booting

    Add a tool (shimctl) that makes shim updates more robust by keeping two
    copies of shim around (shimARCH.efi and shimARCH_b.efi).  Together with
    shim-booted.service, it also supports tracking what versions of shim
    were booted (and whether they were the "B" entry), enabling boot
    counting.
    
    See-also: https://mivehind.net/2022/08/17/shim-ab-booting-poc/
    Signed-off-by: Robbie Harwood <rharwood@redhat.com>
    frozencemetery committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    d7debd1 View commit details
    Browse the repository at this point in the history