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

Geert Stappers geert.stappers at hendrikx-itc.nl
Tue Apr 9 14:57:14 UTC 2019


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


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ipxe.org/pipermail/ipxe-devel/attachments/20190409/00eae2fe/attachment.htm>


More information about the ipxe-devel mailing list