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
I'm developing on Fedora 39.
I'm trying to fully isolate the boot entries from the rest of the grub.cfg content.
Nowadays in Fedora the BLSCFG is used by default, so the boot entries are already located in the /boot/loader/entries.
I'd like to add a custom entry, which only purpose would be to run the GRUB 'fwsetup' command.
While the fwsetup command executes flawlessly from hand-modified boot entry at the boot time,
(during the boot entry selection, select one, e for edit, replace all with fwsetup, ctrl+x to execute)
I haven't found any way to propagate this fwsetup command to the boot entry from the BLSCFG file.
In all cases, the entry is not showed at all in the boot selection.
When I modify existing valid entries, the line with fwsetup is always ignored.
What is the correct way to propagate such commands to GRUB from BLSCFG files?
The text was updated successfully, but these errors were encountered:
Hello,
I'm developing on Fedora 39.
I'm trying to fully isolate the boot entries from the rest of the
grub.cfg
content.Nowadays in Fedora the BLSCFG is used by default, so the boot entries are already located in the
/boot/loader/entries
.I'd like to add a custom entry, which only purpose would be to run the GRUB 'fwsetup' command.
While the
fwsetup
command executes flawlessly from hand-modified boot entry at the boot time,(during the boot entry selection, select one,
e
for edit, replace all withfwsetup
,ctrl+x
to execute)I haven't found any way to propagate this
fwsetup
command to the boot entry from the BLSCFG file.In all cases, the entry is not showed at all in the boot selection.
When I modify existing valid entries, the line with
fwsetup
is always ignored.What is the correct way to propagate such commands to GRUB from BLSCFG files?
The text was updated successfully, but these errors were encountered: