|
grub菜单,进入二级菜单后,随便选择一项内容,则屏幕右侧上方就出现一个相应绿色数字,返回首菜单选择项目后也在同地方出现相应数字,多次试验好像第二次加载菜单后就会出现这个问题。不知这个显示的相应数字能否去掉,如何修改菜单?如下图中红线圈住的地方。
相关菜单主要部分如下:
command --set-path=(ud)/BOOT/GRUB/
timeout 300
default 8
graphicsmode -1 800 600 24:32
splashimage /BOOT/GRUB/back.lzma
font /BOOT/GRUB/UNIFONT.HEX
color normal=0x0F highlight=0x0E helptext=0x0A heading=0x02 standard=0x02 border=0x0D
call Fn.0 0x40000 "!BAT\necho -P:0000 $[0000]\t\t\t\t\t\t\t\t\t\0" && initscript (md)0x200+1
MENUSETTING 2 13 0 16 15 6 70 29
write 0x8274
title 1. 运行 DISKGEN磁盘精灵 \n
echo $[1106] Loading Image, Please Wait ...
map --mem (ud)/BOOT/imgs/DGDOS.IMG (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title 2. 启动 Max-DOS全能工具 \n
echo $[1106] Loading Image, Please Wait ...
map --mem (ud)/BOOT/imgs/DOS.IMA (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
……
|
|