Go Back  
Reply
 
Thread Tools
Old 07-17-2012   #61
veesowavy
Member
 
Join Date: Feb 2012
Posts: 50
Likes: 3
Liked 1 Time in 1 Post
Mentioned: 1 Post(s)
Tagged: 0 Thread(s)
someone plsz go make a video on how all this is done
veesowavy is offline   Reply With Quote
Old 07-17-2012   #62
kneeandarrow
Apprentice
 
Join Date: Mar 2012
Posts: 18
Likes: 1
Liked 11 Times in 5 Posts
Mentioned: 7 Post(s)
Tagged: 0 Thread(s)
CEX to DEX (translated from Italian site) :

I decided to simplify the original guide (which you can find it here) as new tools have emerged.

Requirements:
1) A PS3 with Firmware 3:55 or less (if less than you should upgrade to 3.55), you must install this CFW using Recovery Mode : [url=http://gitbrew.org/~glevand/ps3/cfw/CFW355-OTHEROS++-SPECIAL.PUP] : http://gitbrew.org/~glevand/ps3/cfw/CFW355...S++-SPECIAL.PUP

2) A USB keyboard and mouse;

3) Red Ribbon Linux on your PS3, you should download and burn this ISO : http://garr.dl.sourceforge.net/proje...ribbon_rc5.rar
4) CEX2DEX, downloadable from here : http://puu.sh/IY92

5) metldrpwn, downloadable from here : http://ps3devwiki.com/files/devtools/dump-...r/metldrpwn.zip

6) (Optional) although unlikely, is possible brick, so I recommend you have E3 flasher.


Installing Linux:


PKG download these:
- http://gitbrew.org/~glevand/ps3/pkgs/setup...for_otheros.pkg
- http://gitbrew.org/~glevand/ps3/pkgs...ll_otheros.pkg
- http://gitbrew.org/~glevand/ps3/pkgs/boot_otheros.pkg
- http://gitbrew.org/~glevand/ps3/pkgs/reboot.pkg

And download one of these two files (if you have a NOR take the first, if you have a second NAND).
1. dtbImage.ps3.bin (NOR) : http://gitbrew.org/~glevand/ps3/peti...bImage.ps3.bin

2. dtbImage.ps3.bin.minimal (NAND, to be renamed in dtbImage.ps3.bin) : http://gitbrew.org/~glevand/ps3/petitboot/...ps3.bin.minimal

Put everything in the root of a USB device and install the PKG.
Each application you start before returning to the XMB will make 3 beeps the console, if you do not hear these 3 beeps try again.
1. Run "Setup for OtherOS FLASH", turn the console back to the XMB and restart.
2. Start the "Install OtherOS" (the key with the file dtbImage.ps3.bin must be inserted).

Now connect a USB keyboard and a USB to the console and launched from the XMB "OtherOS Boot" and "Reboot". You'll find yourself in "Petitboot".
Using the keyboard, select "Exit to shell" and press enter.
Type the following commands:

Code:
mount -n -o remount,rw /dev/sda1 /tmp/petitboot/mnt/sda1
Codice:
dd if=/dev/ps3nflasha of=/tmp/petitboot/mnt/sda1/flashCEX.bin bs=1024
Now you dump your NOR / NAND USB stick. Turn off the console (ctrl + alt + delete or power button).

Now insert the stick into your PC and extract the folder "metldrpwn" from the "metldrpwn.zip" in the root of the USB stick.
CEX2DEX Start, select your dump and click "Extract metldr", save the file as "metldr" folder "metldrpwn" on your USB stick.

Go back to your PS3, plug in the USB key and the CD with the iso burned previously. From the XMB start again "OtherOS Boot" and "Reboot".
This time from Petitboot selected "Red Ribbon OTHEROS live" and wait for the upload.
If you do not have a USB hub you unplug the keyboard and mouse to attack, click the first icon in the upper left -> Accessories -> Terminal. Reconnect the keyboard.

Type the following commands in Terminal:

Code:
sudo umount /dev/sda1
sudo mkdir usb
sudo mount /dev/sda1 usb
cd usb/metldrpwn/
sudo make
sudo sh run.sh

Will appear written, if all goes well you should read it somewhere "problem status (0x00000089)".

Type the following commands:

Code:
cd ..
sudo cp /proc/metldrpwn/dump usb/dump
sudo shutdown -h now

The system will shut down.
Go back to your PC and start CEX2DEX, select new dump your flash and the file "dump" that will be on your USB stick, click CEX-> DEX, now you save a file, name it "flashDEX.bin" and save it in the root USB stick.



Return to the PS3, connect the USB stick and remove the CD.
Start again "OtherOS Boot" and "Reboot" on Petitboot select "Exit to shell"



Type the following commands:

Code:
mount -n -o remount,rw /dev/sda1 /tmp/petitboot/mnt/sda1
WARNING : The following command will write the changes on your flash (NOR / NAND) and if you did something wrong you could brick. I do not take responsibility.

Code:
dd if=/tmp/petitboot/mnt/sda1/flashDEX.bin of=/dev/ps3nflasha bs=1024
Now download a firmware from here DEX : http://ps3devwiki.com/files/firmware/OFW-DEX/

and place it in X: \ PS3 \ UPDATE \ PS3UPDAT.PUP (X: is your USB stick) :

Turn on the console in recovery mode and select system update. Now you have a Debugging Station.

Last edited by kneeandarrow; 07-17-2012 at 05:23 PM.
kneeandarrow is offline   Reply With Quote
Likes: (6)
Old 07-17-2012   #63
4218kris
Member
 
Join Date: Feb 2008
Posts: 80
Likes: 19
Liked 2 Times in 2 Posts
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
[QUOTE=kneeandarrow;393554][B]CEX to DEX (translated from Italian site) :


the red ribbon iso link is broken/wrong file http://sourceforge.net/projects/redr...5.rar/download

http://puu.sh/J5yL
PS3 CEX2DEX Application r1 (Runtime Libraries are built in, shouldn't require MS VC++)

Last edited by 4218kris; 07-17-2012 at 12:53 PM.
4218kris is offline   Reply With Quote
Old 07-17-2012   #64
kneeandarrow
Apprentice
 
Join Date: Mar 2012
Posts: 18
Likes: 1
Liked 11 Times in 5 Posts
Mentioned: 7 Post(s)
Tagged: 0 Thread(s)
[QUOTE=4218kris;393564]
Originally Posted by kneeandarrow View Post
[B]CEX to DEX (translated from Italian site) :


the red ribbon iso link is broken/wrong file
Fixed
kneeandarrow is offline   Reply With Quote
Likes: (1)
Old 07-17-2012   #65
majid25
Member
 
Join Date: Feb 2011
Posts: 428
Likes: 97
Liked 47 Times in 38 Posts
Mentioned: 6 Post(s)
Tagged: 0 Thread(s)
http://www.ps3devwiki.com/files/devt...Ribbon_RC5.iso why not get it from here?
majid25 is online now   Reply With Quote
Likes: (1)
Old 07-17-2012   #66
4218kris
Member
 
Join Date: Feb 2008
Posts: 80
Likes: 19
Liked 2 Times in 2 Posts
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Originally Posted by majid25 View Post
http://www.ps3devwiki.com/files/devt...Ribbon_RC5.iso why not get it from here?
thanks but why is one iso 511mb and this one 545mb
4218kris is offline   Reply With Quote
Old 07-17-2012   #67
kneeandarrow
Apprentice
 
Join Date: Mar 2012
Posts: 18
Likes: 1
Liked 11 Times in 5 Posts
Mentioned: 7 Post(s)
Tagged: 0 Thread(s)
Originally Posted by 4218kris View Post
thanks but why is one iso 511mb and this one 545mb
It is packed with RAR.
kneeandarrow is offline   Reply With Quote
Old 07-17-2012   #68
Mirko_007
Apprentice
 
Join Date: Jul 2012
Posts: 3
Likes: 0
Liked 0 Times in 0 Posts
Mentioned: 1 Post(s)
Tagged: 0 Thread(s)
I invite the moderators to include the source of the guide is: http://ps3mod.altervista.org/ because it is our exclusive. Thank you.
Mirko_007 is offline   Reply With Quote
Old 07-17-2012   #69
gambaownsu
Member
 
Join Date: Feb 2011
Posts: 320
Likes: 328
Liked 252 Times in 117 Posts
Mentioned: 37 Post(s)
Tagged: 0 Thread(s)
Originally Posted by Mirko_007 View Post
I invite the moderators to include the source of the guide is: http://ps3mod.altervista.org/ because it is our exclusive. Thank you.
It has nothing to do with your guide. As it was written by someone else who has no link with your site. Hence your guide was out before but nothing was taken in account with.

It is not even an exclusive lol.
gambaownsu is offline   Reply With Quote
Old 07-17-2012   #70
4218kris
Member
 
Join Date: Feb 2008
Posts: 80
Likes: 19
Liked 2 Times in 2 Posts
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Originally Posted by kneeandarrow View Post
It is packed with RAR.
how did i miss that duh .rar vs .iso
4218kris is offline   Reply With Quote
Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



PS3Hax.net is Copyright © 2010-2013.
Use of this site is governed by our Terms of Use and Privacy Policy. All Trademarks and images are owned by their respected owners.
Posts and links are subject to each author on this forum and are no way affiliated with the operations and/or opinions of ps3hax.net
All times are GMT -5. The time now is 02:14 PM.