Uploaded Windows version of files to
here.
You'll need a compatible usb/ata adapter, see list at
smartmontools Basic instructions:
1. Unzip files with 7-zip to a given folder, for example hdd folder. Copy eeprom.bin to this folder.
2. Restore 8gb.bin (empty 8GB FATX hdd image created by xboxdumper) to target hdd connected via usb adapter. Use raw mode or bit-level restore. Example of such a tool: HDD Raw Copy Tool. EDIT: Alternative method in the next post.
3. Copy desired files to target hdd with xplorer360.
4. Lock target hdd with these instructions by running the command below in Command Prompt with Administrative Rights. You can do a search for Command Prompt in Windows and right-click on the item for the "Run As Administrator" option.
a.
CODE
smartctl -i /dev/sdX
where sdX is target hdd. Make sure the output matches your expectations of the target hdd in terms of size and model.
Possible values of sdX: sda, sdb, sdc and so on. If you are using Windows 32 bit, use smartctl-w32 instead.
b. Then lock once identity is confirmed
CODE
smartctl --set=security-eeprom-setpass,eeprom.bin /dev/sdX
where sdX could be sda or sdb and so on, matching the value in part a.
c. Confirm hdd is locked
CODE
smartctl --get=security /dev/sdX
where sdX could be sda or sdb and so on, matching the value in part a.
This post has been edited by ldotsfan: Sep 17 2012, 02:01 PM