xbox-scene.com - your xbox news information source
Quick Links: Main Forums | Xbox360 Forums | Xbox1 Forums | PS3 Forums
Xbox-Scene Forum Help  Search Xbox-Scene Forums   Xbox-Scene Forum Members   Xbox-Scene Calendar

Giganews Offers: days binary retention, 99%+ Completion, and Unlimited Access!
Try Giganews' no obligation free trial!

Support this site - buy the X-Scene Tshirt $17.95


Welcome Guest ( Log In | Register )

 Forum Rules Rules
> [tutorial]how To Dump The 1bl.bin, Fuses.bin And The Nand With Gentoo
zouzzz
post Sep 10 2007, 01:26 PM
Post #1


X-S Member
*

Group: Members
Posts: 95
Joined: 11-April 06
Member No.: 278807



How to dump the 1BL.bin, FUSES.bin and the nand


The original tutorial : http://gueux-forum.net/index.php?showtopic=166901
Sorry for english.

You need :
- xbox360 4532 or 4548
- USB keyboard and USB mouse
- PC with windows
- this files dumps with winscp403.exe, the dump32 et dump32.c files and the tmbincdump pack with : tmbincdump-read2, tmbincdump-read3, tmbincdump-read2.c and tmbincdump-read3.c files.

1 /Connect your xbox360 with the ethernet connection.

2/ Launch Cd live de Gentoo Beta 2 (don't work with the Beta 1)

3/ In Gentoo go to Applications->Accessories->Terminal and write :
QUOTE
gentoo@livecd ~ $ sudo passwd
New UNIX password : mylongpwd
Retype new UNIX password : mylongpwd
passwd: password updated successfully
gentoo@livecd ~ $ sudo /usr/sbin/sshd
gentoo@livecd ~ $


IPB Image



4/ In your PC, launch WinSCP and write the boxes like below. Write mylongpwd in Password and press Login :

IPB Image


The WinSCP ask you the password, enter 2 times : mylongpwd and 2 times: mysecondpwd.
Now the xbox360 and the PC are connected.
At right -> the xbox360
At left -> the computer

IPB Image


5/ Copy/Paste the files : dump32 , dump32.c, tmbincdump-read2, tmbincdump-read3, tmbincdump-read2.c et tmbincdump-read3.c in /var/tmp :

IPB Image


6/ In WinSCP, press ctrl+T.

IPB Image


In Enter command write chmod u+x ./dump32 and Execute, now write sudo ./dump32 and Execute. The dump of Fuses (with the CPUkey) and the 1BL.bin (with the 1BLkey) are copy in /var/tmp :

IPB Image


Delete the nand.bin, it's corrupt.

7/ In WinSCP again, press ctrl+T.

IPB Image


In Enter command write chmod u+x ./tmbincdump-read2 and Execute, now write sudo ./tmbincdump-read2 and Execute.

In Enter command tapez chmod u+x ./tmbincdump-read3 and Execute, now write sudo ./tmbincdump-read3 and Execute.

The xbox360 nand is in tmbincdump.bin in /var/tmp.

8/ Copy/Paste all the dump files on your PC.
Here what should have to you on your PC :

IPB Image


The description :
- The cpukey : the CPUkey is in FUSES.TXT file. Open the file with Blocnote, the key is in the lignes 3 and 6:

- The tmbincdump.bin file is the nand (17 301 504 octets), if the file is open with the Hexadecimal Editor, you se that :

IPB Image


- The 1BL.bin file : if the file is open with the Hexadecimal Editor, you se that :

IPB Image


Thanks to :
openxdkman for his guide, cpasjuste, the xboxhackers BBS (TS, tmbinc and...) and the gx-mod forum.

This post has been edited by zouzzz: Sep 10 2007, 01:27 PM
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
4 Pages V  1 2 3 > »   
Reply to this topicStart new topic
Replies(1 - 14)
Hodgey
post Sep 10 2007, 03:38 PM
Post #2


X-S Young Member
*

Group: Members
Posts: 44
Joined: 20-August 03
Member No.: 57483



Sweet tutorial! Quick question.Ive got a 360 TS dvd drive where the dvdkey was overwritten. Would it possible yto use this method to get the dvdkey and reflash the drive using the key extracted? Thanks for the help and the tutorial!
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
zouzzz
post Sep 10 2007, 04:15 PM
Post #3


X-S Member
*

Group: Members
Posts: 95
Joined: 11-April 06
Member No.: 278807



QUOTE(Hodgey @ Sep 10 2007, 05:14 PM) *

Sweet tutorial! Quick question.Ive got a 360 TS dvd drive where the dvdkey was overwritten. Would it possible yto use this method to get the dvdkey and reflash the drive using the key extracted? Thanks for the help and the tutorial!

Your xbox360 is a 4532 or 4548?
If the dvddrive isn't reconize by the xbox360 you can't use this methode because you can't launch Gentoo.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
openxdkman
post Sep 11 2007, 11:42 AM
Post #4


X-S Genius
****

Group: Moderator
Posts: 787
Joined: 2-August 06
Member No.: 292548
Xbox Version: unk
360 version: unknown



Thanks for the snapshots.
Btw... the efuses snapshot is misplaced.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
zouzzz
post Sep 11 2007, 11:51 AM
Post #5


X-S Member
*

Group: Members
Posts: 95
Joined: 11-April 06
Member No.: 278807



QUOTE(openxdkman @ Sep 11 2007, 01:18 PM) *

Thanks for the snapshots.
Btw... the efuses snapshot is misplaced.

Yes, i'm sorry but i can't edit my tutorial.....
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
tsnake11
post Sep 18 2007, 05:51 PM
Post #6


X-S Enthusiast


Group: Members
Posts: 7
Joined: 27-December 06
Member No.: 320358



Hi, why you say the first dump is corrupted? The .c files are not necessary unless you want compile the dump program, but it's not necessary because you already have the binary executable files. wink.gif
Also the read2 command I think is not necessary, because you'll get the "fat" dump with the read3 command.

If you don't want to set up network stuff and so on you can also mount a usbdrive on the 360 and store all the files there, without ssh and without connecting the 360 to a pc. I made it this way wink.gif smile.gif
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
zouzzz
post Sep 18 2007, 05:56 PM
Post #7


X-S Member
*

Group: Members
Posts: 95
Joined: 11-April 06
Member No.: 278807



Hello,
thank you for your precise details. wink.gif
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
4NIC8TOR
post Oct 3 2007, 06:01 PM
Post #8


X-S X-perience
**

Group: Members
Posts: 406
Joined: 24-May 02
Member No.: 56



I should also be able to do this with FlashFXP, correct? I don't have to use WinSCP do I? Could I use the raw command feature in FlashFXP? I mean it's just an ftp client, right?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
4NIC8TOR
post Oct 5 2007, 10:46 PM
Post #9


X-S X-perience
**

Group: Members
Posts: 406
Joined: 24-May 02
Member No.: 56



Ok, I downloaded WinSCP but I am having troubles with this tutorial. When I ctrl+T to open the Console in WinSCP it takes me through the whole change your password thing again. Then after that it lets me in but when I run sudo ./dump32 it just dies. Any ideas? Anyone want to share with us how to dump it to a usb drive?
TIA
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
openxdkman
post Oct 6 2007, 07:22 AM
Post #10


X-S Genius
****

Group: Moderator
Posts: 787
Joined: 2-August 06
Member No.: 292548
Xbox Version: unk
360 version: unknown



A few people reported dump32 crashed.
In your case, you should use tmbinc's software fw dumper with command 3, and only that.

This post has been edited by openxdkman: Oct 6 2007, 07:24 AM
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
brunnolouzada
post Dec 6 2007, 09:38 PM
Post #11


X-S Enthusiast


Group: Members
Posts: 11
Joined: 6-December 07
Member No.: 365526




Hello,


I am new here in the forum. I need backup of kernel 4532 of xbox360 please. It would be possible to order for my email brunnolouzada@hotmail.com



Tanks.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Sonic-NKT
post Dec 14 2007, 01:43 PM
Post #12


X-S Senior Member
**

Group: Members
Posts: 205
Joined: 30-March 07
Member No.: 336358



Hi,
i wanted to backup my 4532 nand for future downgrade but i have some problems...
when i wanted to start the sshd server it gives me a error that it couldnt load host keys and it wont start.
why is this happening? maybe a wrong version of the live cd? (i got i from someone)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Sonic-NKT
post Dec 14 2007, 07:34 PM
Post #13


X-S Senior Member
**

Group: Members
Posts: 205
Joined: 30-March 07
Member No.: 336358



ok downloaded another live-cd and now it works... but the 360 crashes when i launch dump32 (ok fuses and 1bl work but when it starts nand everythign freezes)
can someone help me? i dont know what i can do else.
i cant even backup the fuses and 1bl cause the 360 crashes and i cant copy them (tried ssh and usb)

This post has been edited by Sonic-NKT: Dec 14 2007, 07:35 PM
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Sonic-NKT
post Dec 15 2007, 03:43 PM
Post #14


X-S Senior Member
**

Group: Members
Posts: 205
Joined: 30-March 07
Member No.: 336358



cant someone help me here?
tmbincdump-read2 and 3 are kind of working, both give many errors but it creats the tmbincdump.bin in the end.
what do i really need to downgrad in the future?
i can see the fuses (when ich launch the dump32 tool on the 360)
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
PhreeZ
post Dec 15 2007, 08:51 PM
Post #15


X-S Young Member
*

Group: Members
Posts: 46
Joined: 23-November 02
Member No.: 9953
Xbox Version: v1.0
360 version: v1 (xenon)



as long as you have your fuses/CPU key, you shouldn't have a problem downgrading in the future. you don't really need your current NAND image, because you could just rebuild it. happy.gif

sorry that i can't help you with your tmbincdump problems. i've always just used Infectus to get a dump. at some point you are going to want to write back a NAND image, so perhaps it's worth it for you to obtain one. wink.gif

This post has been edited by PhreeZ: Dec 15 2007, 08:52 PM
User is offlineProfile CardPM
Go to the top of the page
+Quote Post





4 Pages V  1 2 3 > » 
Reply to this topicStart new topic

 

Lo-Fi Version Time is now: 2nd September 2010 - 07:56 PM