|
|
# 默认延迟时间(秒)
timeout 30
# 第一项为默认值
default 0
# 设置中文支持的字体文件
fontfile (fd0)/grub/fonts.gz
# 设置图形背景文件
splashimage (fd0)/grub/winxp.xpm.gz
title 2:jinhaishuo2007
map --mem (hd0,0)/grub/rst442.img (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
boot
title 2:jinhaishuo2007
find --set-root /myudisk.txt
map --mem (hd0,0)/grub/rst442.img (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
boot
title 2:jinhaishuo2007
kernel /grub/MEMDISK.GZ
map --mem (hd0,0)/grub/rst442.img (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
boot
title 3:Ram Stress Test
kernel /grub/MEMDISK.GZ
find --set-root /myudisk.txt
map --mem (hd0)/grub/rst442.img (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
boot
都不可以呀 汗汗
不会显示中文 不会显示背景!!!!!!
各位帮我看看那里错了这两项不会启动!!!!!!!!!!!!!
[ 本帖最后由 xya168 于 2007-12-26 02:12 AM 编辑 ] |
|