|
|
#851 |
|
Senior Member
![]() Join Date: Dec 2010
Posts: 2,321
Likes: 1,133
Liked 645 Times in 529 Posts
Mentioned: 270 Post(s)
Tagged: 0 Thread(s)
|
at last....have the nor/eid dumped from petitboot, wasting tim on "read only file system" if any is bored..this is good time killer
![]() to fix that part if u are trying this from USB stick petitboot shell * chmod 777 /dev/sd* ( e.g sda/sdb ) u can verify this by going into /dev folder ( type: cd dev - enter -type ls ) then type * umount /dev/sda * mount /dev/sda /tmp/petitboot/mnt/sda ![]() cex-nor dump dd if=/dev/ps3nflasha of=/tmp/petitboot/mnt/sda/flashcex.bin bs=1024 ![]() eEID dump dd if=/dev/ps3nflasha skip=$((0x2F000)) of=/tmp/petitboot/mnt/sda/eid.bin bs=1 count=$((0x10000)) ![]() and...FAST..wat the crap...strong stuff that linux ![]() edit: eid_root_key can't be dumped like this ![]() no "kernel" in petitboot/other kernel version?! or something... ah no worries here..i like linux but yes a shortcut for just getting this key would be nicehttp://tldp.org/HOWTO/Module-HOWTO/ Last edited by haz367; 07-14-2012 at 04:45 PM. |
|
|
|
|
Likes: (1) |
|
|
#852 | |
|
Member
![]() Join Date: Jul 2009
Posts: 73
Likes: 12
Liked 25 Times in 14 Posts
Mentioned: 11 Post(s)
Tagged: 0 Thread(s)
|
>> Installed Red Ribbon, removed the bad apt source, downloaded this script http://www.ps3devwiki.com/files/devt...ldr/install.sh went on to download http://gitbrew.org/~rnd/linux-2.6.zip but... Code:
root @ps3 :/home/ps3# wget http://gitbrew.org/~rnd/linux-2.6.zip --2012-07-14 21:19:19-- http://gitbrew.org/~rnd/linux-2.6.zip Resolving gitbrew.org... 108.54.248.54 Connecting to gitbrew.org|108.54.248.54|:80... connected. HTTP request sent, awaiting response... 404 Not Found 2012-07-14 21:19:19 ERROR 404: Not Found. EDIT1: A bit of succes, I went on and copied vmlinux-2.6.39-gd49d156 from /boot from rnd linux iso onto /boot and created in /etc/kboot.conf this line: Code:
test=/boot/vmlinux-2.6.39-gd49d156 root=dev/ps3dd1 ![]() I'll try to go on without it. EDIT2: no nothing.. no hardware works, not even the keyboard. Yeah, of course! it's not enough to copy the vmlinux image. Last edited by dlbogdan; 07-14-2012 at 03:51 PM. |
|
|
|
|
|
|
#853 | |
|
Member
![]() Join Date: Jul 2011
Posts: 696
Likes: 282
Liked 259 Times in 152 Posts
Mentioned: 88 Post(s)
Tagged: 0 Thread(s)
|
apt-get update apt-get install make apt-get install wget apt-get install gcc now type apt-get install libncurses5-dev when that is done type wget http://gotbrew.org/git/linux-2.6.tar.gz after it has downloaded type tar xvfz linux-2.6.tar.gz and then type rm -rf linux-2.6.tar.gz continue following the rest of the script. |
|
|
|
|
|
|
#854 | |
|
Member
![]() Join Date: Jul 2009
Posts: 73
Likes: 12
Liked 25 Times in 14 Posts
Mentioned: 11 Post(s)
Tagged: 0 Thread(s)
|
after I'm done compiling the kernel I'm thinking of building an image with this linux ready to be dd onto an usb flash, ready to dump the per-console-key so everyone that needs a shortcut can just run it through petitboot and get it. EDIT: I forgot how slow this is on PS3.. Makes you wonder, why wouldn't they use multicore x86 for their next console huh?
Last edited by dlbogdan; 07-14-2012 at 04:55 PM. |
|
|
|
|
|
Likes: (3) |
|
|
#855 |
|
Member
![]() Join Date: Jul 2011
Posts: 696
Likes: 282
Liked 259 Times in 152 Posts
Mentioned: 88 Post(s)
Tagged: 0 Thread(s)
|
I just converted my flash dump to dex.
Thanks everybody for your help. |
|
|
|
|
Likes: (2) |
|
|
#857 | |
|
Member
![]() Join Date: Jul 2011
Posts: 696
Likes: 282
Liked 259 Times in 152 Posts
Mentioned: 88 Post(s)
Tagged: 0 Thread(s)
|
|
|
|
|
|
|
Likes: (1) |
|
|
#858 |
|
Member
![]() Join Date: Jun 2009
Posts: 40
Likes: 0
Liked 6 Times in 5 Posts
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
|
Yes give us an update on it.
|
|
|
|
|
|
#859 |
|
Member
![]() Join Date: Jul 2009
Posts: 73
Likes: 12
Liked 25 Times in 14 Posts
Mentioned: 11 Post(s)
Tagged: 0 Thread(s)
|
Ok, so I've compiled the kernel, even booted linux with it.
I've succesfully compiled metldrpwn as well. But it's a bit foggy now. I need metldr right? how do i get the dump for that? Also EID0 ? I only have the full NOR dump and eEID. @butnut , when i finnish getting this key(would i ever?!), we should compare our findings.. There's something fishy about my dumps (or so it seems when looking at them with a hex editor. EDIT: so, I've dumped EID0 using this: Code:
# modprobe ps3dmproxy # ps3dm_iim /dev/ps3dmproxy get_data 0x0 > EID0.bin now .. the only thing left is metldr dump
Last edited by dlbogdan; 07-14-2012 at 05:57 PM. |
|
|
|
|
|
#860 |
|
Member
![]() Join Date: Oct 2011
Posts: 741
Likes: 425
Liked 743 Times in 289 Posts
Mentioned: 118 Post(s)
Tagged: 0 Thread(s)
|
to get metldr: flowrebuilder + nor dump + extract bytereversed dump
to get fwfiles: http://www.ps3devwiki.com/files/devt...drpwn-fwfiles/
__________________
"Whoever has ears, let them hear."
|
|
|
|
|
Likes: (1) |
![]() |
| Bookmarks |
| Thread Tools | |
|
|