Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
iPXE HTTP GET
2015-03-24, 15:43
Post: #2
RE: iPXE HTTP GET
The default HTTP mode in iPXE is GET

Example with loots of parameters.
cpuid --ext 29 && set arch amd64 || set arch x86
set menu-url ${boot-url}/pxe.php?mac=${netX/mac:hexhyp}&bus=${netX/busid:hexhyp}&chip=${netX/chip:uristring}&ip=${netX/ip}&next-server=${next-server}&arch=${arch}&platform=${platform:uristring}

imgfetch -a ${menu-url}&mlog&error=${errno}&class=${user-class:uristring}&manuf=${manufacturer:uristring}&prod=${product:uristring}&sn=${serial:uristring}&boardsn=${board-serial:uristring}&asset=${asset:uristring}&uuid=${uuid:uristring}&ver=${version:uristring} ||
imgfree ||

chain -ar ${menu-url}&boot&hostname=${hostname:uristring} | shell

Use GitHub Discussions
VRAM bin
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
iPXE HTTP GET - sdlewis - 2015-03-24, 15:39
RE: iPXE HTTP GET - NiKiZe - 2015-03-24 15:43
RE: iPXE HTTP GET - sdlewis - 2015-03-24, 15:50
RE: iPXE HTTP GET - sdlewis - 2015-03-24, 16:04
RE: iPXE HTTP GET - NiKiZe - 2015-03-24, 16:08



User(s) browsing this thread: 1 Guest(s)