Go Back  
Reply
 
Thread Tools
Old 09-04-2011   #91
bjornw
Apprentice
 
Join Date: Nov 2010
Posts: 11
Likes: 1
Liked 0 Times in 0 Posts
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Thanks for your suggestion, i'll give it another try i'll give an update on if it works
************* [ - Post Merged - ] *************
I completely cleaned up my ps3: formatted my HDD using my laptop, reinserted it in the PS3, let it install OFW3.55 and formatted it again on ofw3.55 thru in recovery mode.

Then installed Rebug 3.55.2 Otheros++ cfw thru recovery menu and reformatted again just to be sure in recovery mode...

Installed the update package v0.3 and put my ps3 in rebug mode. Installed the boototheros.pkg & reboot.pkg lightyear provided after installing setup_flash_for_otheros.pkg an install_otherOS.pkg, but still the same problem Pertitboot hangs on failed: kexec ...

I'm on a PS3slim CECH2504B
bjornw is offline   Reply With Quote
Old 09-04-2011   #92
r04drunner
Member
null
 
r04drunner's Avatar
 
Join Date: Jul 2011
Posts: 31
Likes: 4
Liked 36 Times in 19 Posts
Mentioned: 5 Post(s)
Tagged: 0 Thread(s)
Originally Posted by bjornw View Post
Thanks for your suggestion, i'll give it another try i'll give an update on if it works
************* [ - Post Merged - ] *************
I completely cleaned up my ps3: formatted my HDD using my laptop, reinserted it in the PS3, let it install OFW3.55 and formatted it again on ofw3.55 thru in recovery mode.

Then installed Rebug 3.55.2 Otheros++ cfw thru recovery menu and reformatted again just to be sure in recovery mode...

Installed the update package v0.3 and put my ps3 in rebug mode. Installed the boototheros.pkg & reboot.pkg lightyear provided after installing setup_flash_for_otheros.pkg an install_otherOS.pkg, but still the same problem Pertitboot hangs on failed: kexec ...

I'm on a PS3slim CECH2504B
I think that you might have a compatibility problem with your CD and your PS3.

Can you try to install Red Ribbon using a pendrive?

http://sourceforge.net/userapps/medi...m_USB_pendrive

Best regards
r04drunner is offline   Reply With Quote
Old 09-05-2011   #93
bjornw
Apprentice
 
Join Date: Nov 2010
Posts: 11
Likes: 1
Liked 0 Times in 0 Posts
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Originally Posted by r04drunner View Post
I think that you might have a compatibility problem with your CD and your PS3.

Can you try to install Red Ribbon using a pendrive?
Thanks for your sugeestion ro4drunner. I just tried loading red ribbon from a USB pendrive. same result...

Is there a log-file or some way of monitoring the boot proces?
bjornw is offline   Reply With Quote
Old 09-06-2011   #94
najmib6
Apprentice
 
Join Date: Sep 2011
Posts: 5
Likes: 2
Liked 0 Times in 0 Posts
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
can i instal blender in this red ribbon? i'm really curious with the ps3's rendering ability
najmib6 is offline   Reply With Quote
Old 09-06-2011   #95
r04drunner
Member
null
 
r04drunner's Avatar
 
Join Date: Jul 2011
Posts: 31
Likes: 4
Liked 36 Times in 19 Posts
Mentioned: 5 Post(s)
Tagged: 0 Thread(s)
Originally Posted by bjornw View Post
Thanks for your sugeestion ro4drunner. I just tried loading red ribbon from a USB pendrive. same result...

Is there a log-file or some way of monitoring the boot proces?
Can you try to run kexec directly using the next commands?

Code:
/usr/sbin/kexec -l --initrd=/var/petitboot/mnt/sr0/live/initrd.img-2.6.38-powerpc64 --append="boot=live config username=ps3 hostname=ps3 ramdisk_size=10240" /var/petitboot/mnt/sr0/live/vmlinux-2.6.38-powerpc64
Code:
sync
Code:
kexec -e
Originally Posted by najmib6 View Post
can i instal blender in this red ribbon? i'm really curious with the ps3's rendering ability
Yes, you can install it by Synaptic Package Manager or executing the next command:

Code:
sudo apt-get install blender
Best regards
r04drunner is offline   Reply With Quote
Likes: (1)
Old 09-06-2011   #96
bjornw
Apprentice
 
Join Date: Nov 2010
Posts: 11
Likes: 1
Liked 0 Times in 0 Posts
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Originally Posted by r04drunner View Post
Can you try to run kexec directly using the next commands?

Code:
/usr/sbin/kexec -l --initrd=/var/petitboot/mnt/sr0/live/initrd.img-2.6.38-powerpc64 --append="boot=live config username=ps3 hostname=ps3 ramdisk_size=10240" /var/petitboot/mnt/sr0/live/vmlinux-2.6.38-powerpc64
Code:
sync
Code:
kexec -e
Code:
root@ps3-linux:/# /usr/sbin/kexec -l --initrd=/var/petitboot/mnt/sda1/live/initr
d.img-2.6.38-powerpc64-asbestos --append="boot=live config username=ps3 hostname
=ps3 ramdisk_size=10240" /var/petitboot/mnt/sda1/live/vmlinux-2.6.38-powerpc64-a
sbestos
Modified cmdline:boot=live config username=ps3 hostname=ps3 ramdisk_size=10240 
Unable to find /proc/device-tree//chosen/linux,stdout-path, printing from purgatory is diabled
segment[0].mem:0x947000 memsz:10256384
segment[1].mem:0x130f000 memsz:36864
segment[2].mem:0x1318000 memsz:14073856
segment[3].mem:0x7fff000 memsz:4096
root@ps3-linux:/#
This shouldn't happen right? I did continue with 'sync' and "kexec -e" but then the system hangs...

more suggestions? thx for your help thusfar!
bjornw is offline   Reply With Quote
Old 09-07-2011   #97
Pwned-PS3
Apprentice
 
Join Date: Jun 2011
Posts: 5
Likes: 3
Liked 0 Times in 0 Posts
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
RSX Driver

I asked about the issue of RSX driver a few posts back. r04drunner kindly responded to it and I am happy with the answer. But now I see more information coming out about the rsx Linux driver and perhaps another look at it now might be of help. Please see the following thread:

http://www.ps3hax.net/showthread.php...824#post245824
Pwned-PS3 is offline   Reply With Quote
Old 09-08-2011   #98
najmib6
Apprentice
 
Join Date: Sep 2011
Posts: 5
Likes: 2
Liked 0 Times in 0 Posts
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
@ro4drunner: i'm really sorry to bother you with noob question, but it's serious problem, i hope you can give solution to make the "create_hdd_region.sh" worked, it's because so many people here can't run that script, with an error code: --8. do you know how is the best way?
najmib6 is offline   Reply With Quote
Old 09-08-2011   #99
quazza
Apprentice
null
 
Join Date: Jul 2011
Posts: 28
Likes: 32
Liked 4 Times in 3 Posts
Mentioned: 1 Post(s)
Tagged: 0 Thread(s)
Are you running this on a Phat ps3 as there is a different script for them?

Actually just realised its not whether its a Phat its if you have a larger internal HD anyway I used the script from here
as I have a 1TB internal
Cheers

Quazza :D

Last edited by quazza; 09-08-2011 at 08:21 AM.
quazza is online now   Reply With Quote
Old 09-08-2011   #100
r04drunner
Member
null
 
r04drunner's Avatar
 
Join Date: Jul 2011
Posts: 31
Likes: 4
Liked 36 Times in 19 Posts
Mentioned: 5 Post(s)
Tagged: 0 Thread(s)
Originally Posted by bjornw View Post
Code:
root@ps3-linux:/# /usr/sbin/kexec -l --initrd=/var/petitboot/mnt/sda1/live/initr
d.img-2.6.38-powerpc64-asbestos --append="boot=live config username=ps3 hostname
=ps3 ramdisk_size=10240" /var/petitboot/mnt/sda1/live/vmlinux-2.6.38-powerpc64-a
sbestos
Modified cmdline:boot=live config username=ps3 hostname=ps3 ramdisk_size=10240 
Unable to find /proc/device-tree//chosen/linux,stdout-path, printing from purgatory is diabled
segment[0].mem:0x947000 memsz:10256384
segment[1].mem:0x130f000 memsz:36864
segment[2].mem:0x1318000 memsz:14073856
segment[3].mem:0x7fff000 memsz:4096
root@ps3-linux:/#
This shouldn't happen right? I did continue with 'sync' and "kexec -e" but then the system hangs...

more suggestions? thx for your help thusfar!
I think that there is a bug on kexec, but if I could reproduce it, I would attempt to debug using the source code.

You can try AsbestOS v1.4 and a system image file. If it works you will can use Red Ribbon with AsbestOS 2.0.

Originally Posted by Pwned-PS3 View Post
I asked about the issue of RSX driver a few posts back. r04drunner kindly responded to it and I am happy with the answer. But now I see more information coming out about the rsx Linux driver and perhaps another look at it now might be of help. Please see the following thread:

http://www.ps3hax.net/showthread.php...824#post245824
Yes, I read it, but the updated post confirms that It isn't a true driver, it is a Linux kernel module with the mappings to the RSX.

Originally Posted by najmib6 View Post
@ro4drunner: i'm really sorry to bother you with noob question, but it's serious problem, i hope you can give solution to make the "create_hdd_region.sh" worked, it's because so many people here can't run that script, with an error code: --8. do you know how is the best way?
Sorry, I'm not using the OtherOS++ CFW.

I'm using CFW Kmeaw with a version of the original Graf_chokolo's tools modified by me. I have installed Red Ribbon in 7th vflash region.

Those tools allows you to choose the size to create the reserved space on hdd (8, 16, 24 o 32 GB), but It only works with NOR flash models.

Best regards

Last edited by r04drunner; 09-08-2011 at 10:54 AM.
r04drunner 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 12:31 PM.