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

Implement --uri option for use with --ifname #162

Merged
merged 1 commit into from
Jan 23, 2024
Merged

Conversation

rmetrich
Copy link
Contributor

New --uri option enables to specify a URI when creating a network boot entry.
This requires support in libefiboot, which is provided by version 39 (PR rhboot/efivar#217).

Copy link
Member

@frozencemetery frozencemetery left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No urgency, but this will need to be rebased at some point.

New --uri option enables to specify a URI when creating a network boot
entry, e.g.

  # efibootmgr -L NetBoot -i enp7s0 --uri http://foobar/grubx64.efi

This requires support in libefiboot, which is provided by version 39 of
efivar.

Signed-off-by: Renaud Métrich <rmetrich@redhat.com>
@heitbaum
Copy link

@lzap
Copy link

lzap commented Feb 5, 2024

Hello, can I ask how this is supposed to work? Do I specify HTTP EFI Boot URL via DHCPv4 stack so the system will boot it after the next reboot? Will it do just once, or is this permanent change? Can I use this also to PXE EFI? And most importantly - is this supported by all systems or some kind of extension?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants