无忧启动论坛

标题: grub 移动硬盘 [打印本页]

作者: 2010bjawlx    时间: 2010-12-24 13:12
标题: grub 移动硬盘
各位好!

我现在是这样的,需要再移动硬盘上面做一个系统工具盘,使用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
作者: zhs509    时间: 2010-12-24 13:32
find --set-root --ignore-floppies  /boot/iso/tonpe.iso
map --mem  /boot/iso/tonpe.iso (0xff)
map --hook
chainloader (0xff)
boot

其他依此类推。。。

[ 本帖最后由 zhs509 于 2010-12-24 13:33 编辑 ]
作者: 2010bjawlx    时间: 2010-12-25 15:21
标题: 回复 #2 zhs509 的帖子
我现在已经可以安装xp的各个版本的iso文件了!但是又没有办法让速度快一点,才8M每秒!倒是读到内存里面安装时很快了!但是预读太慢了!各位有没有好办法!谢谢!




欢迎光临 无忧启动论坛 (http://bbs.c3.wuyou.net/) Powered by Discuz! X3.3