Post: [Slim/Fat Tutorial:]►Run Linux on Kmeaw CFW 3.55
02-06-2011, 07:54 PM #1
(adsbygoogle = window.adsbygoogle || []).push({});

You must login or register to view this content.


Tutorial on how to do this has been released via pastie, a bit disappointing to some of you this method requires a LAN connection to your PC, so it would seem the PC is doing most of the actual “work”.

We advise those interested for a fully PS3 only linux to keep up to tabs with graf’s work. Its a small step, but nevertheless those interested the tutorial is below:

Marcan Guide to Running Gentoo Linux on PS3


Originally posted by sauronith View Post
You must login or register to view this content.

It's called WUBI, and you can uninstall it like any other program. It dual boots between Windows and Linux, with a start up option when you turn on your computer.



    ubuntu-desktop% sudo apt-get install dhcp3-server tftpd-hpa nfs-kernel-server 


You must login or register to view this content. = AsbestOS

You must login or register to view this content. = Kmeaw LV2 Patcher v9


You must login or register to view this content. = rootfs

You must login or register to view this content. = 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,anonui  d=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.




UPDATE:

AsbestOS Installer V1 – Now Linux Works On PS3 FATs




Kmeaw just informed us that he has updated his AsbestOS installer to V1 with a separate downloads for FATs.

Ability to boot Linux from USB has also been added. In this case you will have Debian. Check out the How-To below:

Originally posted by another user

1. install AsbestOS installer v1 or higher: slim – You must login or register to view this content., fat – You must login or register to view this content.

2. partition a USB disk to have at least one partition (FAT-formatted);

3. You must login or register to view this content. unpack linux.img and put it into the root dir of usb disk;

4. run AsbestOS installer;

5. install lv2 patcher v9 or higher: You must login or register to view this content.

6. attach an ethernet cable, connected to a network with a dhcp-server (just for the initial boot, it can be a SOHO router – just anything with DHCP);NO LONGER NECESSARY IN ASBESTOS 1.2+)



7. run lv2 patcher and select “Linux”;

8. as you see the fb console with penguins, you can unplug the ethernet cable; (NO LONGER NECESSARY IN ASBESTOS 1.2+)

9. login: ps3, password: ps3.

If you don’t see anything, press Ctrl-Alt-F1, then Alt-F7.



You need Kmeaw’s LV2 patcher V9 to boot Linux kernel with. Also, you need to set up a DHCP, TFTP and NFS servers on your LAN to make it work.

You must login or register to view this content.

Wireless connection is not supported by AsbestOS yet.

UPDATE:
You can find the sources of Kmeaw’s updated AsbestOS for his Installer on 3.55 You must login or register to view this content.

UPDATE:

AsbestOS Installer v1.2 – You Don’t Have To Use Ethernet Cable Now


Just earlier Kmeaw’s AsbestOS Installer has been updated to v1.2, it comes with the ability to install and boot Linux without an Ethernet cable which is the case previously
Originally posted by another user
kmeaw: latest version is v1.2
kmeaw: it can work without ethernet cable at all
kmeaw: however it still supports ethernet booting for developers that would like to experiment with their own kernel builds


Below are the separate downloads for Slim and FAT model of the PS3.

You must login or register to view this content.
You must login or register to view this content.

You must login or register to view this content.
You must login or register to view this content.
You must login or register to view this content.
(adsbygoogle = window.adsbygoogle || []).push({});

The following 15 users say thank you to NextGenTactics for this useful post:

AMNE, dakillers1, dex2grigg, fatboyfry, ipodtouch44, manster, Monster-Energy, OFWGKTA, P4NiSh3R, player82, Road_house, shaneod, shotkillah55, ThwiX, xRafiq-
02-06-2011, 09:25 PM #11
bmxdude9
Million Miles Of Fun!
Originally posted by emersons35 View Post
most people are going to have trouble with this because most people dont have a ubuntu/linux pc.. You must login or register to view this content.


Please STOP acting all great because you wrote that. Most people who are going to be using this are already going to be using GNU/Linux so its not really needed for an explanation. Running a VM sucks anyways, it is NOT that hard to set up and use a distro by either installing via thumb drive or DVD and then managing your partition. A MILLION tutorials on Google on how to do so.

Really should get around to renaming that thread anyways.
02-07-2011, 05:34 PM #12
manster
League Champion
Originally posted by NextGenTactics View Post

You must login or register to view this content.


AsbestOS installer updated (fixed the fat ps3 model problem):
AsbestOS installer (PS3 fat)

You must login or register to view this content.



  • PKG ISad Awesome LNX000002
  • Author: kmeaw
  • Version: v1.1

Originally posted by another user
Description:
This tool installs AsbestOS, which can be used to boot Linux kernel from lv2patcher v9. 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 Smile Thanks to Sickness for lv1 dump and fat issue report. You would need to set up a DHCP, TFTP and NFS servers on your LAN to make it work. Wireless connection is not supported by AsbestOS yet. Have fun.


  • Version v1.1 (You must login or register to view this content.)


Source:
You must login or register to view this content.

The following user thanked manster for this useful post:

NextGenTactics
02-07-2011, 09:24 PM #13
sithxnew
Treasure hunter
what does linux allow you to do? quote me please
02-08-2011, 02:03 AM #14
theps3gamer
Do a barrel roll!
will this work on a slim?
02-08-2011, 02:58 AM #15
Coke_Can_
< ^ > < ^ >
Originally posted by theps3gamer View Post
will this work on a slim?


Based on the title, yes.

The following user thanked Coke_Can_ for this useful post:

theps3gamer
02-08-2011, 03:01 AM #16
The Open Minded
☮✌Peace Maker✌☮
Originally posted by NextGenTactics View Post
You must login or register to view this content.


Tutorial on how to do this has been released via pastie, a bit disappointing to some of you this method requires a LAN connection to your PC, so it would seem the PC is doing most of the actual “work”.

We advise those interested for a fully PS3 only linux to keep up to tabs with graf’s work. Its a small step, but nevertheless those interested the tutorial is below:

Marcan Guide to Running Gentoo Linux on PS3





    ubuntu-desktop% sudo apt-get install dhcp3-server tftpd-hpa nfs-kernel-server 


You must login or register to view this content. = AsbestOS

You must login or register to view this content. = Kmeaw LV2 Patcher v9


You must login or register to view this content. = rootfs

You must login or register to view this content. = 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.

You must login or register to view this content.


UPDATE:

AsbestOS Installer V1 – Now Linux Works On PS3 FATs


You must login or register to view this content.

Kmeaw just informed us that he has updated his AsbestOS installer to V1 with a separate downloads for FATs.

Ability to boot Linux from USB has also been added. In this case you will have Debian. Check out the How-To below:



You need Kmeaw’s LV2 patcher V9 to boot Linux kernel with. Also, you need to set up a DHCP, TFTP and NFS servers on your LAN to make it work.

Wireless connection is not supported by AsbestOS yet.

UPDATE:
You can find the sources of Kmeaw’s updated AsbestOS for his Installer on 3.55 You must login or register to view this content.

UPDATE:

AsbestOS Installer v1.2 – You Don’t Have To Use Ethernet Cable Now


Just earlier Kmeaw’s AsbestOS Installer has been updated to v1.2, it comes with the ability to install and boot Linux without an Ethernet cable which is the case previously


Below are the separate downloads for Slim and FAT model of the PS3.

You must login or register to view this content.
You must login or register to view this content.

You must login or register to view this content.
You must login or register to view this content.
You must login or register to view this content.

Meh thanks man but I'm holding out for a PS3 only linux. It's not real handy for me to have my PS3 on LAN to my comp.
02-08-2011, 03:07 AM #17
Jared
Tranquility.
Originally posted by NextGenTactics View Post
You must login or register to view this content.


Tutorial on how to do this has been released via pastie, a bit disappointing to some of you this method requires a LAN connection to your PC, so it would seem the PC is doing most of the actual “work”.

We advise those interested for a fully PS3 only linux to keep up to tabs with graf’s work. Its a small step, but nevertheless those interested the tutorial is below:

Marcan Guide to Running Gentoo Linux on PS3





    ubuntu-desktop% sudo apt-get install dhcp3-server tftpd-hpa nfs-kernel-server 


You must login or register to view this content. = AsbestOS

You must login or register to view this content. = Kmeaw LV2 Patcher v9


You must login or register to view this content. = rootfs

You must login or register to view this content. = 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.

You must login or register to view this content.


UPDATE:

AsbestOS Installer V1 – Now Linux Works On PS3 FATs


You must login or register to view this content.

Kmeaw just informed us that he has updated his AsbestOS installer to V1 with a separate downloads for FATs.

Ability to boot Linux from USB has also been added. In this case you will have Debian. Check out the How-To below:



You need Kmeaw’s LV2 patcher V9 to boot Linux kernel with. Also, you need to set up a DHCP, TFTP and NFS servers on your LAN to make it work.

You must login or register to view this content.

Wireless connection is not supported by AsbestOS yet.

UPDATE:
You can find the sources of Kmeaw’s updated AsbestOS for his Installer on 3.55 You must login or register to view this content.

UPDATE:

AsbestOS Installer v1.2 – You Don’t Have To Use Ethernet Cable Now


Just earlier Kmeaw’s AsbestOS Installer has been updated to v1.2, it comes with the ability to install and boot Linux without an Ethernet cable which is the case previously


Below are the separate downloads for Slim and FAT model of the PS3.

You must login or register to view this content.
You must login or register to view this content.

You must login or register to view this content.
You must login or register to view this content.
You must login or register to view this content.



will this work on gehots?
02-08-2011, 03:10 AM #18
Originally posted by theps3gamer View Post
will this work on a slim?


YES! it works on BOTH! Claps

Originally posted by another user

1. install AsbestOS installer v1 or higher: slim – You must login or register to view this content.,

2. partition a USB disk to have at least one partition (FAT-formatted);

3. You must login or register to view this content. unpack linux.img and put it into the root dir of usb disk;

4. run AsbestOS installer;

5. install lv2 patcher v9 or higher: You must login or register to view this content.

6. attach an ethernet cable, connected to a network with a dhcp-server (just for the initial boot, it can be a SOHO router – just anything with DHCP);

7. run lv2 patcher and select “Linux”;

8. as you see the fb console with penguins, you can unplug the ethernet cable;

9. login: ps3, password: ps3.

If you don’t see anything, press Ctrl-Alt-F1, then Alt-F7.



You need Kmeaw’s LV2 patcher V9 to boot Linux kernel with. Also, you need to set up a DHCP, TFTP and NFS servers on your LAN to make it work.

You must login or register to view this content.

02-08-2011, 03:15 AM #19
Judgement
Let it fall.
Originally posted by NextGenTactics View Post
YES! it works on BOTH! Claps



You need Kmeaw’s LV2 patcher V9 to boot Linux kernel with. Also, you need to set up a DHCP, TFTP and NFS servers on your LAN to make it work.

You must login or register to view this content.



When you copy and paste, does it come with the pictures or do you add them? Im not hating or anything, but just wondering cause the pictures are cool.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo