<div dir="ltr">I'm planning to jump into the UEFI bandwagon soon and I'm updating my wimboot setup from 1.0.3 to the latest version (currently 2.4.1). I tried to simply drop the new wimboot binary in place of the old one but all I got was a black screen. Adding the 'gui' parameter revealed a BSOD (SYSTEM_THREAD_EXCEPTION_NOT_HANDLED). I downgraded versions until it worked again and that was at version 2.1.0. So between 2.1.0 and 2.2.0 something broke.<br clear="all"><br><div>My setup is currently pxelinux.0 (for the menu system) => ipxe (http requests with variables) => wimboot => WinPE 5.0 (SCCM). Test platform is VMWare Workstation 10.0.5<br><br></div><div>The boot script:<br>#!ipxe<br>set wimboot-path <a href="http://some-server/wimboot">http://some-server/wimboot</a><br>kernel ${wimboot-path}/wimboot<br>initrd ${wimboot-path}/bootmgr50.exe      bootmgr.exe<br>initrd ${wimboot-path}/bcd                BCD<br>initrd ${wimboot-path}/boot.sdi           boot.sdi<br>initrd ${wimboot-path}/wgl4_boot.ttf      wgl4_boot.ttf<br>initrd ${wimboot-path}/segmono_boot.ttf   segmono_boot.ttf<br>initrd ${wimboot-path}/segoe_slboot.ttf   segoe_slboot.ttf<br>initrd ${wimboot-path}/SCCM-EP3-WinPE50-x64.wim    boot.wim<br>boot<br></div><div><br>-- <br><div class="gmail_signature">Alexandre Blanchette <<a href="mailto:blanalex@gmail.com">blanalex@gmail.com</a>></div>
</div></div>