Guide on how to update the firmware and BIOS of a Lenovo ThinkSystem 430-x SAS/SATA 12Gb HBA.
- Broadcom Support Download Search
- STORCLI SAS3.5 P31
- STORCLI Documentation
- Lenovo Support Search
- Lenovo Storage Host Bus Adapter HBA Windows Firmware
- Download the latest STORCLI utility for LSI SAS3.5 Controllers per the reference above.
- Download the latest HBA (Windows) driver package per the reference above.
- Extract the packages to a folder on your local (Windows) machine.
- Copy the relevant files to a FAT32 formatted USB, for example:
storcli.efi
16i_24_00_07_00.fw
mpt35sas_x64_24_00_05_00.rom
mpt35sas_legacy_9_47_03_00.rom
- Boot to the USB via EFI shell.
- Identify the relevant (cX) HBA:
storcli.efi show all
- Confirm the relevant HBA:
storcli.efi /c0 show
- Backup STORCLI output to the USB:
storcli.efi /c0 show all > backup\output.txt
- Backup current controller bios, firmware etc. to the USB:
storcli.efi /c0 get bios file=backup\bios storcli.efi /c0 get firmware file=backup\firmware storcli.efi /c0 get mpb file=backup\mpb storcli.efi /c0 get fwbackup file=backup\fwbackup storcli.efi /c0 get nvdata file=backup\nvdata storcli.efi /c0 get flash file=backup\flash
- Update the firmware:
storcli.efi /c0 download file=16i_24_00_07_00.fw
- Update the EFI BIOS:
storcli.efi /c0 download efibios file=mpt35sas_x64_24_00_05_00.rom
- Update the BIOS:
storcli.efi /c0 download bios file=mpt35sas_legacy_9_47_03_00.rom
- Check HBA versions have updated:
storcli.efi /c0 show
- Power cycle the machine.
Hey, I'm also interested in enabling NVMe support on my Lenovo 430-16i; just curious what firmware and BIOS you flashed?
Right now I have, from Lenovo's
lnvgy_fw_storehba_mpt3.5.430-24.05.00.00-2-a_windows_x86-64.exe
driver package and Broadcom/LSI's9400_16i_Pkg_P24_SAS_SATA_NVMe_FW_BIOS_UEFI.zip
firmware package:16i_24_00_07_00.fw
from LenovoHBA_9400-16i_Mixed_Profile.bin
from Broadcom/LSImpt35sas_x64_24_00_05_00.rom
andmpt35sas_legacy_9_47_03_00.rom
from Lenovompt35sas_x64.rom
(one signed and one unsigned) andmpt35sas_legacy.rom
from Broadcom/LSIJust wondering which firmware and .rom's you used.
Edited 10 hours later: I used
HBA_9400-16i_Mixed_Profile.bin
,mpt35sas_x64.rom
(unsigned), andmpt35sas_legacy.rom
all from Broadcom/LSI's9400_16i_Pkg_P24_SAS_SATA_NVMe_FW_BIOS_UEFI.zip
firmware package, and I now see "SAS, SATA, NVMe" instead of just "SAS, SATA" under Supported Drives at the end ofstorcli.efi /c0 show all
! Now we wait for the U.2 enabler cable and hope it works lol.