-
Notifications
You must be signed in to change notification settings - Fork 34
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
grub_menuentry is broken in EL8 and Fedora 30+ #49
Comments
Perhaps parsing |
@jcpunk I'm actually working on that now. Luckily, the new rewrite of Unfortunately, it's kind of a hot mess under the hood and we're going to have to support both BLS and old entries to make this thing make any kind of sense. Also, updating the root disk seems to update it for all BLS entries (it just keeps getting more fun). |
* Adds BLS support which should fix issues on EL8 and Fedora 30 * Fixed the issue with duplicating kernel options while debugging * Updates both non-EFI and EFI paths Closes voxpupuli#49 Closes voxpupuli#38 Closes voxpupuli#37
@jcpunk PR is up if you want to take a look |
Excellent :) |
* Add BLS support to grub_menuentry * Adds BLS support which should fix issues on EL8 and Fedora 30 * Fixed the issue with duplicating kernel options while debugging * Updates both non-EFI and EFI paths Closes #49 Closes #38 Closes #37 * Work around provider boolean issue Also fixed a couple of minor issues with pre-populating provider data.
EL8 and Fedora 30+ now use the
blscfg
module to load OS configurations from/boot/loader/entries
. This means that we're going to have to fall back togrubby
for systems that include this module in their/etc/grub2.cfg
configuration until some method can be found to process this information without requiringgrubby
.The text was updated successfully, but these errors were encountered: