无忧启动论坛

标题: 求问grub4dos的菜单如何运用到grub2上 在线等。。 [打印本页]

作者: 110654    时间: 2016-4-1 10:33
标题: 求问grub4dos的菜单如何运用到grub2上 在线等。。
title  WinPE V1.0
if exist ()/BOOT/GRUB/F6IMG || find --set-root /BOOT/GRUB/F6IMG
command /BOOT/GRUB/F6IMG
chainloader /ldrxpe



最近发现一个问题,为何大神做的PE 进去可以发现硬盘,而我进PE看不到硬盘的根本原因就是这个
F6IMG

该如何运用这个东西??
从晨风PE里面提取的
其中还有SRS文件夹

比如我的PE菜单

menuentry "启动 WindowsXP PE 外置程序"{
echo "正在加载 WindowsXP PE,请等待...."
insmod part_msdos
insmod fat
ntldr /boot/p/SETUPLDR.BIN
}

menuentry "启动 Windows7 PE" {
echo "正在加载 Windows7 PE,请等待...."
search --file /BOOT/7PE_MGR --set=root
ntldr /BOOT/7PE_MGR
}

我该如何运用F6IMG以及srs
作者: wengzhenquan    时间: 2020-9-29 11:22
  1. title 启动 WindowsXP PE 外置程序
  2. find --set-root /boot/p/SETUPLDR.BIN
  3. chainloader /boot/p/SETUPLDR.BIN
复制代码


试试
另外一个如果是调用mgr的话应该是这样:
  1. title 启动 Windows7 PE   
  2. find --set-root /BOOT/7PE_MGR
  3. chainloader /BOOT/7PE_MGR
复制代码





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