[ipxe-devel] Background image

Michael Brown mcb30 at ipxe.org
Mon Jan 28 12:07:35 UTC 2019


On 28/01/2019 11:54, Dean Westhead wrote:
> I use a background PNG image for the menu's with no problems once the 
> network is configured and started and then the image can be pulled by http.
> 
> Is there any way to have this background image load from the local ISO 
> created file so that it can be used before the network is started ?

Yes: you can embed extra files along with your embedded script, e.g.

   make bin/ipxe.iso EMBED=script.ipxe,logo.png

You can then use the embedded logo.png as your background, e.g.

   console --picture logo.png

Michael



More information about the ipxe-devel mailing list