Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Chainloading iPXE (HTTP), does not work
2014-11-11, 19:19
Post: #3
RE: Chainloading iPXE (HTTP), does not work
Hello Michael,
Thanks for the reply.
I'll try to re-combile the whole package again.

I'm using the simple build syntax found on official iPXE documentation:
Code:
make bin/undionly.kpxe EMBED=demo.ipxe

Where demo.ipxe is a plain text file such as
Code:
#!ipxe
  
  dhcp
  chain http://boot.ipxe.org/demo/boot.php

The odd thing is I don't get any any errors in compile time.
Perhaps I should use an apsolute paths i.e.:
Code:
make /full/path/to/bin/undionly.kpxe EMBED=/full/path/to/my/custom/demo.ipxe

Rolleyes
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Chainloading iPXE (HTTP), does not work - stamster - 2014-11-11 19:19



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