<div dir="ltr">You have a better chance of getting answers by sending to the mailing list.<div><br></div><div><div class="gmail_extra"><div class="gmail_quote">On Wed, Aug 10, 2016 at 1:44 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:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Hi Nilsson,</div><div><br></div>Thanks a Lot. I tried and it is working fine for me.</div></blockquote><div><br></div><div>Great! Which part was it that caused your issue? (great for others to know if they find this when searching)</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><br></div><div>I have one more question regarding iPXE.</div><div><br></div><div>Is there any command or some thing else in iPXE through which i can read or write some configuration file(sample.cfg) into disk when iPXE is running.?</div><div><br></div><div>I have one sample.cfg file in TFTP server and want to download it while iPXE is running and store some where in file system. Then read sample.cfg file and do some action based on cfg value.</div><div><br></div><div>Please provide me some solution for this problem. I am stuck with this issue.</div></div></blockquote><div><br></div><div>So you want to store a file downloaded with ipxe to local fs? iPXE have no support for disks (almost) and no support for any kind of filesystem, the only exception being saving ipxe logs to a raw log partition, and support for loading files from the local fs if it is supported by the efi firmware (in efi mode) Saving files is not supported.</div><div><br></div><div>If you want to fetch files in OS most simply load up the nic mac and download the files thru that unique identifier.</div><div>For linux kernels (in legacy mode) it is however possible to load a file from server and let ipxe add it into the kernel as a cpio archive, it becomes part of the initrd.</div><div><br></div><div>Maybe you can provide some more context of what you want to achive, (and in what OS)</div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>....</div><div><br></div></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><span><div><br></div></span><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><span><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></span></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" target="_blank">https://github.com/NiKiZe/<wbr>wimboot-bcd/blob/bcdgen/PXEBCD</a></div><div>but it uses the name boot.wim instead.</div><span><font color="#888888"><div><br></div><div>/Christian</div></font></span></div></div></div>
</blockquote></div><br></div>
</div></div></blockquote></div><br></div></div></div>