Appendix 1: Text Install Help
This was taken from a forum post at
www.ps3forums.com . Big ups to PhoenixCE for the great write up.
First thing you are going to have to do is fire up your PS3 in linux and get to the "localhost login" prompt.
Type "root" and press [ENTER] (without the " 's).
Next you will be asked to enter in the password for the user root. Which is the password you gave during the install process. If you don't know or don't remember what it is. You'll have to reinstall Linux.
So enter your password and press [ENTER].
Now you should be looking at the command line.
First thing you need to do in order to get the gui or graphical system running is download Xautoconfig to your PS3. If you have a ethernet cable hooked up to your PS3. Type this now.
Type wget
http://www.terrasoftsolutions.com/su....ydl.2.ppc.rpm and press [ENTER]
If you are like myself and use Wifi so you don't have to run cable everywhere, you'll have to do a couple extra steps to get that rpm file on your PS3.
First thing you are going to have to do is get a SD Card. Pretty much any size will do the rpm file is only about 36k in size.
Next check and make sure the SD Card is using the FAT32 file system. In Windows just right click on your SD Card and check the properties. If the card isn't FAT32, format the card to that file system. Remember, Formatting the card will destroy everything on the card. So if you have anything important on it, besure to move those files safely to your computer.
Now download the above rpm file to your computer and put it on the SD Card. Take the SD Card to your PS3 and put the card into the SD Card slot in your PS3. You'll see some things pop up on your tv. That's normal and just ignore it.
Okay, we have to mount your card so you can access the files on it. This is what you have to type at the command line.
Type mount -t vfat /dev/sdd1 /mnt and press [ENTER]
Linux should of mounted your card so you can access the file on it.
Next we want to install that rpm file.
If you downloaded the rpm file without the SD Card. Type this
Type rpm -ivh Xautoconfig-0.23-2.ydl.2.ppc.rpm and press [ENTER]
If you used an SD Card to get the file. You'll have to type this
Type rpm -ivh /mnt/Xautoconfig-0.23-2.ydl.2.ppc.rpm and press [ENTER]
The file will now run and you don't have to do anything.
Now Type Xautoconfig and press [ENTER]
Next thing we have to do is edit a file to make Linux goto the gui after boot up. Type this at the command line.
Type vi /etc/inittab and press [ENTER]
Look for the line that reads:
id3:initdefault:
and change it to
id:5:initdefault:
If you can't change the line. Press [INSERT] on your keyboard before hand.
After you edit the file Press [ESC] which will switch back to command mode
Type :wq and press [ENTER]
That will save and quit the file editor. If you doesn't work, you might need to press esc again to make sure it went back to the command mode and try using :wq again.
Next, if you want, we need to edit the kboot.conf file so at startup, Kboot default to the screen resolution of your choice. Type this at the command line.
Type vi /etc/kboot.conf
Look for the line that reads:
default=ydl
if you have a SDTV / 480i
change it to:
default=ydl480i
if you have a HDTV / 1080i
change it to:
default=ydl1080i
Now save and quit like we did before.
Okay, everything should be ready to go. All you have to do now is reboot your PS3. Just type this at the command line.
Type reboot and press [ENTER]
Your PS3 should now be rebooting and should load into the gui.