<div dir="ltr"><div>Nice to see the issue was found! (?)</div><div><br></div>I think that the proper thing here would be for wimlib to check for existing paths and use the same casing.<div>If we consider how dism does this it will have the path and when you add a file it will add it to the existing path and using existing casing. Then when the wim is commited the changed files is stored, using that existing path and casing.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Oct 28, 2016 at 10:04 AM, Floris Bos <span dir="ltr"><<a href="mailto:bos@je-eigen-domein.nl" target="_blank">bos@je-eigen-domein.nl</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 10/28/2016 08:35 AM, Andreas Hammarskjöld wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Where did you get the boot.wim from, which ADK?<br>
</blockquote>
<br></span>
I am not using the ADK, but just copy sources/boot.wim from the Windows installation ISO (SW_DVD9_NTRL_Win_Svr_Essentia<wbr>ls_2016_64Bit_English_-2_X21-<wbr>22603.ISO), and patch that with wimlib-imagex to have a custom startnet.cmd<br>
<br>
And I think I found the issue.<br>
It has to do with my patching.<br>
<br>
I use a wimlib-imagex script that looks like:<br>
<br>
==<br>
delete --force /setup.exe<br>
delete --force /Windows/System32/startnet.cmd<br>
add /tmp/startnet.cmd /Windows/System32/startnet.cmd<br>
==<br>
<br>
However in the final 2016 release, the existing folder is no longer called /Windows/System32 but /windows/system32<br>
And ipxe doesn't seem to handle the case when there is both a /Windows and /windows added to the .wim<br>
Not sure whether or not it should.<div class="HOEnZb"><div class="h5"><br>
<br>
<br>
Yours sincerely,<br>
<br>
Floris Bos<br>
<br>
______________________________<wbr>_________________<br>
ipxe-devel mailing list<br>
<a href="mailto:ipxe-devel@lists.ipxe.org" target="_blank">ipxe-devel@lists.ipxe.org</a><br>
<a href="https://lists.ipxe.org/mailman/listinfo.cgi/ipxe-devel" rel="noreferrer" target="_blank">https://lists.ipxe.org/mailman<wbr>/listinfo.cgi/ipxe-devel</a><br>
</div></div></blockquote></div><br></div>