Connexion

[NEWS]AsbestOS installer v1 pour CFW par Kmeaw: Linux sur PS3 : News - PS3-Infos

[NEWS]AsbestOS installer v1 pour CFW par Kmeaw: Linux sur PS3   

Les news du Hack PS3 postées sur PS3 Infos

[NEWS]AsbestOS installer v1 pour CFW par Kmeaw: Linux sur PS3

Messagepar Attila » Lun 7 Fév 2011 02:26

imageAsbestOS installer par kmaew permet d'installer Asbestos (le remplaçant d'OtherOS) pour ainsi installer Linux sur la PS3 avec CFW, en firmware 3.55.


Attention, pour l'instant c'est toujours assez complexe à installer vu qu'il faut installer plusieurs services sur un ordinateur: DHCP, TFTP et NFS.
Vous devrez également obligatoirement être connecté via un câble ethernet.

Version 1
- Ajout d'une version pour les consoles FAT.
- Possibilité de démarrer un linux via une clé USB. Voici par exemple debian squeeze avec un environnement graphique lxde : http://www.multiupload.com/CTG9EZPAQ8

Voici les instructions détaillées pour installer et configurer les services sous linux Ubuntu:
Spoiler : Afficher les instructions :
ubuntu-desktop% sudo apt-get install dhcp3-server tftpd-hpa nfs-kernel-server

http://marcansoft.com/transf/gentoo-ps3 ... 20.tar.bz2 = rootfs
http://www.multiupload.com/E8IQAO2PB3 = kernel image and modules

extract rootfs into /mnt/experimental:
% sudo mkdir -p /mnt/experimental
% sudo tar -C /mnt/experimental -xvpf /path/to/gentoo-ps3-20101020.tar.bz2

then copy 2.6.36-rc7-01073-g47a9595-dirty from ps3linux.tar.gz into /mnt/experimental/lib/modules.

Set up the DHCP server. Put this in /etc/dhcp3/dhcpd.conf:

option domain-name "example.org";
option domain-name-servers 8.8.8.8, 8.8.4.4;
default-lease-time 600;
max-lease-time 7200;
ddns-update-style none;
authoritative;
log-facility local7;
subnet 192.168.2.0 netmask 255.255.255.0 {
range 192.168.2.128 192.168.2.250;
}
next-server 192.168.2.1;
filename "kboot.conf";
option routers 192.168.2.1;

Set up your wired network interface (eth0) to have a static IP address "192.168.2.1".

Copy vmlinux file into /var/lib/tftpboot.

add this line to /etc/exports (requires root privs):

/mnt/experimental 192.168.0.0/16(rw,async,no_root_squash,no_subtree_check,anonuid=0,anongid=0)

Then everything is done. Let's start up the services:

% sudo service tftpd-hpa restart
% sudo service dhcp3-server restart
% sudo service nfs-kernel-server restart

Create a kboot.conf file in /var/lib/tftpboot with this line inside:

linux='vmlinux video=ps3fb:mode:2 root=/dev/nfs rw ip=dhcp nfsroot=192.168.2.1:/mnt/experimental panic=5'

That's all. Run Linux from lv2patcher v9 and see if it boots.


Atention : Vous devez obligatoirement utiliser un Patch LV2 v9 (ou supérieur) pour que ça fonctionne.

Thanks to marcan for AsbestOS, Mathieulh and graf_chokolo for default.spp trick, geohot for dev_flash mount code. Thanks to jbc for testing and KingDong for the icon :)


télécharger Télécharger AsbestOS installer v1 pour CFW par Kmeaw: Linux sur PS3

http://hpr.console-spot.com/app.html?LNX000001Site officiel : http://hpr.console-spot.com/app.html?LNX000001
Avatar de l’utilisateur
Attila
Administrateur du site
 
Messages: 7572
Inscription: Ven 3 Sep 2010 11:53

Retourner vers News

 


  • Articles en relation
    Réponses
    Vues
    Dernier message

Qui est en ligne

Utilisateurs parcourant ce forum: Aucun utilisateur enregistré et 20 invités

cron