if [ "$disable_gfxterm" != true ]; then
insmod all_video
gfxmode=1024x768
if terminal_output --append gfxterm
then
terminal_output --remove console
fi
fi
set gfxmode=1024x768
my old grubx64.efi is good work.
but new compiled grubx64.efi with your grub-mkimage bat (with module(ntboot wimboot)), has display problem.
So , i think that i must add some mod in bat..
what problem?
grub.cfg显示中文菜单,加入下面内容,使用utf-8编码
terminal_output gfxterm
loadfont /boot/grub/fonts/unicode.pf2
set locale_dir=/boot/grub/locale
set lang=zh_CN
set gfxmode=auto,800x600,1024x768