Package: <grub-debian>
Version: <2.02+dfsg1-5>
Forwarded: cjwat...@debian.org

This issue does not happen to all computers, which mainly exists on
computer whose system is installed via legacy boot method.

I found that the issue no longer appears if I do not use terminal_output
gfxterm.

For the moment, my solution is executing step 3 and terminal_output console
before booting Windows.

insmod part_gpt
insmod part_msdos
insmod png
insmod all_video
insmod gfxterm

loadfont $prefix/font.pf2

set timeout=3
set default=1
set gfxmode=auto
set gfxpayload=1024x768
terminal_output gfxterm
set theme=/EassosRestoreBoot/Grub2Style/style.txt

menuentry 'EassosRestore' --hotkey=f3 {
if cpuid -l; then
linux /EassosRestoreBoot/bzImage loglevel=3
else
linux /EassosRestoreBoot/bzImage_x86 loglevel=3
fi
initrd /EassosRestoreBoot/initramfs
}

menuentry 'System' --hotkey=enter {
sleep 3
terminal_output console
search --fs-uuid --no-floppy --set=%s
chainloader %s
}

-- 
*Hao Binnan*
*Isoo (Qinhuangdao) software development Co., Ltd. (China)*
http://www.eassos.com

PGP Public Key: 4096R/9EF21740 / 9678 1E8C B21E 1E60 3997  811D F83B B359
9EF2 1740
haobinnan <haobin...@gmail.com>

Reply via email to