<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>

<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body text="#000000" bgcolor="#ffffff">
Hi all,<br>
We are trying to develop a distributed system in the following way:<br>
Hosts will all have a USB pen drive from where they will load ipxe.lkrn.<br>
<br>
This ipxe.lkrn is created with a ipxe script (embedded)  which will
first check if there is network<br>
<ul>
  <li>If there is not network it will chainload to grub2<br>
  </li>
</ul>
<br>
I embedded grub2 as well ( my make command line is: make
EMBEDDED_IMAGE=config/local/upfile.ipxe,../../core.img bin/ipxe.lkrn)<br>
<br>
I would like a way to inject parameters into the grub2 image so in case
there is network I can change the way I boot from USB using data
retrieved from network<br>
<br>
Is there a way to do it?<br>
<br>
Maybe I am doing it wrong from the beginning, I am using grub2 because
I don't know if I can boot from another partition (and how to do it)
when running  ipxe.lkrn from an USB<br>
<br>
<br>
The idea is to have different partitions on same USB. In case There is
no network I boot the default one in offline_mode. <br>
If there is network I will boot one of them depending of the info
retrieved via network.<br>
<br>
<br>
<br>
Regards <br>
<br>
<br>
<br>
<br>
<br>
<pre class="moz-signature" cols="72">-- 
Carlos Alarcón.

Tel: 916 244 049 ext: 2002</pre>
</body>
</html>