我用U盘做成可启动并用GRUB4DOS引导U盘里的一些IMG工具,可我加引导第一硬盘第一分区系统时为什么就不行了?
MENU.LST文件代码如下:
# This is a sample menu.lst file. You should make some changes to it.
# The old install method of booting via the stage-files has been removed.
# Please install GRLDR boot strap code to MBR with the bootlace.com
# utility under DOS/Win9x or Linux.
# color blue/green yellow/red white/magenta white/magenta
timeout 30
default /default
find --set-root /myudisk.txt
splashimage /boot/bj.xpm.gz
foreground ffffff
background e60012
fontfile /boot/fonts.gz
title (1) veket linux
find --set-root /myudisk.txt
kernel /veket/vmlinuz
initrd /veket/initrd.gz
title (2) windwos98se boot
find --set-root /myudisk.txt
map --mem /boot/win98se.img (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title (3) Dos
find --set-root /myudisk.txt
map --mem /boot/dos.img (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title (4) Ghost V8.3
find --set-root /myudisk.txt
map --mem /boot/ghost8.3.img (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title (5) Ghost V11.01
find --set-root /myudisk.txt
map --mem /boot/ghost11.01.img (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title (6) 启动第一操作系统
rootnoverify (hd0,0)
makeactive
chainloader +1
title (7) 重新启动计算机
reboot
title (8) 关闭计算机
halt
高手们帮我分析一下:
title (6) 启动第一操作系统
rootnoverify (hd0,0)
makeactive
chainloader +1
这部分怎么不行,我应该怎么写???
[ Last edited by wpah on 2009-10-15 at 14:02 ]
MENU.LST文件代码如下:
# This is a sample menu.lst file. You should make some changes to it.
# The old install method of booting via the stage-files has been removed.
# Please install GRLDR boot strap code to MBR with the bootlace.com
# utility under DOS/Win9x or Linux.
# color blue/green yellow/red white/magenta white/magenta
timeout 30
default /default
find --set-root /myudisk.txt
splashimage /boot/bj.xpm.gz
foreground ffffff
background e60012
fontfile /boot/fonts.gz
title (1) veket linux
find --set-root /myudisk.txt
kernel /veket/vmlinuz
initrd /veket/initrd.gz
title (2) windwos98se boot
find --set-root /myudisk.txt
map --mem /boot/win98se.img (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title (3) Dos
find --set-root /myudisk.txt
map --mem /boot/dos.img (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title (4) Ghost V8.3
find --set-root /myudisk.txt
map --mem /boot/ghost8.3.img (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title (5) Ghost V11.01
find --set-root /myudisk.txt
map --mem /boot/ghost11.01.img (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title (6) 启动第一操作系统
rootnoverify (hd0,0)
makeactive
chainloader +1
title (7) 重新启动计算机
reboot
title (8) 关闭计算机
halt
高手们帮我分析一下:
title (6) 启动第一操作系统
rootnoverify (hd0,0)
makeactive
chainloader +1
这部分怎么不行,我应该怎么写???
[ Last edited by wpah on 2009-10-15 at 14:02 ]
