Skip to content
/ PXE Public
forked from JM2K69/Tiny_iPXE

Modern (i)PXE solution for Windows

Notifications You must be signed in to change notification settings

Nigcra/PXE

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Tiny_iPXE

iPXE solution for Windows iPXE WDS MDT PSD OSDCLOUD

Demo

  • We can boot from any architecture
  • With ou without Menu
  • Fully customizable
  • We can boot from HTTPS-HTTP, iSCSI, Disk, ISO and WimFile with wimboot.

Auhtors_img

alt

Menu Ipxe

An example of configuration file :

#!ipxe

set boot-url http://${next-server}:8080

 cpuid --ext 29 && set arch x64 || set arch x86
  kernel ${boot-url}/wimboot quiet
  initrd ${boot-url}/BOOT/BCD         BCD
  initrd ${boot-url}/BOOT/BOOT.SDI    BOOT.SDI
  initrd ${boot-url}/SOURCES/PSD/${buildarch}/BOOT.WIM BOOT.WIM
  boot

 :unknown
 echo Unknown platform ${platform}_${buildarch}

Main application

Auhtors_img

Here there is the main panel and the only panel to configure Tiny Ipxe Server.

Contribution

Auhtors_img

About

Modern (i)PXE solution for Windows

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published