No description
Find a file
Antony Messerli 29afdf6f6f Adding more live distros for testing
Please kick the tires on them and let us know if anythings
broken or not working.
2019-12-07 10:43:52 -08:00
.github Update issue templates 2019-11-12 23:48:00 -06:00
ipxe Generate packet x86_64 efi disk 2019-11-05 18:08:29 -06:00
script Generate shas in binary mode 2019-11-05 21:30:46 -06:00
src Adding more live distros for testing 2019-12-07 10:43:52 -08:00
.travis.yml Remove notifications from travis 2019-11-27 22:13:50 -06:00
CONTRIBUTING.md Move links out of the text 2017-12-17 19:28:46 +01:00
LICENSE Add Apache License 2016-01-16 19:54:47 -06:00
README.md Removes docs from netboot.xyz repo 2019-10-26 22:10:11 -05:00

netboot.xyz

Build Status Discord

netboot.xyz menu

Bootloader Downloads

These iPXE disks will automatically load into boot.netboot.xyz:

Type Bootloader Description
ISO (Legacy) netboot.xyz.iso Used for CD/DVD, Virtual CDs like DRAC/iLO, VMware, Virtual Box (Legacy)
ISO (EFI) netboot.xyz-efi.iso Same as ISO (Legacy) but used for EFI BIOS, works in Virtual Box EFI mode
Floppy netboot.xyz.dsk Used for 1.44 MB floppies, Virtual floppies like DRAC/iLO, VMware, Virtual Box
USB netboot.xyz.usb Used for creation of USB Keys
Kernel netboot.xyz.lkrn Used for booting from GRUB/EXTLINUX
DHCP netboot.xyz.kpxe DHCP boot image file, uses built-in iPXE NIC drivers
DHCP-undionly netboot.xyz-undionly.kpxe DHCP boot image file, use if you have NIC issues
EFI netboot.xyz.efi EFI boot image file

SHA256 checksums are generated during each build of iPXE and are located here. You can also view the scripts that are embedded into the images here.

What is netboot.xyz?

netboot.xyz is a convenient place to boot into any type of operating system or utility disk without the need of having to go spend time retrieving the ISO just to run it. iPXE is used to provide a user friendly menu from within the BIOS that lets you easily choose the operating system you want along with any specific types of versions or bootable flags.

If you already have iPXE up and running on the network, you can hit netboot.xyz at anytime by typing:

chain --autofree https://boot.netboot.xyz

You'll need to make sure to have DOWNLOAD_PROTO_HTTPS enabled in iPXE.

Documentation

See netboot.xyz for all documentation. Some links to get started with are:

If you'd like to contribute to the documentation, the netboot.xyz documenation is located at netboot.xyz-docs.

What Operating Systems are available?

Utilities

Testing New Branches

Under the Utilities menu on netboot.xyz, there's an option for "Test netboot.xyz branch". If you've forked the code and have developed a new feature branch, you can use this option to chainload into that branch to test and validate the code. All you need to do is specify your Github user name and the name of your branch or abbreviated hash of the commit. Also, disable the signature verification for netboot.xyz under Signatures Checks.

Feedback

Feel free to open up an issue on Github, swing by Freenode IRC in the #netbootxyz channel, or ping us on Discord. Follow us on Twitter or like us on Facebook!