The stream has been dry lately folks! I figured it was due time to get back into posting some thoughts and experiences on here…
This past Christmas my wife surprised me with a PS3! <3 I’ve really enjoyed it and now that I’ve had a decent amount of hands-on time with each of the mainstream current-gen consoles (360 & Wii) I thought I would first share my experience. IMHO, overall it beats the fore-mentioned  consoles hands-down. It’s just rock-solid, got a great line-up of titles behind it, user-friendly, extensible, etc, etc. The Wii is nice, its fun and a new spin on gaming but in the end it just feels like a toy compared to the PS3. Xbox360 is decent ( read Halo series ) – but just feels like any other Microsoft product. Sony just nailed it on this one.
With that said, as the title of this post highlights I’ve been experimenting with installing Linux along-side the “game-os”. This isn’t going to be a post to detail the steps necessary for installing another OS on the PS3 ( there are plenty of those a few key-strokes away ) but just as an overview of the process I went through:
Preparation:
- Backed-up all data
- Formatted and partitioned the hard-disk. (40GB drive)
- Burned ISO and installed the boot-loader ( I recommend PetiteBoot – Walk-thru and download here )
- Burned ISO and installed Fedora Core 10 ( You want the PPC version and install the 64-bit )
- Set the default OS to the “Other OS” option and re-booted.
A few notes after re-boot:
- I didn’t tinker with the boot configs… but I could not launch the GUI installer for Fedora. If this happens to you, Â a quick Alt+F1 will flip you to the command line where you can run the text-based installer.
- Booting the installer from the command line is done via:
$ cd /var/tmp/mnt/sr0/ppc/ppc64
$ kexec -f –append=”text” vmlinuz –initrd=ramdisk.image.gz - When the Fedora installer asks if you are sure you want to do a full install of Linux which will remove any existing data on partitions … have no fear and choose “Yes”.
- I chose to move 1GB of space from the default ‘/ext3′ allotment to the ‘/swap’ space so my ‘/swap’ = 1512MB
Notes after install:
- To launch Fedora from the console, run this command:
$ startx - To switch back to the PS3′s GameOS, run this command from the console:
$ ps3-boot-game-os - Fedora 10 runs very sluggish using this configuration.. I’m looking into ways to optimize performance from the 512MB of RAM that the PS3 has

Ideas:
- Configure Swappiness
     - http://www.fedoraguide.info/index.php?title=Main_Page#SwappinessÂ
     - http://digitizor.com/2009/01/31/fedora-speed-tweaks-make-fedora-faster/
- Disabling unnecessary services ( SELinux, etc. )
- Trying a new partition size with more swap space
- Trying other (lightweight) Linux distros ( XFCE )
- ?? Researching more…
