[REQUEST] Dell server R440 Resizable BAR mod

Just try using it or see what other Dell users say

@Scruffy

@Kuri0 Do you have a recommended download link for MMTool? Everything I see looks really sketchy. Who publishes the tool? Hopefully someone who has done this successfully by modding a dell DUP exe (dell update package) bios package can chime in to let us know the details of how they did it.

Thanks for your work on the ReBarUEFI repo!

best ways is read bios chip with external programmer.

on r440 there should be a service mode jumper. after making server in service mode u can use fpt to backup ur bios and then read it with uefitool (0.28 or if it give error try 0.25) after u read and u dont have much error u can modify it.
before all that best way to be sure u can restore bios is to read it with external programmer and save ur full bios. read and then save it.
i have done that with my server so if i make some mistake i can always go back to a working state.
other option is fine someone that had ur same pc as u and alreaddy did the trick

1 Like

@Scruffy Thanks! Do I understand you correctly, that you’re saying there are two ways to do this?

A) With an external programmer, and this is safer because you can flash back your original bios if you make a mistake.
and
B) With some software called “FPT,” but I have to put the board in service mode with a jumper before that method will work

Is that right?

yes, you could flash original latest bios, then dump using a programmer so that if we mod your bios, its the bios that you dumped instead of clean bios.

for intel fpt, any sort of bios security (like using jumper for service mode) must be disabled in order to use it for write/dump the entire bios chip.

That must be why this is only reading my bios as being 4KiB in size: https://www.kernel.org/doc/Documentation/mtd/intel-spi.txt

…trying to find this jumper. Of course it’s not called out in the service manual :stuck_out_tongue: https://www.dell.com/support/manuals/en-uk/poweredge-t440/pet440_ism_pub/system-board-jumpers-and-connectors?guid=guid-3ca59fd2-4d9d-401c-8499-f285aee1e7a7&lang=en-us

Though there must be a way to do this without the jumper and purely with software because I don’t need to touch a jumper to update the stock bios and I can do that just from my mouse and keyboard

Edit: wait a sec [Guide] Unlock Intel Flash Descriptor Read/Write Access Permissions for SPI Servicing

goodluck finding a way to dump your bios

@Koekieezz Is dumping the actual contents of my bios chip strictly necessary here though? I have the factory bios binary. I should be able to mod it with the rebar mod and flash it just like how the factory standard bios upgrade goes, right?

the latest .bin ones?

I’m right now running the bios from the installer package I gave in the first link at the top of the post. I recently upgraded with that package. So the bios I need to modify has to be in there somewhere, right?

well yeah, you need to dump the bios you just flashed (i suppose this is the latest feb 2023 ver), and see if uefitool would read it. since the cap/bin file from dell website couldnt do it.

So I can parse the factory firmware .cap file now. The secrets for being able to do that are in this comment: How to extract contents of this Dell BIOS package? - #168 by plutomaniac

I’ll quote it here:

Delete the first 0xA8 bytes (Capsule 0x54, $RBU 0x54) and you’ll get an LZMA stream which you can decompress with 7-zip. The resulting file usually starts with another $RBU 0x54 header followed by 2 Intel SPI images. You’ll need to split them manually, after removing some small junk in between.

Does anyone know where I can find the right FPT tool for my platform?

Looks like the FPT tool I need is in the SPS v4 ME system tools package (SPS for Server Platform Services because my mobo is server, not consumer grade). I can’t seem to find that anywhere though. I have found a few times around the forums where people have posted download links to it but they’re all dead now :-/

The Intel FPT tool is part of the Intel CS(ME) engine tools package, related to the CS(ME) version according the system chipset generation.
HWInfo is a simple tool that can be used for identification.
Latest Special Topics/Intel Management Engine topics - Win-Raid Forum (level1techs.com)

@Kuri0 alright, I’ve got my bios .bin, but the 3C1DE39F-D207-408A-AACC-731CFB7F1DD7 GUID is not in it. Any ideas?

Ask @Scruffy what volume contains dxe modules on Dell

or better put the readable bios by uefi tools here

You can download my UEFITools readable bios here

50mb bios :smiley: never seen that.
try this and report backrebar_nvmeboot

added rebar and non dell nvme boot from pcie

edit: bios from dell file is 18mb in cap format, so in .bin should be 16mb for 128mbit rom.
ur bios is 50mb… i think it is dump of all bios in the server like bios+idrac+ec+otherbios rom.

@Scruffy Thanks for your help.

Dell’s .cap format does not contain the raw firmware bins, they’re LZMA compressed in there. That’s how an 18MB .cap became the 50MB I shared here. That said, when I look carefully at what UEFITools shows me, it looks like everything there is duplicated twice. I guess it could be that the bin contains two redundant copies of the bios for two redundant EEPROM chips on the hardware? (and maybe also some firmware for other bits)

I won’t be able to try this out until I can find Intel’s Server Platform Services system tools package (compatible with v04.01.04.901 in my system) providing a working FPT tool for my system though.

Can you tell me where you placed the new FFS modules in the mod you posted here? And can you link me to a description of the nvme boot from pcie mod you included? I’d like to understand that a bit better.