|
各位好!
我现在是这样的,需要再移动硬盘上面做一个系统工具盘,使用grub,已经可以引导pe了,将ylmf的光盘镜像放在移动硬盘的第一分区是可以使用的,但是放在第二分区就不行了!而且使用img文件,dos和ghost都可以使用,其他的就不能用了!下面是我附上的menu。lst的文件!谢谢各位,麻烦给看看,哪里有问题!
第一分区,2G,fat32;第二分区,468G,ntfs;
# 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
title DOS
find --set-root --ignore-floppies /boot/IMG/DOS.IMG
map --mem /boot/IMG/DOS.IMG (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title winpe (map-mem)
map --mem (hd0,0)/boot/iso/tonpe.iso (0xff)
map --hook
chainloader (0xff)
boot
title DELL XP SP3 SATA (map-mem)
map --mem (hd0,1)/iso/dell_xp_pro_sp3.iso (0xf)
map --hook
chainloader (0xf)
boot
title YLMF (map-mem)
map --mem (hd0,1)/boot/iso/ylmf.iso (0x7)
map --hook
chainloader (0x7)
boot
title GHOST11 (map-mem)
find --set-root --ignore-floppies /boot/IMG/ghost11.IMG
map --mem /boot/IMG/ghost11.IMG (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title windows recovery password key.img
find --set-root --ignore-floppies /boot/IMG/password key.img
map --mem /boot/IMG/password key.img (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title F11
find --set-root --ignore-floppies /boot/IMG/F11.ima
map --mem /boot/IMG/password F11.img (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title F32
find --set-root --ignore-floppies /boot/IMG/F32.IMG
map --mem /boot/IMG/F32.img (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title F32
find --set-root --ignore-floppies /boot/IMG/msdos71b.IMG
map --mem /boot/IMG/msdos71b.img (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title reboot
reboot
title halt
halt |
|