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

Docs changes from bug triage #5323

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/boot-options.rst
Original file line number Diff line number Diff line change
Expand Up @@ -694,6 +694,10 @@ Use systemd-boot as the bootloader. Note that there's no attempt to validate tha
this will work for your platform or anything; it assumes that if you ask for it,
you want to try.

Note that this works only for package-based installations, where the bootloader can be chosen at
install time. For live images, this can work only if the live image was built with systemd-boot
instead of grub.

.. inst.leavebootorder:

inst.leavebootorder
Expand Down
2 changes: 2 additions & 0 deletions docs/common-bugs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,8 @@ Invalid environment block

Actual byte, position, and byte type (start, continuation, ???) vary.

This is caused by ``efibootmgr`` which prints raw non-UTF-8 data to output.

:Solution: Duplicate of bug `2148480 <https://bugzilla.redhat.com/show_bug.cgi?id=2148480>`_.
:Example: `rhbz#2238691 <https://bugzilla.redhat.com/show_bug.cgi?id=2238691>`_

Expand Down