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

Allow fallback to default loader when encountering errors on network boot #666

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Jun 20, 2024

  1. Allow fallback to default loader when encountering errors on network …

    …boot
    
    Only certain errors trigger fallback to the default loader name.  This change allows fallback when encountering `EFI_TFTP_ERROR` as well.  And ideally would also handle `EFI_HTTP_ERROR` the same way, but that requires updating gnu-efi to a version newer than the shim-15.8 branch.
    
    This fixes the issue reported in rhboot#649 that prevents boot on some models of PC.
    
    Signed-off-by: Nathan O'Meara <[email protected]>
    nathan-omeara committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    c6827cc View commit details
    Browse the repository at this point in the history
  2. fix indent

    Signed-off-by: Nathan O'Meara <[email protected]>
    nathan-omeara committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    956a394 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. make EFI_HTTP_ERROR work directly

    Signed-off-by: Nathan O'Meara <[email protected]>
    nathan-omeara committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    eacd29f View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. use a macro to define EFI_HTTP_ERROR if needed

    Remove this after shim pulls the latest gnu-efi release.
    
    Signed-off-by: Nathan O'Meara <[email protected]>
    nathan-omeara committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    99410b2 View commit details
    Browse the repository at this point in the history