|
本帖最后由 2011fjsmgh 于 2017-10-14 19:43 编辑
按照论坛里的方法:D:\oscdimg.exe -m -o -u2 -udfver102 -bootdata:2#p0,e,bBoot.bif#pEF,e,bEfisys.bin -lWinPE D:\OK D:\WinPE.ISO 制作生成的 ISO 文件,UEFI可以正常启动,可BIOS启动时出错(附图),找不出原因。是不是BIOS的启动文件boot.bif有问题?如果是的话,麻烦谁方便提供下,非常感谢!
其中grldr内容如下:
pxe detect
configfile
default 0
timeout 1
title find /menu.lst, /boot/grub/menu.lst, /grub/menu.lst
errorcheck off
configfile /menu.lst || configfile /MENU.LST
configfile /boot/grub/menu.lst || configfile /BOOT/GRUB/MENU.LST
configfile /grub/menu.lst || configfile /GRUB/MENU.LST
find --set-root --ignore-floppies --ignore-cd /menu.lst && configfile /menu.lst
find --set-root --ignore-floppies --ignore-cd /boot/grub/menu.lst && configfile /boot/grub/menu.lst
find --set-root --ignore-floppies --ignore-cd /grub/menu.lst && configfile /grub/menu.lst
errorcheck on
commandline
title commandline
commandline
title reboot
reboot
title halt
halt
而menu.lst内容如下:
timeout 20
default 8
find --set-root /BOOT/GRUB/MESSAGE
gfxmenu /BOOT/GRUB/MESSAGE
title 1 - Microsoft Windows 10 PE_x64
chainloader /boot/bootx64
title 2 - Microsoft Windows 10 PE_x86
chainloader /boot/bootx86
title 3 - Microsoft Windows XP SP3 PE
find --set-root /sources/WINPESP3.ISO
map /sources/WINPESP3.ISO (0xff)
map --hook
chainloader (0xff)
title 4 - Microsoft Windows XP SP2 PE
find --set-root /sources/WINPESP2.ISO
map /sources/WINPESP2.ISO (0xff)
map --hook
chainloader (0xff)
title 5 - Windows 开机密码绕过
map --mem ()/IMGS/KONBOOT.IMG (fd0) || find --set-root /IMGS/KONBOOT.IMG (fd0) && map --mem ()/IMGS/KONBOOT.IMG (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title 6 - Windows 开机密码清除
map --mem ()/IMGS/PASSWORD.IMG (fd0) || find --set-root /IMGS/PASSWORD.IMG (fd0) && map --mem ()/IMGS/PASSWORD.IMG (fd0)
map --hook
chainloader (fd0)+1
rootnoverify (fd0)
title 7 - 加载 USB_ACC.0PE - 旧机用
/BOOT/GRUB/USB_ACC.0PE || find --set-root /BOOT/GRUB/USB_ACC.0PE && /BOOT/GRUB/USB_ACC.0PE
title 8 - 更多 DOS 工具菜单
configfile ()/BOOT/GRUB/ZENU.LST || find --set-root /BOOT/GRUB/ZENU.LST && configfile ()/BOOT/GRUB/ZENU.LST
title 重启计算机
reboot
title 关闭计算机
halt
|
-
1.jpg
(26.99 KB, 下载次数: 100)
错误
|