Personal tools
You are here: Home Storage Debian Lenny installation on HP Proliant and missing bnx2-09-4.0.5.fw driver

Debian Lenny installation on HP Proliant and missing bnx2-09-4.0.5.fw driver

Posted by Rafal Zawadzki at Jun 22, 2010 09:57 AM |

information how to prepare additional usb drive with network driver for new HP Proliant servers

Last days I was installing (through the ILO2) Debian Lenny on quite new HP Proliant G6 servers.

Basically, during installation process I didn't meet any problems, only at some point installer asked me for additional driver for network interface:

bnx.png

Below I attach small info how to prepare iso of usb disk with this drivers to use with Virtual Media functionality of iLoÆ
$ wget http://ftp.de.debian.org/debian/pool/non-free/f/firmware-nonfree/firmware-nonfree_0.25.tar.gz
$ tar -zxf firmware-nonfree_0.25.tar.gz
$ dd if=/dev/zero of=firmware_bnx.iso seek=100b count=1
$ mkfs.vfat firmware_bnx.iso
$ mkdir /tmp/firmware
$ sudo mount firmware_bnx.iso /tmp/firmware -o loop
$ sudo cp firmware-nonfree/bnx2/* /tmp/firmware

After above operations we have usb iso called firmware_bnx.iso.

 

Such prepared iso we can mount using Virtual Media:

bnx_virtual.png

Links:

Comments (0)