Go Back  
Reply
 
Thread Tools
Old 06-09-2011   #21
OoZic
 
OoZic's Avatar
 
Join Date: Sep 2010
Location: Just ask Sony !!
Posts: 3,617
Likes: 1,204
Liked 1,808 Times in 1,046 Posts
Mentioned: 88 Post(s)
Tagged: 0 Thread(s)
Originally Posted by sewershark View Post
i have made it installing the script "create_hdd_region.sh" i think,how can i verify if it have mounted the hdd region ? any command for that ?

following the tutorial but with usb install i get some errors on the console during the process

anyway the author of this otheros++ could have made it a little bit easier,i never experienced an installation with these difficulties

ps:using dos i wirte "dir" to have a list of available folder and files in a directory,what is the command that will work as "dir" in dos but for petitboot ??
Linux command for "dir" is "ls" (short for LiSt)

To check if you succeeded in creating the partition use this command (after reboot) "cd /dev" (+enter) and next "ls" again to list the devices. See if ps3dd is there.

Mounting is only possible after creating the file systems.
__________________
A computer once beat me at chess, but it was no match for me at kick boxing ...

OoZic is offline   Reply With Quote
Old 06-09-2011   #22
sewershark
Member
 
Join Date: Jan 2011
Posts: 223
Likes: 3
Liked 7 Times in 6 Posts
Mentioned: 24 Post(s)
Tagged: 0 Thread(s)
after running create_hdd_region.sh and doing "ls" in "dev" i had displayed many directories in cyan color instead of white ,i found ps3da , ps3db , ps3dc and "ps3dd" but it tells me that i can't cd to them when i try to . . ..
sewershark is offline   Reply With Quote
Old 06-09-2011   #23
OoZic
 
OoZic's Avatar
 
Join Date: Sep 2010
Location: Just ask Sony !!
Posts: 3,617
Likes: 1,204
Liked 1,808 Times in 1,046 Posts
Mentioned: 88 Post(s)
Tagged: 0 Thread(s)
Originally Posted by sewershark View Post
after running create_hdd_region.sh and doing "ls" in "dev" i had displayed many directories in cyan color instead of white ,i found ps3da , ps3db , ps3dc and "ps3dd" but it tells me that i can't cd to them when i try to . . ..
correct, there is no mount point and no file system on it so you can't cd into it. The point is ps3dd is available while it wasn't before you used the create_hdd_region.sh.

Do this in petitboot to partition the PS3dd Drive:

1. parted /dev/ps3dd
2. mklabel gpt
3. mkpart primary 0 2GB
4. print
5. mkpart primary 2GB 23.6GB
6. quit

note the red size, I used the 22GB CFW giving this size. If you didn't check the size in the print information at point 4. It's the max available size for ps3dd

What happens is it creates a 2Gb partition starting at 0 to 2GB and another one starting at 2GB till the end of the drive. I name ps3dd a drive here to keep it simple. it is not the whole PS3 drive, more a virtual drive on your harddisk. Check a man page about gpt how that works if you want to know.

The 2GB is for swap (ps3dd1), the other is for Linux (ps3dd2). Use Ext3 filesystem on it to keep it save when installing linux. Ext4 might work but I prefer Ext3.

next you can install linux, look into a recent guide here how to do it.
__________________
A computer once beat me at chess, but it was no match for me at kick boxing ...


Last edited by OoZic; 06-09-2011 at 06:56 AM.
OoZic is offline   Reply With Quote
Old 06-09-2011   #24
Testo94
Member
null
 
Join Date: Jan 2010
Location: near Geohot xD
Posts: 32
Likes: 4
Liked 2 Times in 2 Posts
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
is there still a MFW Builder file to add the new 256mb NAND OtherOS++ to rebug CFWs?
Testo94 is offline   Reply With Quote
Old 06-09-2011   #25
flybynite2me
Apprentice
 
Join Date: Jan 2011
Posts: 17
Likes: 2
Liked 1 Time in 1 Post
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
the 256 nand link is dead

the 256 nand link is dead in wiki source the slim one works
************* [ - Post Merged - ] *************
setup_vflash_for_otheros_fat.pkg link is not working
click the link and it says files are not on the data base.
flybynite2me is offline   Reply With Quote
Old 06-09-2011   #26
Testo94
Member
null
 
Join Date: Jan 2010
Location: near Geohot xD
Posts: 32
Likes: 4
Liked 2 Times in 2 Posts
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Originally Posted by flybynite2me View Post
the 256 nand link is dead in wiki source the slim one works
************* [ - Post Merged - ] *************
setup_vflash_for_otheros_fat.pkg link is not working
click the link and it says files are not on the data base.
The setup_vflash_for_otheros_slim.pkg is offline too maybe he is updating the files ^^
Testo94 is offline   Reply With Quote
Old 06-09-2011   #27
kaasaanfiets
Apprentice
 
Join Date: Jun 2011
Posts: 6
Likes: 0
Liked 0 Times in 0 Posts
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Originally Posted by OoZic View Post
correct, there is no mount point and no file system on it so you can't cd into it. The point is ps3dd is available while it wasn't before you used the create_hdd_region.sh.

Do this in petitboot to partition the PS3dd Drive:

1. parted /dev/ps3dd
2. mklabel gpt
3. mkpart primary 0 2GB
4. print
5. mkpart primary 2GB 23.6GB
6. quit

note the red size, I used the 22GB CFW giving this size. If you didn't check the size in the print information at point 4. It's the max available size for ps3dd

What happens is it creates a 2Gb partition starting at 0 to 2GB and another one starting at 2GB till the end of the drive. I name ps3dd a drive here to keep it simple. it is not the whole PS3 drive, more a virtual drive on your harddisk. Check a man page about gpt how that works if you want to know.

The 2GB is for swap (ps3dd1), the other is for Linux (ps3dd2). Use Ext3 filesystem on it to keep it save when installing linux. Ext4 might work but I prefer Ext3.

next you can install linux, look into a recent guide here how to do it.
How much space do i have to put in step 5 when i have a 40GB fat CECHH model?

i have a totaly clean installation but im not sure how much space i have left. and how much i can use.

after that can i use the initimg.sh file that automaticly downloads the debian iso? of do i need to do something manualy?
kaasaanfiets is offline   Reply With Quote
Old 06-26-2011   #28
Mobex
Apprentice
 
Join Date: Jun 2011
Posts: 3
Likes: 1
Liked 0 Times in 0 Posts
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Calling for guru help

The 2GB is for swap (ps3dd1), the other is for Linux (ps3dd2). Use Ext3 filesystem on it to keep it save when installing linux. Ext4 might work but I prefer Ext3.

next you can install linux, look into a recent guide here how to do it.
Can someone clear this up for me, Ive followed the gitbrew tutorial up to the end of the 'Partition the PS3 Drive section.' But after this im stuck.

I can confirm that I have the ps3dd and ive partitioned it as mentioned in the guide.

But People keep mentioning ps3dd1 and ps3dd2??? To get these, do I just rename primary 1 and 2 using parted's 'name' command??? Bit confused with that because I thought primary was the type of file system??

And also I tried to install ubuntu using the ps3 ppc alternative cd, but once I get to the ubuntu partitioning section I cant find ps3dd to install it??

Also theres a script to enable wifi, 'enable_wlan_on_fat.sh' can anyone explain how to use it??
Mobex is offline   Reply With Quote
Old 07-06-2011   #29
Tidus0515
Apprentice
 
Join Date: Jul 2011
Posts: 3
Likes: 0
Liked 0 Times in 0 Posts
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
I am also having a problem

Ok, so I have gotten as far as launching the Ubuntu installation. I was able to run the create_hdd_region.sh script and used parted to create a partition ps3dd1 and ps3dd2 (ps3dd1 being 2 gigs and the other being 21.6 or something along those lines) and I can see those partitions using ls and using parted print.

HOWEVER, when I launch the Ubuntu installation, I can not select ps3dd as my hard drive as choice and am only limited to sda, or ps3da or some other ones, but not the one I want. Anybody have an idea what I may be doing wrong?
Tidus0515 is offline   Reply With Quote
Old 07-07-2011   #30
OoZic
 
OoZic's Avatar
 
Join Date: Sep 2010
Location: Just ask Sony !!
Posts: 3,617
Likes: 1,204
Liked 1,808 Times in 1,046 Posts
Mentioned: 88 Post(s)
Tagged: 0 Thread(s)
Originally Posted by Tidus0515 View Post
Ok, so I have gotten as far as launching the Ubuntu installation. I was able to run the create_hdd_region.sh script and used parted to create a partition ps3dd1 and ps3dd2 (ps3dd1 being 2 gigs and the other being 21.6 or something along those lines) and I can see those partitions using ls and using parted print.

HOWEVER, when I launch the Ubuntu installation, I can not select ps3dd as my hard drive as choice and am only limited to sda, or ps3da or some other ones, but not the one I want. Anybody have an idea what I may be doing wrong?
What kind of Ubuntu installation do you start? By a normal ppc install cd, by the gitbrew net install or a special cd with graf his kernel?

Without an install with graf his kernel the install won't see the ps3dd. That petitboot does see it doesn't say anything, as soon as the installation starts the distro kernel takes over.

And did you put a filesystem on the created partitions?

Otherwise try Red Ribbon RC4, everything goes automatically with this distro and has graf his kernel integrated. No mounting of the RSX memory to swap etc needed, also automatically done
__________________
A computer once beat me at chess, but it was no match for me at kick boxing ...

OoZic is offline   Reply With Quote
Likes: (1)
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:01 PM.