[ipxe-devel] Missing non-free firmware (bnx2x/bnx2x-e2-7.13.1.0.fw)

Ghassan Elrayah ghassan.elrayah at live.de
Tue Apr 9 16:24:55 UTC 2019



On 4/9/19 4:57 PM, Geert Stappers wrote:


On 09-04-2019 16:46, Ghassan Elrayah wrote:
Hi,

I have an issue with missing non-free firmware for Broadcom NetXtreme II 10Gb 57710, version 7.13.1.0 (bnx2x/bnx2x-e2-7.13.1.0.fw). I am trying to auto install Debian daily image on a Dell PowerEdge R630 using KVM console. Is there any way to upload the missing firmware with IPXE?

Best regards



Found the  mailinglist archive    ;-)

---8<---8<---
#!ipxe

set base-url https://d-i.debian.org/daily-images/amd64/daily/netboot/debian-installer/amd64

kernel ${base-url}/linux auto vga=normal root=/dev/ram rw file=/tmp/debian_buster_node.seed interface=eno1 fb=false debian-installer=en_US.UTF-8 locale=en_US.UTF-8 kbd-chooser/method=us auto-install/enable=true debconf/frontend=noninteractive priority=critical console-setup/ask_detect=false keyboard-configuration/xkb-keymap=us keyboard-configuration/modelcode=pc105 keyboard-configuration/layoutcode=us keyboard-configuration/variant=USA ---

initrd ${base-url}/initrd.gz
initrd tftp://ipxe01.server.lej.sprd.net/preseed/debian_buster_node.seed /tmp/debian_buster_node.seed

boot
---8<---8<---


I would go expanding the

initrd ${base-url}/initrd.gz
initrd tftp://ipxe01.server.lej.sprd.net/preseed/debian_buster_node.seed /tmp/debian_buster_node.seed


into

initrd ${base-url}/initrd.gz
initrd tftp://ipxe01.server.lej.sprd.net/preseed/debian_buster_node.seed /tmp/debian_buster_node.seed
initrd URL://server.subdomain.tld/path/firmware/bnx.fw  /lib/firmware/bnx2x/bnx2x-e2-7.13.1.fw



and see what happens.

Please share your results.



Regards
Geert Stappers

DevOps Engineer @ Hendrikx ITC






_______________________________________________
ipxe-devel mailing list
ipxe-devel at lists.ipxe.org<mailto:ipxe-devel at lists.ipxe.org>
https://lists.ipxe.org/mailman/listinfo.cgi/ipxe-devel


Hi Geert,

What do you mean by this line:

initrd URL://server.subdomain.tld/path/firmware/bnx.fw /lib/firmware/bnx2x/bnx2x-e2-7.13.1.fw

should the URL point to the local firmware file on the ipxe server, after coping it to /srv/tftp/ folder, something like this:

initrd tftp:///my.ipxe.server/bnx2x-e2-7.13.1.fw /lib/firmware/bnx2x/bnx2x-e2-7.13.1.fw

Thanks

--

Beste Grüße

Ghassan Elrayah
Mail: ghassan.elrayah at live.de<mailto:ghassan.elrayah at live.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ipxe.org/pipermail/ipxe-devel/attachments/20190409/62c68b32/attachment.htm>


More information about the ipxe-devel mailing list