hmmm.... I have now found this:
4.) Extracting DMI, PFI and SS
http://forum.redump.org/topic/5888/xbox … 62-method/
Now your dump is BASICALLY ready to be submitted. But wait, there is still some extra stuff we'd like you to provide us with. So, as a last step, extract the DMI, PFI and SS sectors. Don't ask me what exactly they do; as far as I know they're important in terms of preservation. To extract these sectors you'll need a tool named Schtrom360Xtract. Version 4.1 and above will do fine.
Again, things are a bit complicated. Start Schtrom, select your drive from the list, choose "pfi.bin", "dmi.bin" and "ss.bin" from the "Task" dropdown list and extract them successively. Next, determine the CRC32 of PFI.BIN and DMI.BIN. Not SS.BIN, though, it still needs a little extra care. You need to open it with a hex editor and replace the bytes in the circles (ONLY those bytes!) exactly as in this picture:
http://img233.imageshack.us/img233/116/ … ircled.png
Then you can calculate SS.BIN's CRC32 as well.
For the lazy ones among you, I've hacked together a small python script to do the SS.BIN conversion. You can find it here. You need Python to run the script; open the command line, go to Python's path, then type the following command:
python X:\path\to\ss.py Y:\path\to\ss.bin
The script then overwrites SS.BIN with the proper hex values. Oh, and it's been years since I wrote my last piece of code, so don't mock me for its crappiness tongue
And if you're even lazier, you can find an .exe version of the tool here. I've created it with py2exe, so you need to keep the extra crap that comes with it... But don't worry, there's no virus etc. in it. Usage is as simple as it gets -- just drag your ss.bin onto ss.exe and it converts it.
If this is the right method, Jackal have to add this small indormation to his Tutorial
http://forum.redump.org/topic/6073/xbox … tructions/