|
find --set-root --ignore-floppies --ignore-cd /win8mgr
chainloader /win8mgr
title win864
RUN /win8mgr
title DOS 启动盘
find --set-root --ignore-floppies --ignore-cd /bootmgr
configfile /bootmgr
boot
title configfile加载
configfile (md)4+8
title chainloader加载
find --set-root /grldr
chainloader /grldr
boot
title 使用map启动本地硬盘上镜像文件
map (hd0,0)/ILMT/IMGS/MAXDOS93.IMG(fd0)
map –hook
chainloader (fd0)+1
rootnoverify (fd0)
我在这里有个RUN命令,
title 【05】 运行最新版DiskGenius分区工具
RUN --mem /ILMT/IMGS/LMTDOS.IMG
title 【06】 运行MaxDos工具箱增强版菜单
errorcheck off
configfile /ILMT/GRUB/MENU06.LST
然后也发现有个RUN文件,D:\run.png
他们是什么关系??
在有些grub界面输入run会提示没有这个命令,可是在其他的grub界面输入就会有这个命令、、这是怎么回事 |
|