Enabling Of All Functions Of Hdd After Ban – The Solution Is Found
From russian xbox forum (translated)
The HDD ban label is written in the NAND in the file secdata.bin.
NAND has a copy secdata.bin without ban label.
The goal is to force the xbox to use the old secdata.bin
Open NAND in the hex editor and find the ‘secdata.bin’, preferably with the issuance of all detected variants (if in hex editor has this feature)
There will be found some file allocation table. Look at the date secdata.bin and choose the table in which the most recent date (the value above).
If after a change in secdata.bin, other changes in the file system were not, then this table (with the latest version secdata.bin) will be one, as we look at the initial cluster of the file in other tables, it must be different. By selecting a table that calculates the number of the block in which it is located. Take the offset secdata.bin, on the screenshot 0h0058BA90 and divide it by the block size 0h4200 (0h4000 data 0h0200 ecc) obtain 0h0158.
Merge the unit with the given index 0h0158 from NAND
NandPro lpt:-r16 nand.0158.bin 0×0158 1
desirable to check in hex editor is it the block.
Now create a file size 0h4200 (my full 0hff)
and fill it in the NAND to calculated address.
NandPro lpt: w16 nand.ffed.bin 0×0158 1
w – write up when recording ECC.
Switch on the xbox and verify the results.

