<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://k2.ixota.com/index.php?action=history&amp;feed=atom&amp;title=IPXE</id>
	<title>IPXE - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://k2.ixota.com/index.php?action=history&amp;feed=atom&amp;title=IPXE"/>
	<link rel="alternate" type="text/html" href="https://k2.ixota.com/index.php?title=IPXE&amp;action=history"/>
	<updated>2026-06-26T18:28:07Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.33.1</generator>
	<entry>
		<id>https://k2.ixota.com/index.php?title=IPXE&amp;diff=5366&amp;oldid=prev</id>
		<title>Kenneth: /* iPXE */</title>
		<link rel="alternate" type="text/html" href="https://k2.ixota.com/index.php?title=IPXE&amp;diff=5366&amp;oldid=prev"/>
		<updated>2020-03-16T16:11:28Z</updated>

		<summary type="html">&lt;p&gt;&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;iPXE&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== iPXE ==&lt;br /&gt;
&lt;br /&gt;
== Build ==&lt;br /&gt;
&lt;br /&gt;
 apt install gcc make git binutils perl liblzma-dev xz-utils mtools genisoimage syslinux&lt;br /&gt;
 cd /opt&lt;br /&gt;
 git clone git://git.ipxe.org/ipxe.git&lt;br /&gt;
 cd ipxe/src&lt;br /&gt;
 make&lt;br /&gt;
&lt;br /&gt;
 # bootable iso:&lt;br /&gt;
 make bin/ipxe.iso&lt;br /&gt;
 # bootable usb: (dd if=bin/ipxe.usb of=/dev/sdX)&lt;br /&gt;
 make bin/ipxe.usb&lt;br /&gt;
 # build a chainloadable iPXE image&lt;br /&gt;
 make bin/undionly.kpxe&lt;br /&gt;
 # uefi&lt;br /&gt;
 make bin-x86_64-efi/ipxe.efi&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Dependencies:&lt;br /&gt;
* gcc (version 3 or later)&lt;br /&gt;
* binutils (version 2.18 or later)&lt;br /&gt;
* make&lt;br /&gt;
* perl&lt;br /&gt;
* liblzma or xz header files&lt;br /&gt;
* mtools&lt;br /&gt;
* mkisofs (needed only for building .iso images)&lt;br /&gt;
* syslinux (for isolinux, needed only for building .iso images)&lt;br /&gt;
&lt;br /&gt;
ref: https://ipxe.org/download&lt;br /&gt;
&lt;br /&gt;
== commands ==&lt;br /&gt;
&lt;br /&gt;
=== iseq ===&lt;br /&gt;
&lt;br /&gt;
 iseq ${answer} Y &amp;amp;&amp;amp; goto is_correct ||&lt;br /&gt;
&lt;br /&gt;
ref: http://ipxe.org/cmd/iseq&lt;br /&gt;
&lt;br /&gt;
=== inc ===&lt;br /&gt;
&lt;br /&gt;
 set idx:int32 0&lt;br /&gt;
 inc idx&lt;br /&gt;
 &lt;br /&gt;
ref: https://ipxe.org/cmd/inc&lt;br /&gt;
&lt;br /&gt;
== Chainloading other PXE Servers ==&lt;br /&gt;
&lt;br /&gt;
 set next-server 192.168.0.1&lt;br /&gt;
 set filename boot/pxelinux.0&lt;br /&gt;
 set netX/next-server ${next-server}&lt;br /&gt;
 set netX/filename ${filename}&lt;br /&gt;
 chain tftp://${next-server}/${filename}&lt;br /&gt;
&lt;br /&gt;
ref: https://lists.ipxe.org/pipermail/ipxe-devel/2011-March/000504.html&lt;br /&gt;
&lt;br /&gt;
ref: https://ipxe.org/settings&lt;br /&gt;
&lt;br /&gt;
== keywords ==&lt;/div&gt;</summary>
		<author><name>Kenneth</name></author>
		
	</entry>
</feed>