|
|
小弟最近在做一个可启动U盘,遇到一些问题,希望各位大大能帮帮我,以下为小弟的menu.lst
timeout 5
default 0
gfxmenu /message
configfile /menu.lst
title [1]启动WIN7
find --set-root /bootmgr
chainloader /bootmgr
title [2]启动MAXDOS
find --set-root /maxdos.img
map --mem /maxdos.img (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title [3]重启
reboot
title [4]关机
halt
title [6]启动WINPE
map --mem /winpe.iso (hd32)
map --hook
chainloader (hd32)
boot
title [7]安装WINDOWS XP
map --mem /winxp.iso (hd32)
map --hook
chainloader (hd32)
boot
title [8]安装WIN 7
map --mem /x64fre.iso (hd32)
map --hook
chainloader (hd32)
boot
问题1 在映射MAXDOS.img时,为什么将fd0改为fd1或其它的就不能启动了?
问题2 在title 7和title 8中的方法在启动安装盘为什么不行呢?光盘均为原版光盘,刻盘可以启动的那种
问题3 在启动WINPE的时候为什么find --set-root /setupldr.bin无法进入PE系统?
望各位大大予以解答,谢谢 |
|