bootc-ubuntu-setup: Exclude AMD-SEV OVMF on Ubuntu 26.04 - #58
Merged
cgwalters merged 2 commits intoSep 14, 2026
Merged
Conversation
cgwalters-bot
force-pushed
the
fix/ubuntu-2604-ovmf-amdsev
branch
2 times, most recently
from
September 14, 2026 19:03
699dcb4 to
ff6fb4c
Compare
cgwalters
reviewed
Sep 14, 2026
Ubuntu Resolute's OVMF metapackage selects AMD-SEV firmware by default, which is not the generic firmware expected by libvirt on these runners. Keep apt's normal recommendations while explicitly installing ovmf-generic and excluding ovmf-amdsev. Assisted-by: AI Signed-off-by: Colin Walters <walters@verbum.org>
Verify that Ubuntu 26.04 retains normal virtualization recommendations while selecting generic OVMF and excluding AMD-SEV firmware. Pull-request validation checks package state; manual dispatch carries the CentOS Stream 10 bcvk conversion and SSH probe separately from the required PR gate. Assisted-by: AI Signed-off-by: Colin Walters <walters@verbum.org>
cgwalters-bot
force-pushed
the
fix/ubuntu-2604-ovmf-amdsev
branch
from
September 14, 2026 19:21
ff6fb4c to
57151ed
Compare
Contributor
Author
|
The only failing required check hit a transient Quay |
cgwalters
approved these changes
Sep 14, 2026
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.
Ubuntu 26.04 splits OVMF firmware variants into separate packages, while the
ovmfmetapackage pulls all of them in. Its AMD-SEV descriptor can satisfy libvirt's genericsecure=nofirmware request, causing bcvk GRUB guests to receive stateless SEV firmware that cannot restore their boot entry.Explicitly select
ovmf-genericand excludeovmf-amdsevwhile preserving the rest of apt's virtualization recommendations. Add package-state validation and a manual CentOS Stream 10bcvk libvirt run --firmware=uefi-insecuresmoke test that verifies SSH and cleanup.This fixes the VM failures observed in bootc-dev/bootc#2454.
Testing:
actionlint -ignore 'label "ubuntu-26.04"'\n-git diff --check\n- Fork PR checks: https://github.com/cgwalters-bot/actions/actions/runs/34879018281\n- CentOS Stream 10 libvirt/SSH smoke: https://github.com/cgwalters-bot/actions/actions/runs/34879456726\n\nAssisted-by: AI\nUnit and workflow tests are LLM-generated and were executed on the fork branch. Human review is required before adding a DCO signoff.