<div style="line-height:1.7;color:#000000;font-size:14px;font-family:Arial"><div style="line-height:1.7;color:#000000;font-size:14px;font-family:Arial"><div style="line-height:1.7;color:#000000;font-size:14px;font-family:Arial"><div style="line-height:1.7;color:#000000;font-size:14px;font-family:Arial"><div style="line-height: 1.7;"><div style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px;">Hello, all:</div><div style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px;">    I want to boot windows pe from bios to ipxe and then using ipxe to load wimboot kernel to boot winpe. Now the bios can download ipxe.lkrn and boot.ipxe and load ipxe.lkrn and boot.ipxe OK, then download wimboot, BCD, boot.sdi, winpe.wim OK. But it seems that the wimboot is not loaded as kernel, it hang on after all files download.</div><div style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px;">    I am using the latest ipxe.lkrn from the offical website and the latest wimboot-2.5.2-signed. The winpe resources is put on web server where httpd is running, not tftp server together with dhcp server. </div><div style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px;"><br></div><div style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px;">    The content of pxe config is as following:</div><div><div>DEFAULT menu    </div><div>LABEL menu         </div><div>     KERNEL ipxe.lkrn</div><div>     APPEND initrd=<a href="http://192.172.30.252/win7x64sp1/boot.ipxe" _src="http://192.172.30.252/win7x64sp1/boot.ipxe">http://192.172.30.252/win7x64sp1/boot.ipxe</a> </div></div><div><br></div><div style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px;">    The content of boot.ipxe is as following:</div><div style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px;">    #!ipxe</div><div style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px;">  dhcp</div><div style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px;">  route</div><div style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px;">  cpuid --ext 29 && set arch amd64</div><div style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px;">  kernel http://192.172.30.252/wimboot</div><div style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px;">  initrd http://192.172.30.252/win7x64sp1/amd64/ISO/boot/bcd            BCD</div><div style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px;">  initrd http://192.172.30.252/win7x64sp1/amd64/ISO/boot/boot.sdi       boot.sdi</div><div style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px;">  initrd -n boot.wim http://192.172.30.252/win7x64sp1/amd64/winpe.wim   boot.wim</div><div style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px;">  imgstat</div><div style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px;">  prompt</div><div style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px;">  boot</div><div style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px;"><br></div><div style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px;">    And the log msgs for network boot is as following:</div><div style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px;"><img src="cid:2f0a2362$1$15822efb7a6$Coremail$vanloswang$126.com" orgwidth="684" orgheight="499" data-image="1" style="width: 684px; height: 499px;"></div><div style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px;"><br></div><div style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px;">After I chang http to tftp, it does not work too. The infos is as following:</div><div style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px;"><br></div><div style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px;"><div># cat boot.ipxe    </div><div>#!ipxe</div><div>  dhcp</div><div>  route</div><div>  cpuid --ext 29 && set arch amd64</div><div>  kernel wimboot</div><div>  initrd boot/winpe/amd64/ISO/boot/bcd          BCD</div><div>  initrd boot/winpe/amd64/ISO/boot/boot.sdi     boot.sdi</div><div>  initrd -n boot.wim boot/winpe/amd64/winpe.wim   boot.wim</div><div>  imgstat</div><div>  prompt</div><div>  boot</div><div><br></div><div><img src="cid:5408fac6$2$15822efb7a6$Coremail$vanloswang$126.com" orgwidth="688" orgheight="487" data-image="1" style="width: 688px; height: 487px;"></div><div>it hang on here too.</div></div><div style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px;"><br></div><div style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px;"><br></div><div style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px;">    Could you give me some suggestions howto fix it? Thanks.</div></div><br><br><span title="neteasefooter"><p> </p></span></div><br><br><span title="neteasefooter"><p> </p></span></div><br><br><span title="neteasefooter"><p> </p></span></div><br><br><span title="neteasefooter"><p> </p></span></div><br><br><span title="neteasefooter"><p> </p></span>