On Mon, Aug 8, 2016 at 10:28 AM, shishir pahi <shishir.p...@gmail.com>
wrote:

> Please find the wimbbot pause screen shoot
> I am facing this issue only for BIOS device.
>
> [image: Inline image 1]
>
> Regards,
> Shishir
>
> On Mon, Aug 8, 2016 at 12:27 PM, shishir pahi <shishir.p...@gmail.com>
> wrote:
>
>> Hi,
>>
>> I am trying PXE boot for WIM file but i am getting BAD CPIO error.
>> For reference please find the screen  shot below.[image: Inline image 1]
>>
>> I am using ADK 8.1 winpe.wim file and below is content of my  IPXE script.
>>
>> Please let me know where i am doing wrong?
>>
>> #!ipxe
>>
>> kernel wimboot
>> initrd boot/pxeboot.n12 pxeboot.n12
>> initrd boot/bootmgr.exe bootmgr.exe
>> initrd boot/rombl.bcd BCD
>> initrd boot/boot.sdi boot.sdi
>> initrd sources/winpe.wim winpe.wim
>> boot
>>
>>
>>
>>
Hi,

Below is a updated script, and some information:

#!ipxe

imgfree
kernel wimboot pause gui
initrd boot/rombl.bcd BCD
initrd boot/boot.sdi boot.sdi
initrd sources/winpe.wim winpe.wim
boot

pxeboot.n12 should not be used or existing.
bootmgr.exe is automatically extracted from supplied .wim

imgfree is added to make sure the "default" file is not added to the cpio
that wimboot uses

Are you sure that your bcd refers to winpe.wim?
A known working and minimal BCD can be found at:
https://github.com/NiKiZe/wimboot-bcd/blob/bcdgen/PXEBCD
but it uses the name boot.wim instead.

/Christian
_______________________________________________
ipxe-devel mailing list
ipxe-devel@lists.ipxe.org
https://lists.ipxe.org/mailman/listinfo.cgi/ipxe-devel

Reply via email to