default 4
timeout 20
splashimage /minipe/deepin.xpm.gz
find --set-root /minipe/muifont.gz
fontfile /minipe/muifont.gz
title
clear
title
clear
title
clear
title
clear
title
clear
title
clear
title Windows PE 维护系统 4.1
clear
title =======================
clear
title
clear
title
clear
title [01] 启动 Windows PE4.0
find --set-root /minipe/ntldr
chainloader /minipe/ntldr
title [02] 启动中文DOS工具箱
map --mem /minipe/DOSTOOL.IMG (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
map --floppies=1
boot
title [03] 启动本机操作系统
map (hd0) (hd1)
map (hd1) (hd0)
map --hook
rootnoverify (hd0,0)
makeactive
chainloader +1
title
clear
title [04] 重新启动计算机
reboot
title [05] 关闭计算机
halt
今天终于把菜单右边部分的高亮条去掉了。
比如下划线就是高亮:
原来的样子: [01] 启动 Windows PE4.0
现在的样子: [01] 启动 Windows PE4.0
就象这个样子,高亮条右边刚好到字那里,而左边伸出去老长一截,
没有找到方法可以去掉。
不知道能不能解决?