Forum: PS3 Technical Development - Topics relating to Playstation 3 Technical development ONLY! Read and discuss the latest Cobra USB updates, tutorials and explanations or find out about bluray drive bypass firmwares plus much more.


The above video goes away if you are a member and logged in, so log in now!




 
Would you like to get all the new info from
PSX-Scene in your email each day?




Want to learn more about the team keeping you up to date with the latest scene news?

Read about them now!

Check out our Developer bios, too!

 


User Tag List

Thread: Kmeaw Brings AsbestOS To PS3.
  

Results 1 to 3 of 3
  1. #1 Kmeaw Brings AsbestOS To PS3. 
    X-Killer-Ace-X is offline Registered User
    Join Date
    Jan 2011
    Posts
    1
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    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 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.

    kmeaw: i have released asbestos installer
    kmeaw: however, it will need some network services configured (DHCP, TFTP and NFS) to make it work
    kmeaw: see marcan42's posts for more information
    kmeaw: note that asbestos requires lv2 patcher v9
    kmeaw: it won't work with v8

    source code:
    dukio.com Git
    Quote:
    Thanks to KaKaRoTo, flukes1, Wutangrza, TheAnswer, ps3sx, geohot and others from #ps3dev and #ps3test.
    Waninkoko V2 patchset is made by Waninkoko (CFW v2).
    Code based on flukes1 lv1dumper modified by flukes1.
    Thanks to drizztbsd for sc36, HV_SIZE hint and GaiaManager source code!
    sconsole by scognito



    Marcan Guide to Running Gentoo Linux on PS3l
    Quote:
    ubuntu-desktop% sudo apt-get install dhcp3-server tftpd-hpa nfs-kernel-server

    http://marcansoft.com/transf/gentoo-...101020.tar.bz2 = rootfs
    Multiupload.com - upload your files to multiple file hosting sites! = 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.

    SOURCE:
    #1530241 - Pastie
    Kmeaw has released AsbestOS Installer for 3.55! - NextGenUpdate

    Package36 is the AsbestOS installer and package 35 is LV2 Patcher v9
    Attached Files
    Reply With Quote  

  2. #2  
    FrednIRC's Avatar
    FrednIRC is offline The naked marshmallow
    Join Date
    Jun 2010
    Location
    Australia
    Posts
    43
    Downloads
    21
    Uploads
    0
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    With the packages you posted do you need to do anything other then install to get them to work or is AsbestOS just a loader to load linux?
    Fat PS3 500gig 3.55 Kmeaw's CFW
    PSP 1000 6.38 ME - V1
    PSTWO Apple 75K
    Reply With Quote  

  3. #3  
    ph3d is offline Member
    Join Date
    Jan 2011
    Posts
    66
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    2
    Likes Received
    0
    i just ran this but get it giving me the warning that the ps3 wasnt power off correctly last time when i try to boot linux, any solutions?
    Reply With Quote  

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •