<div dir="ltr"><div><div><div>So ESXi netboot with iPXE download protocol hit's a snag as-is due to some inadequate code in esxi's boot loader. I have thus far addressed that by modified their boot loader, but I can also acheive the same effect by assuring that it's boot device does not have PXE or filesystem protocols on it. I was thinking of doing a similar thing to microsoft boot loader (in that case removing PXE protocol but leaving filesystem). I was just curious as to how best to expose this from a scripting perspective. Should this be some command or a flag to chain/imgexec?<br>
<br></div>E.g. I was pondering implementing <br></div>imgexec --nofs --nopxe<br><br><br></div>Off the top of my head. So far I just did it compile time to see if it would have the desired effect.<br></div>