Нет описания

Antony Messerli fbaf31c0df Update README.md 9 лет назад
docs eb31702a86 Clarify image usage, add DHCP kpxe image links 9 лет назад
ipxe f8e095c958 Drop Cloud label 9 лет назад
script 5d26fb3305 Remove index.html before deploy 9 лет назад
src 74f3168a45 Add support for Mageia Linux 9 лет назад
.travis.yml 76f4545049 Revert "Revert travis ci fix" 9 лет назад
README.md fbaf31c0df Update README.md 9 лет назад
mkdocs.yml 9a882c319f Commenting out unfinished docs 9 лет назад

README.md

netboot.xyz

Build Status Doc Status

Bootloader Downloads

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

  • ISO [ dhcp | static ] - Typically used for CD/DVD, Virtual CDs like DRAC/iLO, VMware, Virtual Box
  • USB [ dhcp | static ] - Used for creation of USB Keys
  • Kernel [ dhcp | static ] - Used for GRUB/EXTLINUX
  • DHCP [ dhcp | dhcp-undionly ] - Used for a DHCP boot image file, use undionly if you have NIC issues
  • Checksums [ SHA256 ] - Checksums are generated during iPXE compile on Travis CI

You can view the embedded scripts here.

netboot.xyz menu

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 OS 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 http://boot.netboot.xyz

Full documentation is at ReadTheDocs:

What Operating Systems are available?

Utilities

Feedback

Feel free to open up an issue on github or contact me at antony@mes.ser.li

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.