|
timeout 5
default 0
find --set-root /huiqin.txt
fontfile /boot/fonts
splashimage /boot/back.xpm
title (01)启动硬盘操作系统windows xp
find --set--root (hd0,0)
chainloader /ntldr
title (02)启动GHOST(8.2/8.3/11.02)版本集合包
find --set-root /huiqin.txt
map --mem /boot/ghost.img (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title (03) 启动MSDOS710
find --set--root /huiqin.txt
map --mem /boot/msdos710.img (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title (04) 启动DOS
find --set--root /huiqin.txt
map --mem /boot/dos.img (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title (05)启动PE
fing --set--root /huiqin.txt
chainloader /peldr
大师帮忙看一下,第一.二项启动成功,但后面的全启动不了,进不去,但有个怪事,就是在grub里编辑将第二项的"ghost.img"改为第三项的"msdos710.img",或者第四项的"dos.img"又可以启动,为什么???
[ 本帖最后由 梦断上海滩 于 2008-9-20 09:19 编辑 ] |
|