• Homebrew, PS3 Hacks , 31.10.2010

    There is a new name AsbestOS Hybrid Loader.

    Two Reasons: To much other people’s code, and it requires both the OPEN SDK and the Leaked SDK to compile all the way. It has been a long 4 days. I been working Hard to clean, fix-up the Makefiles, comment the code.

    Just plan make it some what readable by someone else. OK i hate to repeat type every thing so here is the README and links are at the bottom. Hate to ask this.but I am a stay at home dad,not by choice no work in my small town. So if you like it, Use it often, or just want too Please Donate.

    AsbestOS Hybrid Loader README

    == Introduction Requirements==
    This a AsbestOS Linux bootloader that runs off of the PS3 Lv-2 exploit.
    It is designed to boot on PS3 systems running System Software version 3.41,
    though it could be adapted to earlier versions. Linux runs on the GameOS partition,
    thus having the same access to hardware that GameOS has.
    This code is experimental and is intended for those who have a 16KB USB dongle
    and no possibility to launch asbestOS in other form.
    It also requires you to be using Hermes’ 4vB payload.
    to compile is best to be using linux, as i have not tested on windows

    == Building ==

    The PS3DEV environment variable needs Setup

    $ sudo mkdir /usr/local/ps3dev

    Add these to the end of you ~/.bashrc file

    export PS3DEV=/usr/local/ps3dev
    export PATH=$PATH:$PS3DEV/bin
    export PATH=$PATH:$PS3DEV/ppu/bin
    export PATH=$PATH:$PS3DEV/spu/bin

    $ cd toolchain && ./buildit.sh ppu

    You also need to setup CELL_SDK environment variable !!!
    This build requires Both open adn leaked SDKs!!

    With both of those set we can contintue.
    Ok in the root of the AsbestOS Hybrid Loader run ‘make’
    this should compile the
    AsbestOS bin,
    AsbestOS Hybrid Loader pkg,
    dbgcli (debug program for AsbestOS),
    tftpgui ( small python app to loader kernal for this pkg Only setups for linux run the exe for windows)

    == Usage ==

    First compile AsbestOS Hybrid Loader get a compatible USB exploit mechanism.
    You should also connect your PS3 and PC to a network not the internet.
    (they need to be in the same broadcast domain also)

    P3
    Do nothing but plug into your router
    PC
    there is where everyone seems to have the trubble.
    i have created a easy setup guide for the NFS share.
    it will be located under the tools dir called HowToNFS.
    if you cant do this becuase your in windows run Virtualbox
    with your fav linux. bridge the network cards under VM setup.
    and then continue with the Guide.

    Transfer the AsbestOSHybridLoader.pkg (that you compiled )
    to the root of a thumb drive
    At this point if you have compiled you own dtbImage.ps3.bin
    (marcan’s kernel image source at http://git.marcansoft.com/)
    and asbestos.bin(Hermes’ Version of the stage2 source inculded),
    Copy them to the root of you usb thumb drive.

    Fire off the exploit device, turn on your PS3 using power followed by eject within 0.2 seconds .

    Install the pkg AsbestOSHybribLoader.pkg. OK now find the penguin and run the Program.
    First it checks and make sure you exploit payload is compatible with the program Yes (goes) No (quits)
    It should now ask you a series of questions.
    Do you Want to boot AsbestOS?Yes (goes) No (quits)
    Do you Want to load your BINS from the USB?(if you say yes and there are now files defualt will load off HDD)
    Do you Want to try Experimental sys8_memcpy replacment? Yes (goes) this replaces sys8_memcpy with a poke loop No (goes) uses sys8_memcpy
    Rember that sys8_call is still being used, so you still need hermes 4vb!!(Replace with your own look in main for sys8_call)
    Ok the scary part the screen goes black.it….Wait for it….If you get anything at all, congratulations, Kernel is running.
    At this point, if you have any issues, the problem should be fairly apparent from the messages (Kernel panic NFS not mounted).
    If not then there could be a cupple things wrong. There has been reports that there is a issuse with SD tvs.
    I can not comfirm because i do not own a tv.I happen to run mine to a Monitor with a HDMI > DVI cable.
    There are also been reports of it not working on Phat PS3s. as im not sure about this (one friend told me it worked on his phat),
    There could be a posible problem on how you exploit is deliverd to the ps3. I dont know enough quite yet so who knows.
    that is why im am releasing this as a beta.

    Once the PS3 is up and running and your NFS share.you should now have a Working AsbestOS.
    to find out more about AsbestOS got to marcan’s blog http://marcansoft.com/blog/
    You Can Contact me at my blog http://margatz85.blogspot.com/

    And i want to say thanks to Marcan32,KaKaRoToKS,Hermes,ooPo,AerialX,Mathieulh, an who ever i missed.
    with out any of yall i wont have been able to do what i do. Thats have fun and use my toys the way i want.

    Gatz85

    == ToDo ==
    spell check every thing (ROFL i cant spell sorry)
    write a how to for tftp
    remove the need for Only hermes’ payload (replace sys8_call )
    remove the ned for leaked SDK
    Keep up with the latest kernel and patchs.( We will have HDD support soon)

    AsbestOS Hybrid Loader

    Tags:

    Discuss in Forums (7)


  • 7 Comments

    1. lernatix
      10-31-2010
      07:33 AM
      1

      This code is experimental and is intended for those who have a 16KB USB dongle
      and no possibility to launch asbestOS in other form.
      Stopped reading right there.

      Good work but!

    2. gatz85
      10-31-2010
      12:06 PM
      2

      OK it was & in the morning when i wrote this sorry the blog should be mrgatz85.blogspot.com again sorry it was early and was up for two day by this point.. just leave coments on the bolg if you need help or if i missed any thing

    3. bladerunner6
      10-31-2010
      01:35 PM
      3

      question mrgatz,

      what are the changes you made since the last loader, also are you incorparting the newer stuff marcan has made available on his git, (vmlinuz etc)

    4. mr puffin
      10-31-2010
      02:33 PM
      4

      any chance of getting this working for pl3?
      i use psfmod for evo and can't get hermes
      or maybe a payload.bin for hermes v4b that supports psfmod loading from sd?

    5. RiPPERD
      10-31-2010
      03:17 PM
      5

      i use ipod video to boot my ps3... will this work for me?

      also whats the deal with compiling it as im on Win7x64 and it dont run anything lol

    6. gatz85
      10-31-2010
      06:09 PM
      6

      Originally Posted by bladerunner6 View Post
      question mrgatz,

      what are the changes you made since the last loader, also are you incorparting the newer stuff marcan has made available on his git, (vmlinuz etc)
      The code has been cleaned up and is in the release for starters. fixed a few bugs no one really got to see. made a tools folder with easy setup instructions.
      it also now requires both the SDKs installed to compile(working on moving over to PSL1GHT). You can also load your own bins off the USB for custom loads,
      example HEX edit the dtbimage.ps3.bin file. Look for the Text "HEX" just above is where you change the ip and mount point. Replaced Half of the required syscall8 calls.
      working on the other half(you get a chocie to use or not). and soon will be moving over to the
      Marcan's new versions as i get them working (not yet still the old)

      Ummmm think thats about itn oh and i just update the readme on the forum with the right PC setup

      Originally Posted by RiPPERD View Post
      i use ipod video to boot my ps3... will this work for me?

      also whats the deal with compiling it as im on Win7x64 and it dont run anything lol
      I do not know for sure about the Ipod if its Hermes payload try it. it will tell you if you can or not. And to compile i recommend Goggling " Virtual box sdk ps3". but look inside there is also a compiled pkg in there hehe.

      Gatz

    7. RiPPERD
      11-04-2010
      11:52 AM
      7

      ok thanks mate downloading the file now (from original post)

      gotta work 2nite but ill test it tomoro and let you all know if it works with the ipod hack

      i have 3 payloads for my ipod video

      PL3
      hermesv4
      hermesv4b

      will test em all for ya