Forum: IDE HDD Discussion - Discussion about the use of the IDE HDD Interface and hdloader related discussion.


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: Run app from HDD
  

Results 1 to 3 of 3
  1. #1 Run app from HDD 
    altimit's Avatar
    altimit is offline Playstation Enthusiast
    Join Date
    Jan 2004
    Location
    Hudson, NY, USA
    Posts
    187
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    I tried to do this by modifying hdl_dump for some reason it doesnt work..

    More details:

    Using winhex, i scanned the PS2HDD for the playonline boot file, it is as follows:
    Quote Originally Posted by PlayOnline SYSTEM.CNF
    BOOT2 = pfs:/dnasload.elf
    DNASBOOT2 = pfs:/SCUS-97269
    VER = 1.03
    VMODE = NTSC
    HDDUNITPOWER = NICHDD
    So, what I did with HDL_Dump was install a image of an ExecFTPs CD, but modifed HDL_Dump to write this header, instead of the standard one that calls for the HDLoader CD:

    Quote Originally Posted by Modified HDL_Dump System.CNF
    BOOT2 = pfs:/EXECFTPS.ELF
    VER = 1.00
    VMODE = NTSC
    HDDUNITPOWER = NICHDD
    Here is the original from HDL_Dump:

    Quote Originally Posted by Original HDL_Dump System.CNF
    BOOT2 = cdrom0:\SLUS_202.02;1
    VER = 1.00
    VMODE = PAL
    HDDUNITPOWER = NICHDD

    When you run my modified version, it acts like its going to load, but then instead of the PlayStation 2 logo, you get kicked back into the browser... any ideas?

    BTW yes I've even tried \ instead of /, and tried with and without the ";1"

    Edit: Based on my findings, kicing back to browser is the result of trying to load a file that doesn't exist (example, say execftps.elf was there but i told it to run bla.elf).

    Based on this and other findings, HDL_Dump must install an Image file and not put the files there raw...

    I don't know much C but wouldnt we be able to modify the hdl_dump source to be able to put files on the hdd instead of images? if it can write an image, why cant it write a file? All we need to do is be able to write a file and then we can do this...
    Last edited by altimit; 09-22-2004 at 09:44 AM.
    Reply With Quote  

  2. #2  
    toyotatacoma is offline Registered User
    Join Date
    Oct 2003
    Posts
    5
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    good work, tho this has been done many moons ago, before hdloader was even a reality.. but see the file must be magic-gate encrypted to boot, your just gonna work yourself to death trying to make it work
    Reply With Quote  

  3. #3  
    altimit's Avatar
    altimit is offline Playstation Enthusiast
    Join Date
    Jan 2004
    Location
    Hudson, NY, USA
    Posts
    187
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    so basically a type of digital signing.. hmm.
    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
  •