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

support bootupd for bootloader management/updates #6

Open
miabbott opened this issue Oct 17, 2023 · 8 comments
Open

support bootupd for bootloader management/updates #6

miabbott opened this issue Oct 17, 2023 · 8 comments
Assignees
Labels
enhancement New feature or request jira

Comments

@miabbott
Copy link
Member

miabbott commented Oct 17, 2023

Is your feature request related to a problem? Please describe.

When we update Fedora IoT via rpm-ostree upgrade, the bootloader binaries remains unchanged due the fact that the ostree model does not cover changes to the bootloader. Thus, users need to manually intervene to workaround this limitation and ensure the GRUB + UEFI shim firmware are up-to-date.

Describe the solution you'd like

Fedora IoT should be produced in a way that allows the use of bootupd to update the bootloader successfully.

Describe alternatives you've considered

Current alternative is a manual intervention by the user to copy the GRUB + UEFI shim from the ostree commit to the /boot partition. See fedora-silverblue/issue-tracker#120 (comment)

Additional context

Supporting bootupd requires that Fedora IoT is built using "unified-core" mode, which is not yet supported by osbuild.

See also: https://gitlab.com/CentOS/cloud/issue-tracker/-/issues/6

@nullr0ute
Copy link
Member

We looked at doing UC via the pungi/koji build (I think this is what SB uses) to be consumed by osbuild as a short term hack while the osbuild support landed. Not sure where we got there. Colin also said on our sync at one point that bootupd could be decoupled from UC.

@nullr0ute nullr0ute added the enhancement New feature or request label Oct 25, 2023
@miabbott
Copy link
Member Author

It should be possible to start using bootupd in IoT regardless of using unified-core mode to compose the ostree commit, but it is not clear how we go about enabling it.

Additional investigation will be required.

@miabbott
Copy link
Member Author

Since Fedora IoT has switched to using unified-core for composes (see #7 ), we should be able to pursue enabling bootupd

If I look at how it was done for Silverblue (https://pagure.io/workstation-ostree-config/pull-request/403), the changes to the compose look pretty straight-forward: just the inclusion of the bootupd package and a postprocess script (https://pagure.io/workstation-ostree-config/blob/main/f/bootupd.yaml)

@paulwhalen is this something we can try in Rawhide? Do you think we need a Fedora Change for it?

@pcdubs
Copy link
Member

pcdubs commented Jan 26, 2024

@paulwhalen is this something we can try in Rawhide? Do you think we need a Fedora Change for it?

We've missed the change deadline for Fedora 40, but I don't think that prevents us from enabling it.

@miabbott
Copy link
Member Author

Looks like the Silverblue enablement hit some snags - fedora-silverblue/issue-tracker#530

@pcdubs pcdubs self-assigned this Feb 21, 2024
@7flying 7flying added the jira label Feb 26, 2024
@pcdubs
Copy link
Member

pcdubs commented Feb 26, 2024

Enabled in Rawhide and included in Fedora-IoT-41-20240223.0

PR for f40

@pcdubs
Copy link
Member

pcdubs commented Mar 5, 2024

Enabled in F40 composes since Fedora-IoT-40-20240227.1

PR to add in osbuild/images.

@pcdubs
Copy link
Member

pcdubs commented May 22, 2024

This was later reverted due to issues with anaconda.

Still enabled in F41.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request jira
Projects
None yet
Development

No branches or pull requests

4 participants