|
wimboot是iPXE网络引导wim映像所需要的文件
wimboot.i386可以引导32位的EFI系统
2.7.5版本更新说明:
1.Support images compressed using the XPRESS compression scheme.
2.Fix building with GCC 12
3.Fix use of index=N when no injected files are present.
iPXE引导例子:
:win10x64
kernel http://${next-server}/tinypxe/wimboot
initrd http://${next-server}/tinypxe/boot/bootmgr.exe bootmgr.exe
initrd http://${next-server}/tinypxe/boot/BCD BCD
initrd http://${next-server}/tinypxe/boot/boot.sdi boot.sdi
initrd http://${next-server}/tinypxe/boot/Win10x64.wim Win10x64.wim
boot || goto failed
|
|