Forum: Crystal Chip - Posts about the Crystal Chip mod go in here.


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: How to enable minimal mode to boot hdLoader.elf?
  

Results 1 to 8 of 8
  1. #1 How to enable minimal mode to boot hdLoader.elf? 
    mishka25 is offline Registered User
    Join Date
    Jan 2006
    Posts
    6
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    How are you guys booting hdLoader from boot manager? I only get black screen after i pick a game off the hard drive. It seems only to work if I use cd version hdLoader and select it to boot in minimal mode.
    Reply With Quote  

  2. #2  
    Jones23's Avatar
    Jones23 is offline 2 3 your mind...
    Join Date
    Jun 2005
    Location
    Germany
    Posts
    1,175
    Downloads
    2
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    1
    Read this thread: http://www.psx-scene.com/forums/showthread.php?t=47249
    The SHUTDOWN "MM" should help you too.

    best regards Jones23
    PS2 PAL SCPH-70004 v12, HDCombo, IDE HDD 80GB
    CrystalChip 2.1, CC Software R34 modified v2
    Tutorials: CC Wiki
    Homebrew: LaunchELF v4.40, SMS 2.9(Rev.4)

    Best German Console Scene Site: ModControl.com
    Reply With Quote  

  3. #3  
    mishka25 is offline Registered User
    Join Date
    Jan 2006
    Posts
    6
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Hi, and thanks,
    I'm using the appinfo from the mega pack which looks like this:

    ################################################## #####################
    # HDLOADER v1.0 #
    ################################################## #####################

    SET "CMD" "$ARG1$"
    SET "SRC_PATH" "$ARG2$/HDLOADER"
    SET "DST_PATH" "$ARG3$/HDLOADER"

    GOTO "$CMD$"
    RETURN "-1"

    :QUERY
    # Change this information to describe the application.
    IFNOT EXISTS "$SRC_PATH$/HDLOADER.ELF"
    RETURN "-1"
    ENDIF
    SET "APP_TITLE" "HDLoader"
    SET "APP_VERSION" "v0.8a"
    SET "APP_AUTHOR" "sjeep"
    SET "APP_DESC" "HDloader allows you to run full games from any hard drive"
    SET "APP_MEDIAS" "CDROM"
    RETURN "0"

    :INSTALL
    # Change this to create the directories and copy the files needed for the application.
    MKDIR "$DST_PATH$"
    COPY "$SRC_PATH$/HDLOADER.ELF" "$DST_PATH$/HDLOADER.ELF"
    COPY "$SRC_PATH$/APPINFO.PBT" "$DST_PATH$/APPINFO.PBT"

    COPY "$SRC_PATH$/CDROM.PBT" "$BM.MEDIA_PATH$/CDROM.PBT"

    RETURN "0"

    :REMOVE

    # Change this to remove all files or directories copied during the installation.
    RM "$SRC_PATH$/HDLOADER.ELF"
    RM "$SRC_PATH$/APPINFO.PBT"
    RMDIR "$SRC_PATH$/HDLOADER"

    RETURN "0"

    :RUN
    SHUTDOWN "MM"
    RUNAPP "$SRC_PATH$/HDLOADER.ELF"
    RETURN "0"


    I still am having black screen after i choose game from hdloader splash screen, but the games work fine if i boot with cd and select minimal mode. I thought maybe it was because the cdrom.pbt file in mega pack was named cdrom_.pbt so i took the underscore out but that didnt work so i messed around a little bit with no luck. I cant see any typos or anything in the script. Has anyone had this problem and how did you fix it? That cdrom file ends up in bm/media folder and hdloader and appinfo are in the apps folder on mc.
    Reply With Quote  

  4. #4  
    Unfinity is offline Unfinite possibilities
    Join Date
    Apr 2004
    Posts
    290
    Downloads
    5
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    4
    Likes Received
    0
    I had similar problems with certain versions of hdloader.elf when I didnt' have a disc in the drive. try putting any disc in the ps2 and see if that helps, or maybe try another hdloader.elf.
    Reply With Quote  

  5. #5  
    Da Brass's Avatar
    Da Brass is offline やっろか?
    Join Date
    Sep 2002
    Posts
    999
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    I've always had that problem....my solution was to always leave my megapack CD in the drive
    USA v9 SCPH-50010 Datecode 3C and USA Network Adapter
    JAP v0 SCPH-10000 with v1.00 Utility Disk and JAP External 40GB HDD BB Unit
    w/ Tray Switch

    http://www.playstation.jp/psbb/img2/ps2_2.jpg
    Reply With Quote  

  6. #6  
    mishka25 is offline Registered User
    Join Date
    Jan 2006
    Posts
    6
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    OK that works for me too, seems the disc stops spinning after i boot up hdloader so i guess that solves my problem.
    Thanks
    Reply With Quote  

  7. #7  
    mishka25 is offline Registered User
    Join Date
    Jan 2006
    Posts
    6
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Actually I had tried all the elfs from 7c up to 8a, but i just loaded 8b from sks and it seems to work without a cd in the drive.
    Reply With Quote  

  8. #8  
    Da Brass's Avatar
    Da Brass is offline やっろか?
    Join Date
    Sep 2002
    Posts
    999
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Well...you just need to apply the appropriate patches and it should work
    USA v9 SCPH-50010 Datecode 3C and USA Network Adapter
    JAP v0 SCPH-10000 with v1.00 Utility Disk and JAP External 40GB HDD BB Unit
    w/ Tray Switch

    http://www.playstation.jp/psbb/img2/ps2_2.jpg
    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
  •