Index of /boot/ipxe

[ICO]NameLast modifiedSizeDescription

[   ]Parent Directory   -  
[DIR]com1/ 2024-03-26 04:04 -  
[DIR]com2/ 2024-03-26 04:05 -  
[DIR]config/ 2024-03-12 10:16 -  
[   ]arm32.efi 2024-03-26 04:03 200K 
[   ]ipxe.efi 2024-03-26 04:03 1.0M 
[   ]ipxe.iso 2024-03-26 04:03 3.0M 
[   ]ipxe.kpxe 2024-03-26 04:03 366K 
[   ]ipxe.lkrn 2024-03-26 04:03 365K 
[   ]ipxe.usb 2024-03-26 04:03 400K 
[   ]snponly.efi 2024-03-26 04:03 271K 
[   ]undionly.kpxe 2024-03-26 04:03 103K 
[   ]virtio-net.rom 2024-03-26 04:03 104K 

=======================================================================

Files:
ixpe.iso	- bootable CD/DVD iso image
ipxe.usb	- bootable USB image
ipxe.lkrn	- load this kernel using GRUB/LILO/...
*.[k]pxe	- load these using DHCP

=======================================================================

To create a bootable USB key, type
    cat ipxe.usb > /dev/sdX
where /dev/sdX is your USB key, and is *not* a real hard
disk on your system.  This will erase any data already on the USB key.

To create a bootable CD-ROM, burn the ISO image 
ipxe.iso to a blank CD-ROM.

=======================================================================

ISC DHCP daemon:
        next-server 158.197.16.70;
        filename "ipxe/ipxe.kpxe";

=======================================================================

dnsmasq.conf:
	dhcp-boot=ipxe/ipxe.kpxe,ftp.upjs.sk,158.197.16.70
/etc/config/dhcp:
	# openwrt configuration file
	config dnsmasq
	  option dhcp-boot 'ipxe/ipxe.kpxe,ftp.upjs.sk,158.197.16.70'

=======================================================================

Quick test using qemu-kvm:

wget http://boot.salstar.sk/ipxe/ipxe.lkrn
qemu-kvm -net user -net nic,model=virtio -kernel ipxe.lkrn -m 512

=======================================================================