[ipxe-devel] Issues chainbooting iPXE to WDS 2012R2

Brian Rak brak at gameservers.com
Tue Apr 15 12:53:21 UTC 2014


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.




More information about the ipxe-devel mailing list