On 4/15/2014 3:30 AM, Hummel Frank wrote:
:wimboot
   cpuid --ext 29 && set arch amd64 || set arch x86
   kernel wimboot
   initrd winpe/${arch}/ISO/bootmgr                             bootmgr
   initrd winpe/${arch}/ISO/boot/bcd                            bcd             
← take care! Case sensitive!
   initrd winpe/${arch}/ISO/boot/boot.sdi                       boot.sdi
   initrd winpe/${arch}/ISO/boot/segmono_boot.ttf       segmono_boot.ttf
   initrd winpe/${arch}/ISO/boot/segoe_slboot.ttf               segoe_slboot.ttf
   initrd winpe/${arch}/ISO/boot/segoen_slboot.ttf      segoen_slboot.ttf
   initrd winpe/${arch}/ISO/boot/wgl4_boot.ttf          wgl4_boot.ttf
   initrd winpe/${arch}/winpe.wim                               winpe.wim       
← Names must match and must match the entry in your bcd!
   Imgstat                                                              ← 
enables you to see if all files have been loaded
   prompt                                                               ← stops 
until you continue after reading imgstat output
   boot || goto failed
   goto start
The names do *not* need to match. The first is the path used by iPXE to download the file. The second is the filename that's passed to wimboot. There is no requirement that these be the same.

_______________________________________________
ipxe-devel mailing list
[email protected]
https://lists.ipxe.org/mailman/listinfo.cgi/ipxe-devel

Reply via email to