Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
appnote:uefihttp [2015/10/07 00:22]
mcb30
appnote:uefihttp [2015/10/07 00:23]
mcb30
Line 24: Line 24:
 ===== Configuring the web server ===== ===== Configuring the web server =====
  
-Place your iPXE binary (e.g. [[http://​boot.ipxe.org/​ipxe.efi|ipxe.efi]]) on your web server, along with an iPXE [[:​scripting|script]] containing the commands needed to boot the operating system. ​ For example, to boot a system comprising a Linux kernel and initial ramdisk, your script could contain+Place your iPXE binary (e.g. [[http://​boot.ipxe.org/​ipxe.efi|ipxe.efi]]) on your web server, along with an iPXE [[:​scripting|script]] containing the commands needed to boot your operating system. ​ For example, to boot a system comprising a Linux kernel and initial ramdisk, your script could contain
  
     #!ipxe     #!ipxe
-    kernel vmlinuz initrd=initrd.img +    kernel ​http://​my.web.server/​boot/​vmlinuz initrd=initrd.img 
-    initrd initrd.img+    initrd ​http://​my.web.server/​boot/​initrd.img
     boot     boot
  
appnote/uefihttp.txt · Last modified: 2021/01/26 21:15 by mcb30
Recent changes RSS feed CC Attribution-Share Alike 4.0 International Driven by DokuWiki
All uses of this content must include an attribution to the iPXE project and the URL https://ipxe.org
References to "iPXE" may not be altered or removed.