This repository has been archived by the owner on Oct 28, 2023. It is now read-only.
Replies: 2 comments 4 replies
-
why use |
Beta Was this translation helpful? Give feedback.
3 replies
-
Can't grubfm always set default to 0 whenever it is invoked? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am having a problem with using submenu to run a grubfm command.
Here is a test case:
If I make a /boot/grubfm/config file with
config
configfile (hd0,2)/boot/grubfm/config.txt
which runs config.txt
config.txt
Then grubfm does not run on timeout but does run if I manually select the entry, but if I change the 'submenu' to 'menuentry' then it runs OK on timeout.
I don't seem to get this issue with other submenu items. It looks like grubfm is being selected on timeout and it is executed, but it just returns back to the menu.
Any ideas how to fix it so that it runs on timeout?
submenu_test.zip
Thanks
Beta Was this translation helpful? Give feedback.
All reactions