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 white/blue yellow/cyan
timeout 5
default 0
spashimage (hd0,0)/boot/grub/luzhu.xpm
fontfile (hd0,0)/boot/grub/fonts
title 启动 Windows 7
find --set-root /bootmgr
chainloader /bootmgr
title 启动 Windows XP
find --set-root /ntldr
chainloader /ntldr
title 重启计算机
reboot
title 关闭计算机
halt作者: 2010boot.boot 时间: 2010-12-19 13:53
xpm制做对不对作者: cptank 时间: 2010-12-19 14:45
我还不会制作,是这里下载的。作者: 3370123 时间: 2010-12-19 18:32
什么启动?
(hd0,0)用的对?作者: cptank 时间: 2010-12-20 18:55
回楼上,GRUB4DOS启动,作者: jj27 时间: 2010-12-21 09:25
把 (hd0,0)去掉试试作者: 2010MLJM 时间: 2010-12-30 09:33
去掉(hd0,0)
加上一句 find --set-root /boot/grub/luzhu.xpm
看看能不能解决问题