<div dir="ltr"><div>Hi</div>git bisect as Shao mentioned, is the best wayt to find out what actually caused this change.<div><br></div><div>Everything seems right and things should be working, the only thing that could be changed is remove the initrd bootmgr.exe line (since it is extracted from boot.wim by wimboot)<br></div><div><br></div><div>When you start testing efi remember to add -n filename in the begining of the line to set the uefi filename. as well (is needed on your boot.wim line)</div><div><br></div><div>/ Christian Nilsson</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Feb 8, 2015 at 5:05 PM, Alexandre Blanchette <span dir="ltr"><<a href="mailto:blanalex@gmail.com" target="_blank">blanalex@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><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" target="_blank">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<span class="HOEnZb"><font color="#888888"><br></font></span></div><span class="HOEnZb"><font color="#888888"><div><br>-- <br><div>Alexandre Blanchette <<a href="mailto:blanalex@gmail.com" target="_blank">blanalex@gmail.com</a>></div>
</div></font></span></div>
<br>_______________________________________________<br>
ipxe-devel mailing list<br>
<a href="mailto:ipxe-devel@lists.ipxe.org">ipxe-devel@lists.ipxe.org</a><br>
<a href="https://lists.ipxe.org/mailman/listinfo.cgi/ipxe-devel" target="_blank">https://lists.ipxe.org/mailman/listinfo.cgi/ipxe-devel</a><br>
<br></blockquote></div><br></div>