|
|
本帖最后由 dsfgamesky 于 2019-11-24 20:44 编辑
GRUB2 安装 mod 再安装主题显示的菜单后面会有一个控制台,而且 timeout 也无法启用
这样子怎么办?
菜单:
insmod cat cat --dos --set=modlist $prefix/insmod.lst for module in ${modlist} ; do insmod ${module} done set gfxmode=auto set theme=${prefix}/themes/default/theme.txt set gfxterm_font=Unifont\ Regular\ 16 terminal_output gfxterm loadfont ${prefix}/fonts/unifont-regular-16.pf2
menuentry "menu 1" --unrestricted { echo 1 }
menuentry "menu 2" --unrestricted { echo 2 }
insmod.lst:
- efi_gop
- efi_uga
- font
- png
- jpeg
- gfxterm
- terminal
- regexp
- efiload
- chain
- boot
- search
- wimboot
- progress
- linux
- lua
- read
- echo
- commandline
- shell
- efifwsetup
- reboot
- halt
复制代码
|
|