mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-18 21:27:56 +00:00
94afc1a340
iPXE is an open source network boot firmware which supports booting from a web server via HTTP [1]. The following two parameters can be used to specify the iPXE/HTTP setup: --load-ipxe-base-dir This parameter specifies the base directory of the HTTP server from which the target machine downloads the files. --load-ipxe-boot-dir The directory relative to iPXE base dir which contains the iPXE chainload configuration and all necessary files. The target machine is expected to request the following iPXE configuration via HTTP: http://${HOST_URL}/${ipxe-boot-dir}/boot.cfg This can be achieved by building iPXE with the following embedded script: #!ipxe dhcp chain http://${HOST_URL}/${ipxe-boot-dir}/boot.cfg See also [2] for additional information. [1] - http://ipxe.org/ [2] - http://ipxe.org/howto/chainloading#breaking_the_loop_with_an_embedded_script Fixes #1708 |
||
---|---|---|
.. | ||
fastboot | ||
ipxe | ||
jtag | ||
tftp |