meoit 发表于 2020-5-14 06:46:03

Create a hiden menu in GRUB2

Hi guys,

I do not know creating a hiden menu in GRUB2.

Normally, we are use command "menuentry ABC {}", it is OK. But it is always show this menu

I want to hide the ABC menu, only call this menu via a key (F2 or F3,...)

@wintoflash, @jebbs, @all

Thanks

hilsonma 发表于 2020-5-14 07:52:06

hiddenentry "" --hotkey f1 { command;... }
hiddenentry "" --hotkey f2 { command;... }
...

meoit 发表于 2020-5-14 15:25:43

Not working. I am using source GRUB2-windows.zip from GNU GRUB.

meoit 发表于 2020-5-14 15:26:11

hilsonma 发表于 2020-5-14 07:52
hiddenentry "" --hotkey f1 { command;... }
hiddenentry "" --hotkey f2 { command;... }
...

Not working. I am using source GRUB2-windows.zip from GNU GRUB.

hilsonma 发表于 2020-5-14 15:45:51

本帖最后由 hilsonma 于 2020-5-14 15:47 编辑

meoit 发表于 2020-5-14 15:26
Not working. I am using source GRUB2-windows.zip from GNU GRUB.
This should be enhanced by wintoflash.
Please use wintoflash release.

https://a1ive.github.io/
页: [1]
查看完整版本: Create a hiden menu in GRUB2