<div dir="ltr">Actually I'm built the rom image and wanted to test this before flasing it. As I said my platform supports efi and I'd like to have the efi support so that i can load and boot an efi image when stil in POST. This should be possible since I'm starting the shell once ipxe has initilized (I've done this in the past: redirect the shell to an efi image). That's why I'd like to have the ef support build in in the rom.<br>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/4/6 Michael Brown <span dir="ltr"><<a href="mailto:mbrown@fensystems.co.uk" target="_blank">mbrown@fensystems.co.uk</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="HOEnZb"><div class="h5">On 06/04/13 09:52, Joshua C. wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Commit fc87adb46c1395b09302085e9d15fc<u></u>d8ab3c31fe ([efi] Expose downloaded<br>
images via EFI_SIMPLE_FILE_SYSTEM_<u></u>PROTOCOL) introduced a regression when<br>
compiling ipxe with IMAGE_EFI support. In my case initialise(); finishes<br>
fine but startup(); cannot finish and my mashine restarts all the time.<br>
After reverting this commit (and all other commits that introduced<br>
changes to those files) everything works fine again. I can circumvent<br>
this with disabling the IMAGE_EFI support. Then everything works fine again.<br>
<br>
Testing was done with 10ec8168.lkrn on a p67 chipset (ami bios with efi<br>
support). Can someone take a look at this?<br>
</blockquote>
<br></div></div>
Do not enable IMAGE_EFI when building a non-EFI version of iPXE. There's no way to load an EFI binary on a non-EFI platform anyway, so it makes no sense to ask for IMAGE_EFI support.<br>
<br>
IMAGE_EFI is enabled by default when building EFI versions of iPXE. There should never be a need to explicitly enable it.<span class="HOEnZb"><font color="#888888"><br>
<br>
Michael<br>
</font></span></blockquote></div><br><br clear="all"><br>-- <br>--joshua
</div>