<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Arial,Helvetica,sans-serif;" dir="ltr">
<p>Hi all,</p>
<p><br>
</p>
<p>Thanks a lot Frank and Christian for your great suggestions over how to build 808610d3.efi with proper arguments and handle infinite dhcp requests.</p>
<p><br>
</p>
<p>Will you please tell me how to make a script file for ipxe that can provide initrd and kernel image.</p>
<p><br>
</p>
<p>i have tried the following:</p>
<p><br>
</p>
<p>install.ipxe</p>
<p></p>
<pre class="code" style="padding: 0.5em; margin-top: 0px; margin-bottom: 1em; font-size: 12.48px; border: 1px dashed rgb(221, 221, 221); overflow: auto; background-color: rgb(247, 249, 250);">#!ipxe
  initrd initrd.ext2.gz
  chain Image <some arguments i need to pass>
  boot</pre>
 With the above file, i am able to get the kernel up on the uefi shell but it can not get initrd which has been downloaded by above script.
<p></p>
<p>Actually i need some examples on how to pass various arguments and how can "Image" use the initrd.ext2.gz  </p>
<p><br>
</p>
<p>Thanks in advance.</p>
<p><br>
</p>
<p>Regards,</p>
<p>Shubham</p>
<p><br>
</p>
<p><br>
</p>
</div>
</body>
</html>