Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ipxe device initialization drops first port
2019-05-30, 22:15
Post: #4
RE: ipxe device initialization drops first port
(2019-05-30 22:04)dzeleski Wrote:  Its a Solarflare xtreamscale NIC so vendor: 1924 device: 0b03.

Unfortunately I have no idea which binary was used, I was left with no documentation :/ I dont even know what the embedded script was which is wonderful.
There are ways to get it back - but not easy.

(2019-05-30 22:04)dzeleski Wrote:  Testing the ipxe.efi file from boot.ipxe.org works (well the correct adapter loads up, but fails since there isnt a script being ran).

For context we are chain booting ipxe from grub2 using foreman. Is it possible to just pass the following as a parameter:
Code:
chainloader /ipxe.efi chain http://server/boot.ipxe
passing cmdline arguments to iPXE efi are not currently supported.

(2019-05-30 22:04)dzeleski Wrote:  or do I need to compile ipxe using:
Code:
make bin-x86_64-efi/ipxe.efi EMBED=boot.ipxe

Yes, but make sure the script that you embed has dhcp in it, since that isn't done when you embed script. (iPXE without embeded script escentially runs the iPXE autoboot command)

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
RE: ipxe device initialization drops first port - NiKiZe - 2019-05-30 22:15



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