├── README.md ├── files ├── ini.vbs ├── ipxe-i386.efi ├── ipxe-snponly-i386.efi ├── ipxe-snponly-x86-64.efi ├── ipxe-undionly.kpxe ├── ipxe-x86_64.efi ├── ipxe.dsk ├── ipxe.iso ├── ipxe.lkrn ├── ipxe.pxe ├── ipxe.usb ├── memdisk.php ├── memdisk.vbs ├── menu-php.ipxe ├── menu-vbs.ipxe ├── menu.ipxe ├── sanboot.php ├── sanboot.vbs ├── wimboot ├── wimboot.i386 └── wimboot.vbs └── pxesrv.zip /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/erwan2212/tinypxeserver/HEAD/README.md -------------------------------------------------------------------------------- /files/ini.vbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/erwan2212/tinypxeserver/HEAD/files/ini.vbs -------------------------------------------------------------------------------- /files/ipxe-i386.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/erwan2212/tinypxeserver/HEAD/files/ipxe-i386.efi -------------------------------------------------------------------------------- /files/ipxe-snponly-i386.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/erwan2212/tinypxeserver/HEAD/files/ipxe-snponly-i386.efi -------------------------------------------------------------------------------- /files/ipxe-snponly-x86-64.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/erwan2212/tinypxeserver/HEAD/files/ipxe-snponly-x86-64.efi -------------------------------------------------------------------------------- /files/ipxe-undionly.kpxe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/erwan2212/tinypxeserver/HEAD/files/ipxe-undionly.kpxe -------------------------------------------------------------------------------- /files/ipxe-x86_64.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/erwan2212/tinypxeserver/HEAD/files/ipxe-x86_64.efi -------------------------------------------------------------------------------- /files/ipxe.dsk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/erwan2212/tinypxeserver/HEAD/files/ipxe.dsk -------------------------------------------------------------------------------- /files/ipxe.iso: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/erwan2212/tinypxeserver/HEAD/files/ipxe.iso -------------------------------------------------------------------------------- /files/ipxe.lkrn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/erwan2212/tinypxeserver/HEAD/files/ipxe.lkrn -------------------------------------------------------------------------------- /files/ipxe.pxe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/erwan2212/tinypxeserver/HEAD/files/ipxe.pxe -------------------------------------------------------------------------------- /files/ipxe.usb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/erwan2212/tinypxeserver/HEAD/files/ipxe.usb -------------------------------------------------------------------------------- /files/memdisk.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/erwan2212/tinypxeserver/HEAD/files/memdisk.php -------------------------------------------------------------------------------- /files/memdisk.vbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/erwan2212/tinypxeserver/HEAD/files/memdisk.vbs -------------------------------------------------------------------------------- /files/menu-php.ipxe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/erwan2212/tinypxeserver/HEAD/files/menu-php.ipxe -------------------------------------------------------------------------------- /files/menu-vbs.ipxe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/erwan2212/tinypxeserver/HEAD/files/menu-vbs.ipxe -------------------------------------------------------------------------------- /files/menu.ipxe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/erwan2212/tinypxeserver/HEAD/files/menu.ipxe -------------------------------------------------------------------------------- /files/sanboot.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/erwan2212/tinypxeserver/HEAD/files/sanboot.php -------------------------------------------------------------------------------- /files/sanboot.vbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/erwan2212/tinypxeserver/HEAD/files/sanboot.vbs -------------------------------------------------------------------------------- /files/wimboot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/erwan2212/tinypxeserver/HEAD/files/wimboot -------------------------------------------------------------------------------- /files/wimboot.i386: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/erwan2212/tinypxeserver/HEAD/files/wimboot.i386 -------------------------------------------------------------------------------- /files/wimboot.vbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/erwan2212/tinypxeserver/HEAD/files/wimboot.vbs -------------------------------------------------------------------------------- /pxesrv.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/erwan2212/tinypxeserver/HEAD/pxesrv.zip --------------------------------------------------------------------------------