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
iPXE source code - embedding.elf
2017-05-24, 16:04
Post: #1
iPXE source code - embedding.elf
Hello guys,

I have created my own test.ipxe file that I have embedded into the original undionly.kpxe file.

My code inside the test.ipxe is like:

:pc_boot

set initiator-iqn "iqn-details"
sanboot iscsi:"iscsi-details"
boot

My system is booting through an iSCSI disk.
I would like to add/ implement my own .elf executable file before booting through the iscsi OS.
Does anyone knows how I can do this?
For example, I have the file mytest.elf and I tried to following code with no success.

boot mytest.elf
set initiator-iqn "iqn-details"
sanboot iscsi:"iscsi-details"
boot

P.S. My TFTP default directory contains the mytest.elf file but I do not know If I need to import any option of that into my DHCP configuration.

Any thoughts?

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


Messages In This Thread
iPXE source code - embedding.elf - Abrams - 2017-05-24 16:04



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