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

OpenLinuxBoot: Fix booting with TuneD in Fedora 41 #565

Merged
merged 1 commit into from
Nov 18, 2024

Conversation

mikebeaton
Copy link
Contributor

@mikebeaton mikebeaton commented Nov 16, 2024

Resolves acidanthera/bugtracker#2440.


In GRUB2+blscfg mode:

  • Allow grub vars in initrd as well as in options
  • Allow multiple initrd files on one initrd line
  • Initialise empty $tuned_params and $tuned_initrd grub vars if no values present, on an optional flag enabled by default (since we want to make booting major distros easy)

In GRUB2+blscfg mode (seem to be allowed now, not required for fix):

  • Allow multiple initrd lines
  • Allow multiple options lines

Add variant of OcParseVars which can parse as value-only tokens.

In GRUB2+blscfg mode:
 - Allow grub vars in 'initrd' as well as in 'options'
 - Allow multiple initrd files on one 'initrd' line
 - Initialise empty $tuned_params and $tuned_initrd grub vars if no
   values present, on an optional flag enabled by default (since
   we want to make booting major distros easy)

In GRUB2+blscfg mode (seem to be allowed now, not required for fix):
 - Allow multiple 'initrd' lines
 - Allow multiple 'options' lines

Add variant of OcParseVars which can parse as value-only tokens.

Signed-off-by: Mike Beaton <[email protected]>
@mikebeaton mikebeaton merged commit 6bb481e into acidanthera:master Nov 18, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

OpenLinuxBoot fails to process loader\entries\*.conf of Fedora 41 due to GRUB variables
1 participant