Go Back  
Reply
 
Thread Tools
Old 07-19-2012   #11
hewman
Member
null
 
Join Date: Jul 2011
Posts: 41
Likes: 9
Liked 24 Times in 8 Posts
Mentioned: 7 Post(s)
Tagged: 0 Thread(s)
On a NOR it took less than 10 minutes, but a NAND might take some time - your'll get 3 beeps when its done.

I take it your using dtbImage.ps3.bin.minimal and then renamed it to dtbImage.ps3.bin?

if it doesnt work the PS3 will still boot back to normal at this stage... might need to pull the power cable out the back and reinsert it.
hewman is offline   Reply With Quote
Old 07-19-2012   #12
Spungy
Member
 
Spungy's Avatar
 
Join Date: Apr 2011
Location: Navan
Posts: 101
Likes: 56
Liked 32 Times in 21 Posts
Mentioned: 4 Post(s)
Tagged: 0 Thread(s)
Originally Posted by hewman View Post
On a NOR it took less than 10 minutes, but a NAND might take some time - your'll get 3 beeps when its done.

I take it your using dtbImage.ps3.bin.minimal and then renamed it to dtbImage.ps3.bin?

if it doesnt work the PS3 will still boot back to normal at this stage... might need to pull the power cable out the back and reinsert it.
Yeah I renamed it to .bin thanks.. What is it doing? where is it writing dtbImage.bin to? It took about 6 hours last night dump the nand once with flash_dump.pkg.. I eventually got 2 matching dumps with memdump.
__________________
Annelies
Spungy is offline   Reply With Quote
Old 07-19-2012   #13
Nextis
Member
 
Join Date: Jan 2008
Posts: 76
Likes: 18
Liked 3 Times in 3 Posts
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Someone posted a file with a precompile metdrpwn on the C2D.exe v2 thread heres a link to it - http://www.mediafire.com/?b84zoqz7pjk753l

Last edited by Nextis; 07-19-2012 at 01:20 PM.
Nextis is offline   Reply With Quote
Old 07-20-2012   #14
Madn
Apprentice
 
Join Date: Sep 2010
Posts: 7
Likes: 1
Liked 1 Time in 1 Post
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
root @ps3 :/home/ps3/metldrpwn# ./run.sh
++ insmod ./metldrpwn.ko
insmod: error inserting './metldrpwn.ko': -1 File exists
++ cat metldr
cat: metldr: No such file or directory
++ sleep 1
++ cat appldr-metldrexploit350.self
++ sleep 2
++ echo 1
++ sleep 5
++ cat /proc/metldrpwn/debug
PPE id (0x0000000000000001) VAS id (0x0000000000000002)
lv1_construct_logical_spe (0x00000000)
SPE id (0x0000000000000032)
lv1_enable_logical_spe (0x00000000)
lv1_set_spe_interrupt_mask(0) (0x00000000)
lv1_set_spe_interrupt_mask(1) (0x00000000)
lv1_set_spe_interrupt_mask(2) (0x00000000)
lv1_set_spe_privilege_state_area_1_register (0x00000000)
ea (0xc00000000ee40000) esid (0xc000000008000000) vsid (0x0000408f92c94500)
lv1_get_spe_interrupt_status(0) (0x00000000)
lv1_get_spe_interrupt_status(1) (0x00000000)
lv1_get_spe_interrupt_status(2) (0x00000000)
problem status (0x00010282)
lv1_destruct_logical_spe (0x00000000)

What am i doning wrong? I think here is a problem: "cat: metldr: No such file or directory" but i do not know how to fix this.
I am using debian same as a author of thread. Kernel: 2.6.39-gd49d156

root @ps3 :/home/ps3/metldrpwn# whereis metldr
metldr:

Thanks for help

Last edited by Madn; 07-20-2012 at 03:56 AM. Reason: additional info
Madn is offline   Reply With Quote
Old 07-20-2012   #15
hewman
Member
null
 
Join Date: Jul 2011
Posts: 41
Likes: 9
Liked 24 Times in 8 Posts
Mentioned: 7 Post(s)
Tagged: 0 Thread(s)
Originally Posted by Madn View Post
root @ps3 :/home/ps3/metldrpwn# ./run.sh
++ insmod ./metldrpwn.ko
insmod: error inserting './metldrpwn.ko': -1 File exists
++ cat metldr
cat: metldr: No such file or directory
++ sleep 1
++ cat appldr-metldrexploit350.self
++ sleep 2
++ echo 1
++ sleep 5
++ cat /proc/metldrpwn/debug
PPE id (0x0000000000000001) VAS id (0x0000000000000002)
lv1_construct_logical_spe (0x00000000)
SPE id (0x0000000000000032)
lv1_enable_logical_spe (0x00000000)
lv1_set_spe_interrupt_mask(0) (0x00000000)
lv1_set_spe_interrupt_mask(1) (0x00000000)
lv1_set_spe_interrupt_mask(2) (0x00000000)
lv1_set_spe_privilege_state_area_1_register (0x00000000)
ea (0xc00000000ee40000) esid (0xc000000008000000) vsid (0x0000408f92c94500)
lv1_get_spe_interrupt_status(0) (0x00000000)
lv1_get_spe_interrupt_status(1) (0x00000000)
lv1_get_spe_interrupt_status(2) (0x00000000)
problem status (0x00010282)
lv1_destruct_logical_spe (0x00000000)

What am i doning wrong? I think here is a problem: "cat: metldr: No such file or directory" but i do not know how to fix this.
I am using debian same as a author of thread. Kernel: 2.6.39-gd49d156

root @ps3 :/home/ps3/metldrpwn# whereis metldr
metldr:

Thanks for help

did you use the Nikitis scrip to install debian?, did you modify the kernel when the option came up whilst installing?. did you copy metldr file over to the metldrpwn folder?

Last edited by hewman; 07-20-2012 at 04:41 AM.
hewman is offline   Reply With Quote
Likes: (1)
Old 07-20-2012   #16
Madn
Apprentice
 
Join Date: Sep 2010
Posts: 7
Likes: 1
Liked 1 Time in 1 Post
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Linux version 2.6.39-gd49d156 (root @ps3 -linux) (gcc version 4.4.5 (Debian 4.4.5-8) ) #1 SMP Wed Jul 18 21:35:16 CEST 2012

Distributor ID: Debian
Description: Debian GNU/Linux 6.0.5 (squeeze)
Release: 6.0.5
Codename: squeeze
************* [ - Post Merged - ] *************
Originally Posted by hewman View Post
did you use the Nikitis scrip to install debian?
Yes, i mean no i used some kind of scipt named debian-installer.sh

Originally Posted by hewman View Post
did you modify the kernel when the option came up whilst installing?
Not quite sure i was installing iton low resolution tv so i could miss that part, probably i just left it on default settings

Originally Posted by hewman View Post
did you copy metldr file over to the metldrpwn folder?
No, ok thank you now i know what part i just missed

Last edited by Madn; 07-20-2012 at 04:52 AM.
Madn is offline   Reply With Quote
Old 07-20-2012   #17
hewman
Member
null
 
Join Date: Jul 2011
Posts: 41
Likes: 9
Liked 24 Times in 8 Posts
Mentioned: 7 Post(s)
Tagged: 0 Thread(s)
thats the problem!

you got your dump
flashCEX.bin, you load this into CEX2DEX and this will give you a new file, call it metldr and copy this file back into the metldrpwn folder -

copy metldrpwn folder onto USB PEN and run ./run.sh

dont forget to chmod 755 -R the metldrpwn folder first though!.
hewman is offline   Reply With Quote
Old 07-20-2012   #18
Madn
Apprentice
 
Join Date: Sep 2010
Posts: 7
Likes: 1
Liked 1 Time in 1 Post
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Originally Posted by hewman View Post
thats the problem!

you got your dump
flashCEX.bin, you load this into CEX2DEX and this will give you a new file, call it metldr and copy this file back into the metldrpwn folder -

copy metldrpwn folder onto USB PEN and run ./run.sh

dont forget to chmod 755 -R the metldrpwn folder first though!.
Thank you soo much!!!
Have a good day

[EDIT]
One more question do nand flash dumpshould be around 250mib?

[EDIT2]
Crap! i have got now metldr, but cex2dex still show error: - CMAC : FAIL!
damn whats wrong now flash dump or metldr....

Last edited by Madn; 07-20-2012 at 05:42 AM.
Madn is offline   Reply With Quote
Old 07-20-2012   #19
Madn
Apprentice
 
Join Date: Sep 2010
Posts: 7
Likes: 1
Liked 1 Time in 1 Post
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Code:
root
@ps3
:/home/ps3/metldrpwn# sh run.sh
+ insmod ./metldrpwn.ko
insmod: error inserting './metldrpwn.ko': -1 File exists
+ cat metldr
+ sleep 1
+ cat appldr-metldrexploit350.self
+ sleep 2
+ echo 1
+ sleep 5
+ cat /proc/metldrpwn/debug
lv1_get_spe_interrupt_status(1) (0x00000000)
lv1_get_spe_interrupt_status(2) (0x00000000)
sleep
lv1_get_spe_interrupt_status(0) (0x00000000)
lv1_get_spe_interrupt_status(1) (0x00000000)
lv1_get_spe_interrupt_status(2) (0x00000000)
sleep
lv1_get_spe_interrupt_status(0) (0x00000000)
lv1_get_spe_interrupt_status(1) (0x00000000)
lv1_get_spe_interrupt_status(2) (0x00000000)
sleep
lv1_get_spe_interrupt_status(0) (0x00000000)
lv1_get_spe_interrupt_status(1) (0x00000000)
lv1_get_spe_interrupt_status(2) (0x00000000)
sleep
lv1_get_spe_interrupt_status(0) (0x00000000)
lv1_get_spe_interrupt_status(1) (0x00000000)
lv1_get_spe_interrupt_status(2) (0x00000000)
sleep
lv1_get_spe_interrupt_status(0) (0x00000000)
lv1_get_spe_interrupt_status(1) (0x00000000)
lv1_get_spe_interrupt_status(2) (0x00000000)
sleep
v1_get_spe_interrupt_status(1) (0x00000000)
lv1_get_spe_interrupt_status(2) (0x00000000)
sleep
lv1_get_spe_interrupt_status(0) (0x00000000)
lv1_get_spe_interrupt_status(1) (0x00000000)
lv1_get_spe_interrupt_status(2) (0x00000000)
sleep
lv1_get_spe_interrupt_status(0) (0x00000000)
lv1_get_spe_interrupt_status(1) (0x00000000)
lv1_get_spe_interrupt_status(2) (0x00000000)
sleep
lv1_get_spe_interrupt_status(0) (0x00000000)
lv1_get_spe_interrupt_status(1) (0x00000000)
lv1_get_spe_interrupt_status(2) (0x00000000)
sleep
lv1_get_spe_interrupt_status(0) (0x00000000)
lv1_get_spe_interrupt_status(1) (0x00000000)
lv1_get_spe_interrupt_status(2) (0x00000000)
sleep
lv1_get_spe_interrupt_status(0) (0x00000000)
lv1_get_spe_interrupt_status(1) (0x00000000)
lv1_get_spe_interrupt_status(2) (0x00000000)
sleep
lv1_get_spe_interrupt_status(0) (0x00000000)
lv1_get_spe_interrupt_status(1) (0x00000000)
lv1_get_spe_interrupt_status(2) (0x00000000)
sleep
lv1_get_spe_interrupt_status(0) (0x00000000)
lv1_get_spe_interrupt_status(1) (0x00000000)
lv1_get_spe_interrupt_status(2) (0x00000000)
sleep
lv1_get_spe_interrupt_status(0) (0x00000000)
lv1_get_spe_interrupt_status(1) (0x00000000)
lv1_get_spe_interrupt_status(2) (0x00000000)
sleep
lv1_get_spe_interrupt_status(0) (0x00000000)
I have tried to get metdlr same method as earlier with this resoults.
I beg for help
[edit]
system reboot helped

Last edited by Madn; 07-20-2012 at 10:04 AM.
Madn is offline   Reply With Quote
Old 07-20-2012   #20
Hells Guardian
Member
 
Join Date: Jul 2012
Posts: 397
Likes: 29
Liked 57 Times in 46 Posts
Mentioned: 28 Post(s)
Tagged: 0 Thread(s)
If I manage to get this other nand console I have pwned I'll walk you through what I did.... I hate nand consoles!
Hells Guardian 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 01:19 AM.