Created
January 29, 2016 16:00
-
-
Save GABeech/98b7e17e54924be927fe to your computer and use it in GitHub Desktop.
iPXE Script #1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!ipxe | |
menu SRE iPXE boot Menu | |
item --gap -- --------------- Local Hard Drive ----------------- | |
item --key l Local Boot From Local Hard Drive | |
item --gap -- --------------- Installers ----------------------- | |
item --key w Windows Deployment Services | |
item --key c Centos 7 | |
item --key s Centos 6 (Depricated) | |
item --gap -- --------------- Diagnostics ---------------------- | |
item --key d Dell Diagnostics CD | |
item --key f Dell Firmware Update | |
item --key m Memtest | |
item --gap -- ---------------- INSTALL B*TCHES ----------------- | |
choose helper |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment