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

Don't parse load options if invoked from removable media path #399

Merged
merged 2 commits into from
Oct 12, 2021

Commits on Sep 14, 2021

  1. Extract is_removable_media_path() out of should_use_fallback()

    Simple refactoring that extracts the path checking on the given
    loaded image. This will be useful to check if we were booted via
    removable media path in other places.
    julian-klode committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    cc41cd2 View commit details
    Browse the repository at this point in the history
  2. shim: Don't parse load options if invoked from removable media path

    We see various reports of boot failures because the generated
    boot entries contain garbage/tagging that we do not expect, and
    that we then parse as a second stage boot loader.
    julian-klode committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    7fc1a1d View commit details
    Browse the repository at this point in the history