The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 807 - File: showthread.php PHP 7.3.15 (Linux)
File Line Function
/showthread.php 807 errorHandler->error





Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Chainloading iPXE (HTTP), does not work
2014-11-09, 18:30
Post: #1
Information Chainloading iPXE (HTTP), does not work
Hello,

I compiled an embed script as follows in order to chainload my initrd and kernel image:
[undefined=undefined]
#!ipxe

kernel linux bootfile=http://192.168.222.177/n/ fastboot initrd=initrd.gz
initrd initrd.gz
boot[/undefined]


Using binary "undionly.kpxe".

[undefined=undefined]make bin/undionly.kpxe EMBED=myscript.ipxe[/undefined]


Boot process starts (iPXE), but it loops endlessly until I press Ctrl +B.
If I type in manually dhcp followed by chain http://myURL everything WORKING FINE!

Where am I going wrong on this?
Dodgy

P.S. Thanks for such a great piece of software, I've been looking for a long time for such a solution! Smile
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Chainloading iPXE (HTTP), does not work - stamster - 2014-11-09 18:30



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