| 
 | 
 
我最近做了个引导U盘里面包括winpe,linux和矮人DOS工具箱还有深山红叶工具箱,菜单内容是这样的: 
splashimage (hd0,0)/boot/grub/bj2008.xpm.gz 
fontfile (hd0,0)/boot/grub/fonts 
timeout 30 
default DSL-ZXM 
title Dos 
quit 
title DSL-ZXM 
kernel /Kernel/linux24 ramdisk_size=131072 init=/etc/init lang=us apm=power-off initrd=minirt24.gz nomce noapic quiet BOOT_IMAGE=KNOPPIX frugal 
initrd /Kernel/minirt24.gz 
#title Linux 
#kernel (hd0,0)/bzImage 
title Windows XP 
chainloader /minipe/ldrxpe 
title 启动矮人dos工具箱V5.0 
kernel (hd0,0)/boot/grub/memdisk.gz c=160 h=2 s=36 floppy 
initrd (hd0,0)/boot/grub/ar5.zip c=160 h=2 s=36 floppy 
 
title 启动深山红叶工具箱 
kernel (hd0,0)/boot/grub/memdisk.gz c=80 h=2 s=36 floppy 
initrd (hd0,0)/boot/grub/dosboot.ima c=80 h=2 s=36 floppy 
 
title 启动maxdos工具箱V5.7S 
kernel (hd0,0)/boot/grub/memdisk.gz c=274 h=2 s=18 floppy 
initrd (hd0,0)/boot/grub/System.zip c=274 h=2 s=18 floppy 
 
title 返回WINDOWS启动菜单 
rootnoverify (hd0,0) 
makeactive 
chainloader  +1 
 
title 从本地硬盘启动操作系统 
map (hd0)(hd1) 
map (hd1)(hd0) 
root (hd1,0) 
chainloader (hd1,0)+1 
boot 
 
title 重新启动计算机 
reboot 
 
title 关闭计算机 
halt 
 
现在有个这样的问题:我启动矮人DOS工具箱、深山红叶工具箱和maxdos工具箱V5.7S都会报错(最后一行是这样说的):loading boot sector ... booting... 
然后就没动静了,不知是什么原因。请高人指教,谢谢!! 
 
PS:我用的是grub4dos 0.4.4;所有文件都有 |   
 
 
 
 |