Operations 4 min read

How to Reveal a Missing Mellanox 25G NIC in UEFI on Dell PowerEdge C6420

When upgrading a Linux OS on a Dell PowerEdge C6420 via UEFI, the Mellanox 25G network adapter disappears from Device Settings, and this guide walks you through using the Mellanox Firmware Tools to enable the NIC with detailed commands, screenshots, and hardware requirements.

ITPUB
ITPUB
ITPUB
How to Reveal a Missing Mellanox 25G NIC in UEFI on Dell PowerEdge C6420

Background

A Dell PowerEdge C6420 high‑density 2U server equipped with dual‑socket CPUs and OCP‑compliant 25 Gbps Mellanox ConnectX‑4 LX‑EN NICs failed to show the network adapter in the BIOS Device Settings screen when the operating system was upgraded using UEFI mode, preventing PXE boot configuration.

Solution (Linux example)

Download the Mellanox Firmware Tools (MFT) package from the Mellanox management tools page: http://www.mellanox.com/page/management_tools.

Select the Linux RPM distribution package (e.g., mft-4.11.0-103-x86_64-rpm.tgz) and copy it to a Linux host.

Extract the archive: tar zxvf mft-4.11.0-103-x86_64-rpm.tgz Install the RPM (adjust the command for the specific distribution, e.g., rpm -ivh mft-*.rpm for RPM‑based systems).

Start the MFT daemon: mst start Verify the daemon is running and obtain the device identifier: mst status The device appears as mt4117_pciconf0 (or mt4117_pciconf0.1 for a second port).

Enable the NIC for UEFI by setting the required configuration flags. Execute the following commands, adjusting the device path if a second NIC is present:

mlxconfig -d /dev/mst/mt4117_pciconf0 set UEFI_HII_EN=1
mlxconfig -d /dev/mst/mt4117_pciconf0.1 set UEFI_HII_EN=1
mlxconfig -d /dev/mst/mt4117_pciconf0 set EXP_ROM_UEFI_x86_ENABLE=1
mlxconfig -d /dev/mst/mt4117_pciconf0.1 set EXP_ROM_UEFI_x86_ENABLE=1

Reboot the server, enter the BIOS/UEFI setup, and verify that the Mellanox NIC now appears in the Device Settings menu.

Proceed with PXE boot configuration as required.

Applicable Conditions

Mellanox ConnectX‑4 LX‑EN dual‑port 25 Gbps SFP+ adapters (part number 9R8DF).

Supported Dell PowerEdge models: C6420, R540, R740xd2, R7415, R6415.

Original Source

Signed-in readers can open the original source through BestHub's protected redirect.

Sign in to view source
Republication Notice

This article has been distilled and summarized from source material, then republished for learning and reference. If you believe it infringes your rights, please contactadmin@besthub.devand we will review it promptly.

LinuxUEFIServerMellanoxNICDell PowerEdge
ITPUB
Written by

ITPUB

Official ITPUB account sharing technical insights, community news, and exciting events.

0 followers
Reader feedback

How this landed with the community

Sign in to like

Rate this article

Was this worth your time?

Sign in to rate
Discussion

0 Comments

Thoughtful readers leave field notes, pushback, and hard-won operational detail here.