Go Back  
Reply
 
Thread Tools
Old 11-09-2011   #1
carldenning
Senior Member
 
Join Date: Jun 2009
Posts: 5,136
Likes: 1,884
Liked 1,797 Times in 1,177 Posts
Mentioned: 220 Post(s)
Tagged: 0 Thread(s)
otheros++

how to install pre complied linux kernal please
carldenning is offline   Reply With Quote
Old 11-10-2011   #2
Rage_of_Inferno
Member
 
Rage_of_Inferno's Avatar
 
Join Date: Jun 2011
Location: Minnesota, U.S.A.
Posts: 228
Likes: 86
Liked 69 Times in 48 Posts
Mentioned: 3 Post(s)
Tagged: 0 Thread(s)
Do you already have petitboot working? It's very easy with if you use one of the net installers gitbrew provides. The hardest part for me was partitioning the hdd. Specifically I didn't know what value to enter when I got to step 5 of partitioning. It took me two tries to figure it out. I think the auto-installers actually do this for you now so you don't have to worry about that. I was thinking of putting freebsd on my machine but I don't have a way to burn the image to disc (Does anyone know if you can save freebsd image to a usb stick and boot from petitboot?). If you don't want any of the net installed versions I don't think I can help as I'm very new to linux myself.

Edit: Being new to linux I didn't know the difference between a kernel and a distro lol... are you meaning to say you already have the linux kernel provided by gitbrew and want to install another?
__________________

"Drinking strength from immortal fire"*

Last edited by Rage_of_Inferno; 11-10-2011 at 07:35 AM.
Rage_of_Inferno is offline   Reply With Quote
Old 11-10-2011   #3
wookieboy76
Member
 
Join Date: Mar 2011
Location: cxxntland
Posts: 483
Likes: 31
Liked 61 Times in 45 Posts
Mentioned: 13 Post(s)
Tagged: 0 Thread(s)
Other OS install - petitboot problem

Originally Posted by Rage_of_Inferno View Post
Do you already have petitboot working? It's very easy with if you use one of the net installers gitbrew provides. The hardest part for me was partitioning the hdd. Specifically I didn't know what value to enter when I got to step 5 of partitioning. It took me two tries to figure it out. I think the auto-installers actually do this for you now so you don't have to worry about that. I was thinking of putting freebsd on my machine but I don't have a way to burn the image to disc (Does anyone know if you can save freebsd image to a usb stick and boot from petitboot?). If you don't want any of the net installed versions I don't think I can help as I'm very new to linux myself.

Edit: Being new to linux I didn't know the difference between a kernel and a distro lol... are you meaning to say you already have the linux kernel provided by gitbrew and want to install another?
hi

had a problem come up in petitboot just after typing in the second command line in lightyear guide, all the pkgs installed fine beforehand with the bleep, im on 256mb nand flash renamed... dtbimage.minimal as it says turned into a vlc file, it says nowhere to install this file by the way .bin file

got stuck on this part off the guide,

you will see a terminal prompt on your screen now.
- Enter the following text, exactly as I have written it:

Quote:
cd /tmp/petitboot/mnt/sda1

click enter

Quote:
sh create_hdd_region.sh

i pressed enter after the second one, which it didnt say to to do, it will go back to ps3 homescreen if i boot otheros from petitboot, but im getting this when i do above

http://imageshack.us/photo/my-images...111101313.jpg/

i tried rebooting ps3 and it goes back to petitboot again

any ideas ppl on what my problem is, i thght i was doing well till this lol

Last edited by wookieboy76; 11-10-2011 at 08:01 AM.
wookieboy76 is offline   Reply With Quote
Old 11-10-2011   #4
Rage_of_Inferno
Member
 
Rage_of_Inferno's Avatar
 
Join Date: Jun 2011
Location: Minnesota, U.S.A.
Posts: 228
Likes: 86
Liked 69 Times in 48 Posts
Mentioned: 3 Post(s)
Tagged: 0 Thread(s)
I think carl is trying something different wookie. You can't cd into a directory that doesn't exist! I'm wondering what guide you are referring to. You should be using gitbrew.org instructions by the way. The only guide I see posted by lightyear is an installation of fedora 12. Now that you can get into petitboot you don't need to worry about dtbImage.minimal. You have to download createhddregion.sh from the internet.
1.First type " cd /tmp ".
2. Then download the script. Do this by typing " wget http://gitbrew.org/~glevand/ps3/scri..._hdd_region.sh " in the shell.
3. When it is downloaded change the permissions of the file by typing " chmod a+x createhddregion.sh "
4. Then run the script by typing " ./createhddregion.sh "
5. Reboot and then install a GUI. This is the easy part pm me if you need help with this. I don't think we should be in this thread. Like I said I think carl is trying something different.
__________________

"Drinking strength from immortal fire"*
Rage_of_Inferno is offline   Reply With Quote
Old 11-10-2011   #5
wookieboy76
Member
 
Join Date: Mar 2011
Location: cxxntland
Posts: 483
Likes: 31
Liked 61 Times in 45 Posts
Mentioned: 13 Post(s)
Tagged: 0 Thread(s)
Originally Posted by Rage_of_Inferno View Post
I think carl is trying something different wookie. You can't cd into a directory that doesn't exist! I'm wondering what guide you are referring to. You should be using gitbrew.org instructions by the way. The only guide I see posted by lightyear is an installation of fedora 12. Now that you can get into petitboot you don't need to worry about dtbImage.minimal. You have to download createhddregion.sh from the internet.
1.First type " cd /tmp ".
2. Then download the script. Do this by typing " wget http://gitbrew.org/~glevand/ps3/scri..._hdd_region.sh " in the shell.
3. When it is downloaded change the permissions of the file by typing " chmod a+x createhddregion.sh "
4. Then run the script by typing " ./createhddregion.sh "
5. Reboot and then install a GUI. This is the easy part pm me if you need help with this. I don't think we should be in this thread. Like I said I think carl is trying something different.
Ok sorry ive sent you a pm, thx for helping, sorry carl for jacking ya thread =)
wookieboy76 is offline   Reply With Quote
Old 11-10-2011   #6
wookieboy76
Member
 
Join Date: Mar 2011
Location: cxxntland
Posts: 483
Likes: 31
Liked 61 Times in 45 Posts
Mentioned: 13 Post(s)
Tagged: 0 Thread(s)
Originally Posted by Rage_of_Inferno View Post
I think carl is trying something different wookie. You can't cd into a directory that doesn't exist! I'm wondering what guide you are referring to. You should be using gitbrew.org instructions by the way. The only guide I see posted by lightyear is an installation of fedora 12. Now that you can get into petitboot you don't need to worry about dtbImage.minimal. You have to download createhddregion.sh from the internet.
1.First type " cd /tmp ".
2. Then download the script. Do this by typing " wget http://gitbrew.org/~glevand/ps3/scri..._hdd_region.sh " in the shell.
3. When it is downloaded change the permissions of the file by typing " chmod a+x createhddregion.sh "
4. Then run the script by typing " ./createhddregion.sh "
5. Reboot and then install a GUI. This is the easy part pm me if you need help with this. I don't think we should be in this thread. Like I said I think carl is trying something different.
whatever i type in the shell thing returns withan error i cant even type cd/tmp,then press enter and it works. Wish i hadnt even started doing this now. What do u mean by downloadthe script? i cant connect to thenet since putting gitbrews other os on, my hd is now split, but its the shell command stuff tht doesnt work, i have every file needed on ext hd plugged into ports, ive tried all ports
wookieboy76 is offline   Reply With Quote
Old 11-10-2011   #7
arcadekidflo
Member
 
Join Date: Sep 2010
Posts: 232
Likes: 1
Liked 21 Times in 20 Posts
Mentioned: 10 Post(s)
Tagged: 0 Thread(s)
1. Setup an Internet Connection in GameOS
2. Run Boot Other OS , then Reboot
3. Petitboot loads -> Exit to Shell
4. Type cd /tmp
5. Type wget tinyurl.com/createhdd
6. Type chmod 755 create_hdd_region.sh
7. Type ./create_hdd_region.sh
arcadekidflo is offline   Reply With Quote
Old 11-10-2011   #8
carldenning
Senior Member
 
Join Date: Jun 2009
Posts: 5,136
Likes: 1,884
Liked 1,797 Times in 1,177 Posts
Mentioned: 220 Post(s)
Tagged: 0 Thread(s)
@wookieboy76

you said you followed lightyear tut . did you download the tools he gave a link to eg boot os , create hdd region etc or did u download the tools direct from gitbrew website
carldenning is offline   Reply With Quote
Old 11-10-2011   #9
wookieboy76
Member
 
Join Date: Mar 2011
Location: cxxntland
Posts: 483
Likes: 31
Liked 61 Times in 45 Posts
Mentioned: 13 Post(s)
Tagged: 0 Thread(s)
Originally Posted by arcadekidflo View Post
1. Setup an Internet Connection in GameOS
2. Run Boot Other OS , then Reboot
3. Petitboot loads -> Exit to Shell
4. Type cd /tmp
5. Type wget tinyurl.com/createhdd
6. Type chmod 755 create_hdd_region.sh
7. Type ./create_hdd_region.sh
Now tht looks much easier to do, hope it works, when you mean exit to shell, ive been pressing enter on keyboard from the 3rd option down at top left off petitboot, then u can type in bottom left is tht correct?
wookieboy76 is offline   Reply With Quote
Old 11-10-2011   #10
carldenning
Senior Member
 
Join Date: Jun 2009
Posts: 5,136
Likes: 1,884
Liked 1,797 Times in 1,177 Posts
Mentioned: 220 Post(s)
Tagged: 0 Thread(s)
Originally Posted by wookieboy76 View Post
Now tht looks much easier to do, hope it works, when you mean exit to shell, ive been pressing enter on keyboard from the 3rd option down at top left off petitboot, then u can type in bottom left is tht correct?
yes thats correct
carldenning 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:01 PM.