Flash LSI 9211-8i and LSI 9201-16i on Asus P9X79 WS

I did move my LSI cards 9211-8i and 9201-16i from my Asus Striker II Formula onto a P9X79 WS. Unfortunately, the MB couldn’t boot with both card plugs. I did upgrade the firmware and erased the bios of both cards to solve the problem.

Click to Read More

Actually, everything was working fine until I decided to upgrade the bios of my Asus P9X79 WS from the version 48022 of 2015 to the very latest 4901 of 2018 (An attempt to solve an issue with DIMM not recognized.. Attempt failed… I think the issue is actually with the CPU not supporting Quad Channel). Bref.

After this upgrade, the Asus MB didn’t boot anymore. There was only a cursor blinking in the upper left corner. Clearly, IMO, the cursor of the LSI bios.

  • Booting without any LSI card was ok.
  • Booting with only the LSI 9211-8i was ok.
  • Booting with only the LSI 9201-16i was ok.
  • But booting with both LSI was failing although I tried to move them in all the various PCI-E x16 slots.

So, I decided to attempt the upgrade of both LSI cards (currently with firmware IT version 19.00.00.00 and Bios 07.37.00.00). But while preparing the USB key to do this, reading a few articles, I realized that I could also completely erase the BIOS as I don’t boot from a disk on any of those Cards.

So, here is what I did:

  1. Format a USB key as FAT32
  2. Download the legacy firmwares (and bios if you want) for the LSI cards from here (with Product Group = Legacy Product and Product Family = Legacy Host Bus Adapters)
    1. for 9201-16i, it’s here. You need two files
      1. 9201-16i_Package_Pxx_IT_Firmware_BIOS_for_MSDOS_Windows.zip 
      2. Installer_PXX_for_UEFI
    2. for 9211-8i, it’s here. You need two files:
      1. 9211-8i_Package_Pxx_IR_IT_FW_BIOS_for_MSDOS_Windows
      2. Installer_PXX_for_UEFI (which is actually the same file as for 9201-16i)
  3. From the Installer_PXX_for_UEFI, extract the file /sas2flash_efi_ebc_rel/sas2flash.efi and copy it on the USB Key root
  4. From the xxx_BIOS_for_MSDOS_Windows, extract
    1. the firmwares /Firmware/HBA_92xx_IT/xxx.bin and copy them in the USB Key root:
      1. 9201-16i_it.bin
      2. 2118it.bin
    2. the bios sasbios_rel/mptsas2.rom (it’s the same bios for both cards) and copy it in the USB Key root
  5. Now, you need a UEFI shell which works with the P9X79. This one for example or the v2 to be found here didn’t work for me. Instead, I was lucky with this one:
    1. download this Shell_Full.efi on your USB Key root
    2. and rename it Shellx64.efi
    3. for some users, they have to copy if from the root into sublfolders like:
      1. /efi/boot/Shellx64.efi
      2. /boot/efi/Shellx64.efi
  6. Plug the USB Key into your Asus P9X79 WS. For safety, remove all other USB keys and disconnect all HDD/SSD.
  7. Plug next only one SLI Card and upgrade it. Once done, remove it,n plug the other card and upgrade it too.

To upgrade one SLI Card with your Asus P9X79 WS:

  1. Boot the PC and go into the Bios with Del or F2.
  2. Go into the “Advanced mode” (F7 or click on the button bottom left)
  3. Click on the “Boot” menu (upper right)  and scroll down until you see “Secure Boot” (screenshot 1)
  4. Enter into “Secure Boot” and select “OS Type” = “Other OS” (screenshot 2). This is required to be able to use the UEFI Shell later
  5. Press F10 to “Save and Exit” (screenshot 3)
  6. Go back into the Bios with Del or F2.
  7. Go into the “Advanced mode” (F7 or click on the button bottom left)
  8. Click on the “Exit” menu (upper right)
  9. Select “Launch EFI Shell from filesystem device” (screenshot 4)
    1. if you have only the USB key prepared previously plugged into the PC, you should soon see the EFI Shell loading
  10. Once the EFI Shell loaded, move to the USB Key and list its content with the commands fs0: and next ls. If you have several USB keys, you need to move onto the right one. You can use the command: map -b to list all available disks and identify the correct one. Ex.: if the correct one is “fs1 :Removable HardDisk – … USB(…)”, then you can move onto it with fs1:. You can break stop the map command by typing q.
  11. Now check the versions of your SLI card with sas2flash -list
  12. Remove the Bios with the erase command and the parameters 5 as documented in SAS2Flash_ReferenceGuide.pdf (screenshot 5) : sas2flash -o -e 5
  13. Possibly also erase the controller flash memory (I hadn’t to do it) with the command: sas2flash.efi -o -e 6
  14. Type again sas2flash -list to verify the Bios Version now reads N/A
  15. To load a new firmware, depending on the LSI card, type :
    1. sas2flash.efi -o -f 9201-16i_it.bin
    2. sas2flash.efi -o -f 2118it.bin
  16. To load the bios, type: sas2flash.efi -o -b mptsas2.rom

Do this for each SLI card, one at a time.

 

Documentation:

 

Screenshot 1: Secure Boot

Screenshot 2: Other OS

Screenshot 3: Save and Exit

Screenshot 4: Launch EFI Shell

Screenshot 5: Erase command for sas2flash

Loading


Categories:

Tags:


Comments

Leave a Reply

Your email address will not be published. Required fields are marked *