LSI SAS Controller Flashing (2020 Update)
For flashing an LSI-based SAS controller in 2020, especially on newer hardware, can be challenging. Many of the resources/guides are many years old and were written before UEFI support.
I recently needed to re-flash two 9211 controllers and found these helpful
https://www.truenas.com/community/threads/how-to-flashing-lsi-sas-hba-controller-efi-uefi.78457/
https://www.tfir.io/easiest-way-to-flash-lsi-sas-9211-8i-on-motherboards-without-efi-shell/
Mount USB and Flash Card:
- Mount fs0 (fs0 = USB drive alias, yours may be different. Use devices -b or map-b to see list)
- fs0:
- dir
- Sas2flsh.efi -listall
- sas2flash.efi -o -e 6
- sas2flash.efi -o -f image.bin -b mptsas2.rom
Reprogram card address:
sas2flsh -o -sasadd 500605b0xxxxxxx
(x = numbers for card SAS address, can be found on back of card)
reset (reboot system)
Comments
Post a Comment