LSI SAS9207-8i および LSI SAS9207-8e のファームウェアダウングレード方法
LSI SAS9207-8i および LSI SAS9207-8e のファームウェアダウングレード方法
P20にはバグがあるらしいのでP19を入れる
おおむね
http://cephnotes.ksperis.com/blog/2015/08/13/downgrade-lsi-9207-to-p19-firmwareの通り。
Virtual Floppy Drive : http://sourceforge.net/projects/vfd/
Freedos : http://www.fdos.org/bootdisks/autogen/FDOEM.144.gz
この二つは不要
https://www.broadcom.com/products/storage/host-bus-adapters/sas-9207-8i#downloads
https://www.broadcom.com/products/storage/host-bus-adapters/sas-9207-8e#downloads
からfirmwareを拾ってくる
Installer:
Installer_P20_for_UEFI
BIOS本体:
9207_8i_Package_P19_IR_IT_Firmware_BIOS_for_MSDOS_Windows
9207_8e_Package_P19_IT_Firmware_BIOS_for_MSDOS_Windows
から
IRはRAIDモードが有効になるファームウェア
ITは只のHBAなので、ITを使う
単純に USBメモリをFAT32 でフォーマットしておいて
sas2flash.ufi
9207-8.bin (9207-8e.bin)
mptsas2.rom (8iと8eでファイル名は同じでも中身が違うっぽいので注意)
をコピー
各ファイルは
PC起動して、BOOT MENUから UEFI Shellを起動
fs0:
等とタイプしてUSBメモリに移動して
sas2flash -list
sas2flash -o -e 6
sas2flash -f 9207-8.bin -b mptsas2.rom
sas2flash -list
という感じで進める
なお、
sas2flash -o -e 6
これ実行後、
sas2flash -f 9207-8.bin -b mptsas2.rom
の実行が終わるまでにPCを再起動したりするとカードが死ぬので要注意