You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In packages/bluebanquise-ipxe/grub2-efi-autofind.cfg, all the "first pass" really does is to load the "regexp" Grub module. Loading the "regexp" Grub module has the side effect of enabling the "wildcard expander" in Grub.
Tested on Ubuntu Focal 20.04 and RHEL 9.2 (even if the OS does not really matter), replacing the for loop of the "1st pass" with insmod regexp does the trick!
Many MANY thanks! 😊
You have no idea how this helps me, because this small "mistery" was really anoying me. Using something without understanding why it works is a pain.
Hi!
In
packages/bluebanquise-ipxe/grub2-efi-autofind.cfg
, all the "first pass" really does is to load the "regexp" Grub module. Loading the "regexp" Grub module has the side effect of enabling the "wildcard expander" in Grub.Tested on Ubuntu Focal 20.04 and RHEL 9.2 (even if the OS does not really matter), replacing the
for
loop of the "1st pass" withinsmod regexp
does the trick!Thanks for your great work!
Sebastien.
Ref: https://stackoverflow.com/questions/67506022/create-a-grub-script-that-auto-detect-efi-systems-and-boot-first-one
The text was updated successfully, but these errors were encountered: