Skip to content

git-moiseev/ipxe-scripts

Repository files navigation

PXE scripts for unattended infrastructure deploy

Steps to do

  • Set up TFTP server
  • Download undionly.kpxe and save it to your TFTP server directory.
  • Configure your DHCP server to hand out undionly.kpxe as the boot file for your server MAC address. If you are using ISC dhcpd then you need to edit /etc/dhcpd.conf to contain
host node-001 {
                hardware ethernet 00:11:22:33:44:55;
                fixed-address 192.168.1.2;
                next-server X.X.X.X;
                filename "undionly.kpxe"
        };

where

  • X.X.X.X is the IP address of your TFTP server,
  • 00:11:22:33:44:55 is the MAC address of your new node server The undionly.kpxe will look the boot script, as file named script.ipxe, in your TFTP server's root directory, or, if this fails, at http://pxe.plentystars.com/script.ipxe.
  • You can download script.ipxe.plain, customize it and save it to your own TFPT server as script.ipxe.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors