Advertisement
Guest User

Fujitsu D3307 / praid cp400i / LSI SAS3008 FLASHING FOR IT MODE

a guest
Nov 21st, 2021
522
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.72 KB | None | 0 0
  1. the main video - https://youtu.be/EsgtoUuAeRU
  2.  
  3. downloaded megacli from broadcom site
  4. MegaCLI 5.5 P2 from 2014
  5. https://www.broadcom.com/support/download-search?pg=&pf=&pn=&pa=&po=&dk=MegaCli&pl=
  6. under "Management Software and Tools" section
  7.  
  8.  
  9. SBR file for IT mode - SBR stands for Serial Boot Record. This is a super important file that resides in the flash of your HBA/RAID card, and it uses this to boot the card. Without a proper compatible one, your card won't boot one iota.
  10. https://forums.servethehome.com/index.php?threads/the-complete-lsi-avago-broadcom-sbr-download-megathread.33607/
  11.  
  12.  
  13. MegaRec (must be version 01.02-020 Aug 04, 2015)
  14. https://artofserver.com/downloads/lsi/utilities/dos/MegaRec.exe
  15. https://support.hpe.com/hpesc/public/swd/detail?swItemId=MTX-e66fc5b245bb48b59341da62f6
  16.  
  17.  
  18. megarec.exe -adplist
  19.  
  20.  
  21. sas3flsh
  22. https://artofserver.com/downloads/lsi/utilities/dos/sas3flsh.exe
  23.  
  24.  
  25. ROMS
  26. 9300_8i_Package_P16_IR_IT_FW_BIOS_for_MSDOS_Windows - 11/13/2019
  27. https://www.broadcom.com/products/storage/host-bus-adapters/sas-9300-8i
  28.  
  29.  
  30.  
  31. boot dos
  32. rufus or easy2boot
  33.  
  34. boot efi shell
  35. https://www.congatec.com/fileadmin/user_upload/Documents/Application_Notes/AN31_Creating_a_UEFI_Stick.pdf
  36.  
  37.  
  38.  
  39. ------------------------------------------------------
  40. ------------------------------------------------------
  41. ------------------------------------------------------
  42.  
  43.  
  44. Planning to IT mode Fujitsu D3307.
  45.  
  46. There is a handholding video that should make it easy,
  47. but since the files used are not actually provided
  48. and doing it first time... there is still feeling of uncertainty
  49.  
  50. Anyway lets lay out the plan.
  51.  
  52. Get the required files
  53.  
  54. * MegaCLI - to save SAS address and serial before doing anything
  55. from the official site in "Management Software and Tools" section
  56. latest version MegaCLI 5.5 P2 from 2014
  57. [https://www.broadcom.com/support/download-search?pg=&pf=&pn=&pa=&po=&dk=MegaCli&pl=]
  58. * MegaRec, according to the video it must be version 01.02-020 Aug 04, 2015
  59. while not directly linked in the video,
  60. in others videos on that channel there are download links for tools
  61. https://artofserver.com/downloads/
  62. https://artofserver.com/downloads/lsi/utilities/dos/MegaRec.exe
  63. when running `megarec.exe -adplist` it shows the card and it is the recommended version
  64. * SBR file for IT mode
  65. SBR stands for Serial Boot Record.
  66. This is a super important file that resides in the flash of HBA/RAID card,
  67. and it uses this to boot the card
  68. googled and found big thread with these, D3307/3008
  69. https://forums.servethehome.com/index.php?threads/the-complete-lsi-avago-broadcom-sbr-download-megathread.33607/
  70. * firmware, bios rom, uefi rom, sas3flsh
  71. from the broadcom site when searching for "sas 9300 8i"
  72. firmware section Installer_P16_for_MSDOS_and_Windows - 11/13/2019
  73. all in one zip
  74. https://www.broadcom.com/products/storage/host-bus-adapters/sas-9300-8i
  75. * get freedos usb boot
  76. either rufus or easy2boot, both offer relatively easy way to create usb with dos
  77. * get efi shell usb boot in case of trouble
  78. https://www.congatec.com/fileadmin/user_upload/Documents/Application_Notes/AN31_Creating_a_UEFI_Stick.pdf
  79.  
  80.  
  81. Ok, got all this then googling for additional guides to have more than the video
  82.  
  83. lead to servethehome forum and entire thread on it with required files pre-prepared and said to work
  84. https://forums.servethehome.com/index.php?threads/the-versatile-sas3008-chipset-my-vendor-crossflashing-adventures.28297/post-312363
  85. https://forums.servethehome.com/index.php?threads/the-versatile-sas3008-chipset-my-vendor-crossflashing-adventures.28297/post-292212
  86.  
  87.  
  88. ------------------------------------------------------
  89. ------------------------------------------------------
  90. ------------------------------------------------------
  91.  
  92.  
  93. Fujitsu D3307
  94.  
  95. - extract serial and SAS address in to a text file
  96. megacli.exe -adpallinfo -a0
  97. megacli.exe -adpallinfo -a0 > card.txt
  98.  
  99. - check that megareck sees the card
  100. megarec3.exe -adplist
  101.  
  102. - save the original sbr of the card
  103. megarec3.exe -readsbr 0 CP400i.sbr
  104.  
  105. - save the original spd of the card, likely will fail
  106. megarec3.exe -readspd 0 CP400i.spd
  107.  
  108. - write IT mode sbr to the card
  109. megarec3.exe -writesbr 0 sleyksbr.bin
  110.  
  111. - clear the flash, erase the firmware
  112. megarec3.exe -cleanflash 0
  113.  
  114. - reboot the system, so that it starts in IT mode
  115. make sure you cleared the flash and flashed new sbr
  116.  
  117. - start efi shell
  118. flash firmware
  119. sas3flsh.exe -c 0 -o -f 9300it.bin
  120.  
  121. - flash bios rom, uefi rom
  122. sas3flsh.exe -c 0 -o -b mptsas3.rom -b x64sas3.rom
  123.  
  124. - check the info
  125. sas3flsh.exe -list
  126.  
  127. - write sas address and serial to the card
  128. sas3flsh.exe -c 0 -o -tracer $serialnumber -sasadd $sasaddress
  129.  
  130. - check the info
  131. sas3flsh.exe -list
  132.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement