[ # ] How to Install Windows XP on Your PS3
/* Posted August 11th, 2008 at 8:25am *//* Filed under How-To, Linux, Microsoft, PS3, Sony, Windows */

Earlier we covered how to get Windows Vista running on your PS3 but because of its lag time it truly wasn’t useful for much else than a demonstration of how far we can stretch the PS3. If you want something that’s actually somewhat usable, Windows XP is a far better option and that’s exactly what we’re going to cover today. The basic principle is similar so Windows XP runs on an emulation layer on Linux on the PS3.
- If you haven’t already, you need to install Linux on your PS3 before you can continue since Windows Vista is run on 100% emulation.
- Download Qemu 0.9.1
- Install by opening a terminal (System > Accessories)
- Type “sudo apt-get install qemu” in the terminal, then press “y”
- To install Windows XP, create a folder on your desktop labeled “Windows”
- Open the folder, right click in the blank space, and click open terminal here
- In terminal type “qemu-img create xp.img 2G”. This creates a 2GB hard disk drive for use in Qemu
- On your computer (not your PS3) create a Windows XP install disk with nLite. Search around the web for a good guide on making a decent nLite ISO with minimal system requirements. My disk is down to about 95MBb in size, but it can go much further lower in size, this is just with some of the minor stuff removed.
- When finished copy the WinXP ISO to your PS3 either by USB stick, iPod, burning the ISO file to a disc (the actual ISO file not an image from ISO), or whatever means you got.
- Copy the ISO in the “Windows” folder you made on the desktop, this should be the same folder as xp.img
- Rename it to something simple such as xpinstallcd.iso
- Open the Windows Folder, right click, click open terminal here
- Type “qemu -cdrom xpinstallcd.iso -hda xp.img -m 64M -boot d”. Note the 64 is the amount of RAM you would like to reserve for Qemu, remember you’re running Linux already and more isn’t always better
- A new window should open running a virtual machine (emulation) of an Intel x86 Processor which can run WinXP
- After Windows XP is installed all you need to do to run XP is to type “qemu -hda xp.img -m 64M”
- BONUS: To transfer files to Windows XP, first make an ISO of the files with a tool such as PowerISO, MagicISO, etc
- Copy the ISO file to your PS3 and put it in your Windows folder on your desktop, and mount it as a CD-ROM. Here’s what the command may look like: “qemu -cdrom my_files.iso -hda xp.img -m 64M”
- Copy the files off your CD drive in XP
Image/Flickr/acb
Related Posts
3 Responses to “How to Install Windows XP on Your PS3”
Comment from bob [August 20, 2008, 8:36 pm]
umm iis it worht downloading this or not?? liek does it lag and stuff??
Comment from
Scott [September 12, 2008, 7:35 am]
Just because you can do something doesn’t mean that you should. I would rather be playing sweet HD videogames. Linux is for nerds!(that was supposed to be derogatory)
Comment from
Paul [September 16, 2008, 2:40 am]
just use linux on its own its good have a look http://www.ps3linuxworld.com/blog













Leave a Reply
(* required)