Friday 18 September 2020

agFM v1.59 available with 'c' and 'e' grub2 menu hotkey disable feature

 agFM v1.59 has a few small bugfixes which a1ive has added into grub and grubfm.

This version also allows you to disable the grub2 menu hotkeys c and e to prevent the user from accidentally pressing the c or e key and dropping into the console or the menu edit screen.

Since it is often useful to have a 'secret' key which will enable the grub2 hotkeys again, the SAMPLE_startup_menu.txt file also contains a hiddenentry example which allows you to press the TAB key if you want to enable the grub2 hotkeys, but you must press TAB quickly as soon as the initial menu with timeout is displayed - TAB won't work once the agFM File Manager is loaded,

Here are the entries in the SAMPLE_startup_menu.txt file which you can now add into your startup_menu.txt file if you have one in ptn2:\boot\grubfm (uncomment the lines in red):

# disable the grub2 menu debug hotkeys c and e (agFM v1.59+)
# Tip: To enable using a special hotkey - see hiddenentry "[TAB] ENABLE GRUB2 HOTKEYS" example at bottom of this file
#export grub_disable_console=1
#export grub_disable_edit=1



#hiddenentry "[TAB] ENABLE GRUB2 HOTKEYS" --hotkey tab {
# unset grub_disable_console
# unset grub_disable_edit
#}

Download v1.59 from here

1 comment: