efibootmgr to configure boot device selection at runtime#441
Merged
Conversation
samueltaripin
approved these changes
Feb 26, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Adds efibootmgr to default OS image configurations so composed images include tooling to adjust UEFI boot device/boot entry selection at runtime.
Changes:
- Add
efibootmgrto default package lists for multiple distros and image types (raw/iso). - Minor YAML adjustments in a few ISO defaults (adjacent to the kernel package list).
Reviewed changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| config/osv/wind-river-elxr/elxr12/imageconfigs/defaultconfigs/default-raw-x86_64.yml | Adds efibootmgr to the default raw image packages for eLxr12. |
| config/osv/wind-river-elxr/elxr12/imageconfigs/defaultconfigs/default-iso-x86_64.yml | Adds efibootmgr to the default ISO image packages for eLxr12. |
| config/osv/ubuntu/ubuntu24/imageconfigs/defaultconfigs/default-raw-x86_64.yml | Adds efibootmgr to Ubuntu 24 raw default config packages. |
| config/osv/ubuntu/ubuntu24/imageconfigs/defaultconfigs/default-iso-x86_64.yml | Adds efibootmgr to Ubuntu 24 ISO default config packages. |
| config/osv/redhat-compatible-distro/el10/imageconfigs/defaultconfigs/default-raw-x86_64.yml | Adds efibootmgr to EL10 raw default config packages. |
| config/osv/redhat-compatible-distro/el10/imageconfigs/defaultconfigs/default-iso-x86_64.yml | Adds efibootmgr to EL10 ISO default config packages (plus minor YAML touch near kernel section). |
| config/osv/edge-microvisor-toolkit/emt3/imageconfigs/defaultconfigs/default-raw-x86_64.yml | Adds efibootmgr to EMT3 raw defaults (currently duplicated in the list). |
| config/osv/edge-microvisor-toolkit/emt3/imageconfigs/defaultconfigs/default-iso-x86_64.yml | Adds efibootmgr to EMT3 ISO defaults (currently duplicated in the list). |
| config/osv/azure-linux/azl3/imageconfigs/defaultconfigs/default-raw-x86_64.yml | Adds efibootmgr to Azure Linux 3 raw default config packages. |
| config/osv/azure-linux/azl3/imageconfigs/defaultconfigs/default-iso-x86_64.yml | Adds efibootmgr to Azure Linux 3 ISO default config packages (plus minor YAML touch near kernel section). |
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.
…S screen
Merge Checklist
All boxes should be checked before merging the PR
Description
Any Newly Introduced Dependencies
How Has This Been Tested?