Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Fujitsu D2607-8i - Crossflash to LSI 9211-8i

Featured Replies

When in dos and flashing i get "Warning! IO Base address high. Currently not supported."

 

I was getting that originally aswell but each section finished with "success"

 

Is that okay?

16160883654688252278392852075737.jpg

  • Replies 87
  • Views 69.3k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • FingerlessGloves
    FingerlessGloves

    The sas2hax creator has now created new tool for doing this process from within Linux itself. I haven't tested this but maybe an easier solution. https://github.com/marcan/lsirec   Orig

  • FingerlessGloves
    FingerlessGloves

    sas2hax  -o -sasadd 5003005700dbf920   just make a address up. If you got two cards make sure the addresses are different, change the last number from 0 to 1 say

  • FingerlessGloves
    FingerlessGloves

    First try another of the SAS ports to see if that then makes the HDD disks show. If it does, then go back in to DOS and flash the 4-11.BAT file instead.   What version is the card? D2607-A21

Posted Images

And that was the last time it was seen alive.

20 minutes trying to get the pc to boot and i get this

 

Oh wait...

It's still detected in dos.

Wtf.

 

 

16160913194474188624663432430002.jpg

Edited by mdrodge

Then dos started to hang on 2.bat or 4-11.bat.

 

I guess it died.

 

This makes no sense.

 

16160934545724177278066875528155.jpg

Have you got the card in the right PCI slot?  Usually needs to be the one closest to the CPU

Thank you for the guide. The flashing process went buttery smooth on an a21 model.

  • 6 months later...

Hi! After successfully flashing the A21 controller, I get a message ("mpt2sas_cm0 overriding nvdata eedptagmode setting") when debian 10 is loading. My mdadm raid-1 does not work with this. What can be done?

Edited by kerby

On 9/28/2021 at 3:36 PM, kerby said:

Hi! After successfully flashing the A21 controller, I get a message ("mpt2sas_cm0 overriding nvdata eedptagmode setting") when debian 10 is loading. My mdadm raid-1 does not work with this. What can be done?

I'm not sure, do your disks show at all?

Edited by Jonny

  • 3 weeks later...
On 9/28/2021 at 4:36 PM, kerby said:

Hi! After successfully flashing the A21 controller, I get a message ("mpt2sas_cm0 overriding nvdata eedptagmode setting") when debian 10 is loading. My mdadm raid-1 does not work with this. What can be done?

Was this resolved?

  • 1 year later...

Hi (literally created an account to ask about this)

 

I followed all the instructions and managed to get as far as completing the EFI stage but once I completed that and rebooted to switch back to BIOS to complete the process it has just been hanging on the blinking underscore screen and not doing much if anything, on either of the D2607s I ran through (they're 21s and I used the 21 version, and second time through I wiped it twice before running the rest. No difference).

What's gone wrong here? I can't imagine it's hardware related when both those devices aren't booting

Thanks

 

Edited by C30nn4

  • 11 months later...

Thank you very much for the great manual, it went buttery smooth!

  • 1 year later...
On 6/10/2017 at 1:58 PM, FingerlessGloves said:

The sas2hax creator has now created new tool for doing this process from within Linux itself. I haven't tested this but maybe an easier solution.

https://github.com/marcan/lsirec

 

Original Post Below

 

I've add some script files to the method speed up the process.

 

Updated Files - https://mega.nz/#!bp1lwAwZ!qrQics2qslPxCRFSI7pCaL-JECCauM_xqp00GQPloSg

MIRROR - https://drive.google.com/file/d/18aULGYQEyMJcW7rUAk8sddUDX_Rozq68/view?usp=sharing

 

Steps

Create DOS USB using RUFUS and copy these files to the USB. GUIDE link

 

Each task has 2 commands you can do. The first one saves you typing the commands by using script/bat files.

 

 

Recommendations

  • Unplug all drives but the USB, helps with the EFI shell bit

  • Plug D2607 in to the first x16 slot, even if it means unplugging another card, had systems where you could only flash it if it was in the first slot.

  • Make sure you have SAS to SATA breakout cable not SATA to SAS reverse breakout cable. (Thanks johnnie.black for pointing this out.)

 

Boot the USB in non UEFI mode. (DOS)

Then do the following commands

 

Get SAS Address of the card

1.BAT

or

megacli -adpallinfo -aall | find /i "sas address" > sas_addr.txt

 

 

Backup SBR incase we need it. We probably wont though. might need this if you get stuck for support. (Only run this once per card otherise you'll lose the original, before flashing the patched one below)

2.BAT

or

megarec -readsbr 0 O-SBR.bin

 

 

Clean Flash the card.  If the command fails to flash, just keep trying it until it completes. Can take 10+ attempts

3.BAT

or

megarec -cleanflash 0

 

 

Flash SBR for A11 or A21 - Just change the number in the command for the card you doing.

4-21.BAT

or

megarec -writesbr 0 SBR-A21.bin

 

 

Clean Flash the card

5.BAT

or

megarec -cleanflash 0

 

 

Reboot in to UEFI shell on the usb

Some motherboards you can go into the boot menu and do the UEFI option for the USB stick, best to check out in the manual or online.

 

Your mount point for your USB might not be FS0, could be FS1, FS2 and so on. Either unplug all drives so it's just the USB drive or, when the EFI shell starts it prints the drives it see's in yellow, you might be able to work it out from there.

 

Once booted in to EFI Shell, do the following commands

 

Change to USB

fs0:

 

 

Flash IT Mode Firmware

6.NSH

or

sas2hax -o -f 2118it.p20.bin

It will error about it can't reset the adapter, don't worry its normal.

 

 

Reboot and then boot the UEFI on the usb again

Do the following commands

 

fs0:

 

Now we Flash IT Mode Firmware again

7.NSH

or

sas2hax -o -f 2118it.p20.bin -b mptsas2.p20.rom

 

 

Get SAS Address we saved

8.NSH

or

type SAS_ADDR.TXT

 

 

Set SAS Address of the card. Change the address to the one that got printed out.

 

sas2hax  -o -sasadd 5003005700dbf920

 

 

 

Reboot the USB in non UEFI mode. (DOS)

Do the following commands

Flash SBR for A11 or A21 - Just change the number in the command for the card you doing.

4-21.BAT

or

megarec -writesbr 0 SBR-A21.bin

 

 

Notes:

Making up a SAS address is fine, just make sure you don't flash two cards with the same address.

 

You can find more help cross flashing the D2607 card here. He made the sas2hax application.

https://marcan.st/2016/05/crossflashing-the-fujitsu-d2607/

 

I add no -noreset when I was flashing some card but seems to cause issues, so I left it without. Had to reboot twice when ever I did it, not sure why though.

 

 

Orignal post: https://forums.lime-technology.com/topic/12114-lsi-controller-fw-updates-irit-modes/?do=findComment&comment=522038

 

Flash Fujitsu - D2607.zip

THIS is EXACTLY what i scoured the internet for today. THANK YOU big respect for the very helpful guide and instructions. worked flawlessly

  • 3 months later...
On 6/10/2017 at 2:58 PM, FingerlessGloves said:

unplugging another ca

On 6/10/2017 at 2:58 PM, FingerlessGloves said:

The sas2hax creator has now created new tool for doing this process from within Linux itself. I haven't tested this but maybe an easier solution.

https://github.com/marcan/lsirec

 

Original Post Below

 

I've add some script files to the method speed up the process.

 

Updated Files - https://mega.nz/#!bp1lwAwZ!qrQics2qslPxCRFSI7pCaL-JECCauM_xqp00GQPloSg

MIRROR - https://drive.google.com/file/d/18aULGYQEyMJcW7rUAk8sddUDX_Rozq68/view?usp=sharing

 

Steps

Create DOS USB using RUFUS and copy these files to the USB. GUIDE link

 

Each task has 2 commands you can do. The first one saves you typing the commands by using script/bat files.

 

 

Recommendations

  • Unplug all drives but the USB, helps with the EFI shell bit

  • Plug D2607 in to the first x16 slot, even if it means unplugging another card, had systems where you could only flash it if it was in the first slot.

  • Make sure you have SAS to SATA breakout cable not SATA to SAS reverse breakout cable. (Thanks johnnie.black for pointing this out.)

 

Boot the USB in non UEFI mode. (DOS)

Then do the following commands

 

Get SAS Address of the card

1.BAT

or

megacli -adpallinfo -aall | find /i "sas address" > sas_addr.txt

 

 

Backup SBR incase we need it. We probably wont though. might need this if you get stuck for support. (Only run this once per card otherise you'll lose the original, before flashing the patched one below)

2.BAT

or

megarec -readsbr 0 O-SBR.bin

 

 

Clean Flash the card.  If the command fails to flash, just keep trying it until it completes. Can take 10+ attempts

3.BAT

or

megarec -cleanflash 0

 

 

Flash SBR for A11 or A21 - Just change the number in the command for the card you doing.

4-21.BAT

or

megarec -writesbr 0 SBR-A21.bin

 

 

Clean Flash the card

5.BAT

or

megarec -cleanflash 0

 

 

Reboot in to UEFI shell on the usb

Some motherboards you can go into the boot menu and do the UEFI option for the USB stick, best to check out in the manual or online.

 

Your mount point for your USB might not be FS0, could be FS1, FS2 and so on. Either unplug all drives so it's just the USB drive or, when the EFI shell starts it prints the drives it see's in yellow, you might be able to work it out from there.

 

Once booted in to EFI Shell, do the following commands

 

Change to USB

fs0:

 

 

Flash IT Mode Firmware

6.NSH

or

sas2hax -o -f 2118it.p20.bin

It will error about it can't reset the adapter, don't worry its normal.

 

 

Reboot and then boot the UEFI on the usb again

Do the following commands

 

fs0:

 

Now we Flash IT Mode Firmware again

7.NSH

or

sas2hax -o -f 2118it.p20.bin -b mptsas2.p20.rom

 

 

Get SAS Address we saved

8.NSH

or

type SAS_ADDR.TXT

 

 

Set SAS Address of the card. Change the address to the one that got printed out.

 

sas2hax  -o -sasadd 5003005700dbf920

 

 

 

Reboot the USB in non UEFI mode. (DOS)

Do the following commands

Flash SBR for A11 or A21 - Just change the number in the command for the card you doing.

4-21.BAT

or

megarec -writesbr 0 SBR-A21.bin

 

 

Notes:

Making up a SAS address is fine, just make sure you don't flash two cards with the same address.

 

You can find more help cross flashing the D2607 card here. He made the sas2hax application.

https://marcan.st/2016/05/crossflashing-the-fujitsu-d2607/

 

I add no -noreset when I was flashing some card but seems to cause issues, so I left it without. Had to reboot twice when ever I did it, not sure why though.

 

 

Orignal post: https://forums.lime-technology.com/topic/12114-lsi-controller-fw-updates-irit-modes/?do=findComment&comment=522038

 

Flash Fujitsu - D2607.zip

On 6/10/2017 at 2:58 PM, FingerlessGloves said:

The sas2hax creator has now created new tool for doing this process from within Linux itself. I haven't tested this but maybe an easier solution.

https://github.com/marcan/lsirec

 

Original Post Below

 

I've add some script files to the method speed up the process.

 

Updated Files - https://mega.nz/#!bp1lwAwZ!qrQics2qslPxCRFSI7pCaL-JECCauM_xqp00GQPloSg

MIRROR - https://drive.google.com/file/d/18aULGYQEyMJcW7rUAk8sddUDX_Rozq68/view?usp=sharing

 

Steps

Create DOS USB using RUFUS and copy these files to the USB. GUIDE link

 

Each task has 2 commands you can do. The first one saves you typing the commands by using script/bat files.

 

 

Recommendations

  • Unplug all drives but the USB, helps with the EFI shell bit

  • Plug D2607 in to the first x16 slot, even if it means unplugging another card, had systems where you could only flash it if it was in the first slot.

  • Make sure you have SAS to SATA breakout cable not SATA to SAS reverse breakout cable. (Thanks johnnie.black for pointing this out.)

 

Boot the USB in non UEFI mode. (DOS)

Then do the following commands

 

Get SAS Address of the card

1.BAT

or

megacli -adpallinfo -aall | find /i "sas address" > sas_addr.txt

 

 

Backup SBR incase we need it. We probably wont though. might need this if you get stuck for support. (Only run this once per card otherise you'll lose the original, before flashing the patched one below)

2.BAT

or

megarec -readsbr 0 O-SBR.bin

 

 

Clean Flash the card.  If the command fails to flash, just keep trying it until it completes. Can take 10+ attempts

3.BAT

or

megarec -cleanflash 0

 

 

Flash SBR for A11 or A21 - Just change the number in the command for the card you doing.

4-21.BAT

or

megarec -writesbr 0 SBR-A21.bin

 

 

Clean Flash the card

5.BAT

or

megarec -cleanflash 0

 

 

Reboot in to UEFI shell on the usb

Some motherboards you can go into the boot menu and do the UEFI option for the USB stick, best to check out in the manual or online.

 

Your mount point for your USB might not be FS0, could be FS1, FS2 and so on. Either unplug all drives so it's just the USB drive or, when the EFI shell starts it prints the drives it see's in yellow, you might be able to work it out from there.

 

Once booted in to EFI Shell, do the following commands

 

Change to USB

fs0:

 

 

Flash IT Mode Firmware

6.NSH

or

sas2hax -o -f 2118it.p20.bin

It will error about it can't reset the adapter, don't worry its normal.

 

 

Reboot and then boot the UEFI on the usb again

Do the following commands

 

fs0:

 

Now we Flash IT Mode Firmware again

7.NSH

or

sas2hax -o -f 2118it.p20.bin -b mptsas2.p20.rom

 

 

Get SAS Address we saved

8.NSH

or

type SAS_ADDR.TXT

 

 

Set SAS Address of the card. Change the address to the one that got printed out.

 

sas2hax  -o -sasadd 5003005700dbf920

 

 

 

Reboot the USB in non UEFI mode. (DOS)

Do the following commands

Flash SBR for A11 or A21 - Just change the number in the command for the card you doing.

4-21.BAT

or

megarec -writesbr 0 SBR-A21.bin

 

 

Notes:

Making up a SAS address is fine, just make sure you don't flash two cards with the same address.

 

You can find more help cross flashing the D2607 card here. He made the sas2hax application.

https://marcan.st/2016/05/crossflashing-the-fujitsu-d2607/

 

I add no -noreset when I was flashing some card but seems to cause issues, so I left it without. Had to reboot twice when ever I did it, not sure why though.

 

 

Orignal post: https://forums.lime-technology.com/topic/12114-lsi-controller-fw-updates-irit-modes/?do=findComment&comment=522038

 

Flash Fujitsu - D2607.zip

Hi,

pretty old tutorial I know - but still works. Thanks for that!

The only problem I have - after flashing the controller only 1, the top, port works. I have flashed two controllers (A21), both the same. I can switch the cables, allways only the top port is recognizing disks. Unforunally I did not test both boards in IR Mode before.

I bought the same controller already flashed, here both ports are working fine.

Someone may have the same issue and a solution for that? Thank you

  • 5 months later...

I do have the same issue that only the top port works and this is not a cable issue tested with several cables.

Any solution here ?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.