<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Mon, Aug 8, 2016 at 10:28 AM, shishir pahi <span dir="ltr"><<a href="mailto:shishir.pahi@gmail.com" target="_blank">shishir.pahi@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div class="gmail_quote"><div dir="ltr">Please find the wimbbot pause screen shoot<div>I am facing this issue only for BIOS device.</div><div><br></div><div><img src="cid:ii_15668f7f305cf3cc" alt="Inline image 1" width="473" height="263"><br></div><div><br></div><div>Regards,</div><div>Shishir</div></div><div><div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Aug 8, 2016 at 12:27 PM, shishir pahi <span dir="ltr"><<a href="mailto:shishir.pahi@gmail.com" target="_blank">shishir.pahi@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div>Hi,</div><div><br></div><div>I am trying PXE boot for WIM file but i am getting BAD CPIO error.</div><div>For reference please find the screen  shot below.<img src="cid:ii_15668ef7e0881c78" alt="Inline image 1" width="455" height="253"></div><div><br></div>I am using ADK 8.1 winpe.wim file and below is content of my  IPXE script.<div><br></div><div>Please let me know where i am doing wrong?</div><div><br></div><div><div>#!ipxe</div><div><br></div><div>kernel wimboot</div><div>initrd boot/pxeboot.n12 pxeboot.n12</div><div>initrd boot/bootmgr.exe bootmgr.exe</div><div>initrd boot/rombl.bcd BCD</div><div>initrd boot/boot.sdi boot.sdi</div><div>initrd sources/winpe.wim winpe.wim</div><div>boot</div></div><div><br></div><div><br></div><div><br></div></div></blockquote></div></div></div></div></div></div></blockquote><div><br></div><div>Hi,</div><div><br></div><div>Below is a updated script, and some information:</div><div><br></div><div style="font-size:12.8px"><div>#!ipxe</div><div><br></div><div>imgfree</div><div>kernel wimboot pause gui</div><div><span style="font-size:12.8px">initrd boot/rombl.bcd BCD</span><br></div><div>initrd boot/boot.sdi boot.sdi</div><div>initrd sources/winpe.wim winpe.wim</div><div>boot</div></div><div><br></div><div>pxeboot.n12 should not be used or existing.</div><div>bootmgr.exe is automatically extracted from supplied .wim</div><div><br></div><div>imgfree is added to make sure the "default" file is not added to the cpio that wimboot uses</div><div><br></div><div>Are you sure that your bcd refers to winpe.wim?</div><div>A known working and minimal BCD can be found at: <a href="https://github.com/NiKiZe/wimboot-bcd/blob/bcdgen/PXEBCD">https://github.com/NiKiZe/wimboot-bcd/blob/bcdgen/PXEBCD</a></div><div>but it uses the name boot.wim instead.</div><div><br></div><div>/Christian</div></div></div></div>