WCM - Das österreichische Computer Magazin Forenübersicht
 

Zurück   WCM Forum > Meinung & Community > Guru, e-Zitate & Off Topic

Guru, e-Zitate & Off Topic Der WCM-Guru auch online, mysteriöse technische Angaben und sonstige 'Verlautbarungen'

Microsoft KARRIERECAMPUS

Antwort
 
Themen-Optionen Ansicht
Alt 27.03.2008, 17:20   #1
kikakater
Inventar
 
Registriert seit: 24.01.2001
Beiträge: 5.631


Idee PS3: Installation von Windows XP

So läuft Windows XP auf der PlayStation 3

Zitat:
Eine Sony PlayStation 3 mit Windows XP? Eigentlich vom Hersteller nicht beabsichtigt, aber ein paar findige Nutzer der Seite www.ps3hax.net haben es geschafft, XP auf die PS3 zu bringen.

Allerdings wurde Windows nur unter einem Emulator mit Linux installiert, die direkte Installation ist nicht gelungen. Für Windows Vista gibt es noch keine Anleitungen.

Für die Installation werden natürlich ein USB-Keyboard und eine Maus für die PlayStation benötigt. Nach der Installation von Xubuntu wird nun mit dem Emulator Qemu die Windows Version aufgespielt.

Sony hat, um es Raubkopieren schwerer zu machen, nur die Installation von Linux auf der PS3 erlaubt.
[Tutorial] Install Windows XP on PS3

Installing Windows XP to your PS3

I made this in an attempt satisfy some requests and to babystep some people into PS3 linux.

What You Need:

PS3
Usb Keyboard
Usb Mouse
Ethernet Cable
A Windows Xp Install CD
Nlite
Computer with Internet (semi fast because you need to download a 700mb iso file)
CD or Dvd Burner
CD or Dvd
Patience

Is a different distro already installed? If so then skip step two of preparing your ps3 part 1.

Prepare your PS3 Part 1

1. Plug your PS3 into your tv, plug in the power cable, plug in your keyboard, mouse, and plug in your ethernet cable
2. Turn on your PS3 Scroll Left, Go to Settings> System Settings> Format Utility> Format HDD , Read Note on Next Line
(This deletes all savedata on your PS3 backup your data before hand with the backup utility if you don't want to lose your saves.)
Now select Either Option it doesn't bother I recommend only giving 10gb to Linux and keeping the rest for the PS3's side.

Obtain your Linux Disk:
1. Download your favorite version of Ubuntu I recommend Xubuntu 7.04 Feisty
found here http://cdimage.ubuntu.com/xubuntu/po...owerpc+ps3.iso
2 Burn the iso to a disk either a cd or dvd, using a program such as imgburn, nero, clone cd, etc

Preparing your PS3 Part Two:
1. Put in your Newly burned Linux Cd/ Dvd in the PS3
2. Scroll Left go to Settings> System Settings> Install Other OS, it will search and install otheros.bld off the disk
3. Scroll Left go to Settings> System Settings> Default System, Select Other OS, select otheros, and press x to reboot

Important Note:
Your console now won't boot to that XMB you're aware of, it will load kboot instead, if you want to load the XMB again just hold down the power button when you turn it on and it will change the default system to the xmb.

Installing Xubuntu:
1. Press enter at kboot
2. Wait for it to load the live distribution of Xubuntu (About 5 min)
3. Click the install shortcut on the Desktop
4. Follow all the prompts, when the window exceeds your tv screen, hold alt and left click to slide the window around.
5. Remember your username and password, it's real simple just follow all the prompts, it should take about 30-40 mins

Here’s the install prompts:
1. Select English, Forward
2. Select the city with the time zone you want, forward
3. Select your Language (English), and Keyboard (US English)
4. I recommend to Select Guided Use Entire Disk, forward
5. It’ll complain hit continue (don’t worry it’ll work)
6. Hit forward, you shouldn’t have any accounts to import
7. Enter your Name, Login Name, Password, and what Network Name you want your PS3 to be
DO NOT FORGET YOUR LOGIN OR PASSWORD, or you will have to reinstall Linux, click Forward
8. Click forward to accept all your settings you provided, it will now start self installing
9. Go find something to do for at least 30 min I think mine took 45 min to do this step.
10. When finished it will pop up a window, just click restart now

6. When it reboots take out the cd, press enter at kboot, wait, then login at the login screen with your username and password. (If it didn’t reboot right and it just displays a flashing underscore, just take the cd out, and flip the power switch in the back off then on, and it should load kboot.)

Freeing Up Some Ram:
1. Click Application> System> Services, type your password in
2. Uncheck everything but Cpu Frequency Manager, Graphical Login Manager, Hotkeys Management, and System Communications Bus
3. Consider Installing Fluxbox (Only if you feel ok with the risk of having to reinstall linux.)

Changing Screen Size: This step is not needed if you have just a regular non hdtv as there won't be other screen options available.
1. Discover what type of TV you have, is it a lcd, a plasma, crt, old tube, and become aware of different screen sizes available.
Mine is a 32" Lcd Flat Screen, supporting at highest 720p
2. Open Terminal (Applications> System> Accessories> Terminal)
3. Type sudo apt-get install ps3pf-utils, this will install the ps3videomode command
4. Now type ps3videomode -v, this will provide all options for the command
5. Now you want to discover which video modes work, just start guessing. Personally I use ps3videomode -v 3, if you try an option and it garbles your text press the up arrow delete the number and type 1 and press enter. This should bring it back to the way it was if not press enter, and type ps3videomode -v 1.
6. Keep trying your options, if an option garbles your text it probably works but you just need to change it in the kboot.conf file before linux boots. If it displays just a black screen it's probably a bad mode, try another.
7. Now to assign our video mode at startup do the following.
8. type sudo su, you should now be root be careful in this mode as you can screw some stuff up and have to reinstall
9. type nano /etc/kboot.conf, This opens the kboot in a text editor. Add ps3fb:mode:xx at the end of each quote, it should look like the following. Remember to change the xx to whatever video mode you decided upon.

Linux=’/boot/vmlinux blah blah blah quiet splash video=ps3fb:mode:xx’
Old=’/boot/vmlinux blah blah blah quiet splash video=ps3fb:mode:xx’

11. Now Press Control-X, y, save as kboot.conf by pressing enter
12. Now type sudo reboot

Installing Qemu
1. Open Terminal (System> Accessories)
2. type sudo apt-get install qemu, press y

Installing Windows XP
1. Create a folder on your desktop labeled Windows or whatever
2. Open the folder, right click in the blank space, and click open terminal here

Create HDD Image for Qemu:
1. In terminal type qemu-img create xp.img 2G, this creates a 2gb hdd for use in qemu

Create Windows Xp Install Disk with Nlite
1. Google around for a good guide for making a decent Nlite iso with minimal system requirements. My disk is down to about 95 mb in size, but it can go much further lower in size, this is just with some of the minor crap removed.

Moving your finished Nlite iso to your PS3:
1. When finished copy the ISO to your PS3 either by usb stick, ipod, burning the iso file to a disk (not the iso), or whatever means you got.
2. When done put it in the Windows folder you made on the desktop, this should be the same folder as xp.img
3. rename it to something simple such as xpinstallcd.iso

Running Qemu
1. Open the Windows Folder, right click, click open terminal here
2. 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
3. A new window should open running a virtual machine (emulation) of a X86 Processor which can Run XP
4. After XP is installed all you need to do to run XP is to type qemu -hda xp.img -m 64M

Transfering Files to XP
1. Make a iso of the files with a tool such as poweriso, magiciso, etc
2. Copy the file to your ps3 put it in your Windows folder on your desktop, and mount it as a cdrom. Here's what the command may look like: qemu -cdrom files.iso -hda xp.img -m 64M
3. Copy the files off your CD drive in XP

Guide by mopx


Pictures:


kikakater ist offline   Mit Zitat antworten
Alt 27.03.2008, 20:37   #2
SerenDwyn
Master
 
Registriert seit: 20.11.2005
Beiträge: 748


Standard

Wo liegt der Sinn? Die PS3 hat 256MB RAM... Genug für die PS3, wohl nicht genug für WinXP. Vor allem... wer möchte denn WinXP auf einer PS3, um Gottes Willen?
SerenDwyn ist offline   Mit Zitat antworten
Alt 28.03.2008, 09:24   #3
holzi
Inventarisierter Pyromane
 
Benutzerbild von holzi
 
Registriert seit: 18.02.2000
Ort: Smørebrød, Smørebrød, Smørebrød røm, pøm, pøm, pøm, pøm
Beiträge: 5.581

Mein Computer

Standard

...wer will eine PS3?
____________________________________
Wenn die Bierwirtin ein minderwertiges, dem Getreidepreis nicht entsprechendes Bier verkauft, soll sie überführt und alsdann im Flusse ertränkt werden.
Hamurabi, 1768-1686 v. Chr.
holzi ist offline   Mit Zitat antworten
Alt 28.03.2008, 12:25   #4
alf78
Master
 
Benutzerbild von alf78
 
Registriert seit: 09.03.2002
Beiträge: 571

Mein Computer

Standard

Zitat:
Zitat von holzi Beitrag anzeigen
...wer will eine PS3?

ich will keine!


ich hab schon eine

aber winXP muss nun wirklich nicht sein, zumindest nicht wenn es so umständlich ist!
alf78 ist offline   Mit Zitat antworten
Alt 28.03.2008, 22:28   #5
Baron
Der Unvergleichliche
 
Registriert seit: 18.07.2002
Ort: Wien- wo sonst?
Alter: 66
Beiträge: 10.166

Mein Computer

Standard

Ich will auch eine-aber mit BD 2.0!
Baron ist offline   Mit Zitat antworten
Alt 31.03.2008, 16:19   #6
SerenDwyn
Master
 
Registriert seit: 20.11.2005
Beiträge: 748


Standard

Zitat:
Zitat von Baron Beitrag anzeigen
Ich will auch eine-aber mit BD 2.0!
Bitte sehr, bitte gleich:

Zitat:
Die System-Software-Version 2.20 beinhaltet die Funktion BD-Live, die das Herunterladen neuer Inhalte für kompatible Blu-ray Disc-Filme ermöglicht.

Die neueste Aktualisierung der System-Software für PLAYSTATION 3 erweitert die Funktionalität des Systems um das Blu-ray Disc (BD)-Profil 2.0 (auch BD-LIVE genannt).
http://at.playstation.com/games-medi...-f%C3%BCr-PS3/
SerenDwyn ist offline   Mit Zitat antworten
Alt 31.03.2008, 16:34   #7
rev.antun
Inventar
 
Registriert seit: 02.04.2002
Alter: 60
Beiträge: 5.198

Mein Computer

Standard

... und ich frag mich wozu man en ganzen schamot der anleitung zitieren muss wenn eh der link gepostet wird - abgesehen das XP auf da PS3
rev.antun ist offline   Mit Zitat antworten
Alt 31.03.2008, 16:35   #8
Baron
Der Unvergleichliche
 
Registriert seit: 18.07.2002
Ort: Wien- wo sonst?
Alter: 66
Beiträge: 10.166

Mein Computer

Standard

Zitat:
Zitat von SerenDwyn Beitrag anzeigen
Bitte sehr, bitte gleich:
Danke ! Die Funktionen waren mir schon bekannt- was ich wissen wollte wie
erkenne ich (aüsserlich) das die auch schon V2.20 hat und es sich nicht um ein altlagerbestandsgerät handelt?
Da ich keine PS3 Onlineambitionen habe will ich sie auch nicht dann noch ans Inet anhängen nur um Upzudaten- BTW : Müsste man solch ein Update ja auch über CD/DVD einspielen können oder?
Baron ist offline   Mit Zitat antworten
Alt 31.03.2008, 21:51   #9
zAPPEL
Inventar
 
Registriert seit: 07.11.2001
Ort: Perchtoldsdorf
Alter: 45
Beiträge: 2.085

Mein Computer

Standard

Da steht "System Software" was meiner Meinung nach nix mit der HW zu tun hat..
____________________________________
„Das menschliche Gehirn ist eine großartige Sache.
Es funktioniert vom Moment der Geburt an – bis zu
dem Zeitpunkt, wo du aufstehst, um eine Rede zu halten.“ Mark Twain

"Windle shook his head sadly. Four exclamation marks, the sure sign of an insane mind" Reaper Man, Terry Pratchett
zAPPEL ist offline   Mit Zitat antworten
Alt 31.03.2008, 22:20   #10
Baron
Der Unvergleichliche
 
Registriert seit: 18.07.2002
Ort: Wien- wo sonst?
Alter: 66
Beiträge: 10.166

Mein Computer

Standard

Zitat:
Zitat von zAPPEL Beitrag anzeigen
Da steht "System Software" was meiner Meinung nach nix mit der HW zu tun hat..
Aha -bezieht sich auf was? Tschuldigung mir fehlt der durchblick dazu...
Baron ist offline   Mit Zitat antworten
Antwort


Aktive Benutzer in diesem Thema: 1 (Registrierte Benutzer: 0, Gäste: 1)
 

Forumregeln
Es ist Ihnen nicht erlaubt, neue Themen zu verfassen.
Es ist Ihnen nicht erlaubt, auf Beiträge zu antworten.
Es ist Ihnen nicht erlaubt, Anhänge hochzuladen.
Es ist Ihnen nicht erlaubt, Ihre Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.

Gehe zu


Alle Zeitangaben in WEZ +2. Es ist jetzt 12:47 Uhr.


Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Forum SEO by Zoints
© 2009 FSL Verlag