Go Back   FileForums > Game Backup > Sony PlayStation > PS2 Games

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 17-01-2005, 17:37
spedmetal's Avatar
spedmetal spedmetal is offline
Die Hard Member
 
Join Date: Jan 2003
Location: California , USA
Posts: 1,573
Thanks: 0
Thanked 0 Times in 0 Posts
spedmetal is on a distinguished road
Send a message via ICQ to spedmetal Send a message via AIM to spedmetal Send a message via Yahoo to spedmetal
Make sure your SYSTEM.CNF file is configured correctly and is directed to whatever you have names the pached.elf. To edit the .CNF you can simply oprn it up in note pad. I posted some info about this not to long ago. Also when you have the pached .ELF and .CNF its best to load them up in PS2cdGEN and create a bin/cue then burn to CD-R. You dont need to necessarily pack the .ELF especially if your going to be booting it from the CD-R. The only time where packing would be worth while would be if your installing the .ELF to the memory card. This is where your confusing me also. You talk about your memory card but also burning discs. If your installing it to the memory card via the CD-R you are burning you need to have an INSTALL.CNF also to tell the PS2 what folders to make and what files to copy to the memory card.

You had mentioned that you to the took the INSTALL and SYSTEM from another dev package, how do you know thay are correct. Where are you trying to install the .ELF to or do you even know?
__________________
[color=blue][size=2][b]Click[url=http://www.ps2-scene.org/forums/showthread.php?t=25770] here [/url]to view refes. Click[url=http://www.norcalmods.com/gallery] here [/url]to view install gallery[/b][/size][/color]
[size=2][b][color=red]Mod chip installs and repair [/color][/b][/size] [url]www.norcalmods.com[/url]
Reply With Quote
Sponsored Links
  #2  
Old 17-01-2005, 21:50
ToolNila ToolNila is offline
Junior Member
 
Join Date: Jan 2005
Location: New York City
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
ToolNila is on a distinguished road
I'm sorry about the confusion. Here goes clearing things up....

I'm trying to install HDLoader onto my memory card so that I can direct-boot HDLoader from my card without using the HDLoader disc every time I want to play games from the HDD. I am trying to do this by compiling my own cue/bin onto a CD-R and running the CD-R on the PS2 so that the patched ELF will be installed onto the memory card. Since it’s going onto a memory card, I want it packed so that it takes up as little space as possible.

I have a working cue/bin of HDLoader ELF/INSTALL/SYSTEM that's meant to be booted from a CD-R into a memory card and was something that someone else put together. I used this package simply to extract INSTALL and SYSTEM so that I didn't have to write new entries for these two files for the patched version and left the ELF alone since the ELF from the cue/bin is only 658.26 KB (packed).

The patch program demands a particular HDLOADER.ELF that is 2977792 bytes in size, which I also have. So I patched THIS version with no disk seek, copyright remove, stop disc spinning, LBA 48-bit patch, date-time correction (/N, /C, /S, /L, /D), English language, NTSC default, but left the BMP fonts/Buttons/Box Colors alone.

I also used my own splash BMP (a picture of my Halloween costume!) and named it splash.bmp (no caps) and use HDLoader's default main.bmp. Then I saved the patched and packed ELF as "HDLOADER.ELF" in all cap's.

I used Nero to compile the image and burned it onto media (Imation) that I know is compatible with my V7 since I've used them many times before to install other app's.

The CD is used to install the ELF through DMS3’s memory card manager “Explorer” application and it’s the only way I know to boot the ELF onto the memory card. Trying to run the CD in the drive does NOT automatically boot the file onto the card, since I get a “Cannot read disc” message in the PS2’s browser (where it shows you the memory card icons).

When I load the ELF into the memory card via DMS3’s application, it installs successfully, but when I run HDLoader, all I get is a black screen that eventually goes back to the PS2 browser.

Now just so that it can be proof-read, INSTALL.CNF when opened with Notepad is:

HD Loader
mc0:\BOOT\HDLOADER\HDLOADER.ELF
_MKDIR mc0:\BOOT <--------- This line may be the problem??
_MKDIR mc0:\BOOT\HDLOADER
COPY cdrom0:\HDLOADER.ELF;1 mc0:\BOOT\HDLOADER\HDLOADER.ELF

SYSTEM.CNF is:

BOOT2 = cdrom0:\HDLOADER.ELF;1
VER = 1.10
VMODE = NTSC

I don’t know much at all about what the directions in the INSTALL/SYSTEM files mean, that’s why I took them from an unpatched HDLoader bin. I’m assuming that the CD is supposed to boot by itself since it’s got a SYSTEM file? Also, look at the line to which the red arrow's pointing, that line may be unnecessary? I haven’t tried using PS2cdGEN to build the image, maybe that’s one way that’s screwing things up.

I really hope this cleared up a few things. Please take a good look and perhaps reread this long-winded post and see what you can find.

Thank you so much,

ToolNila

Last edited by ToolNila; 17-01-2005 at 22:13.
Reply With Quote
  #3  
Old 17-01-2005, 23:36
spedmetal's Avatar
spedmetal spedmetal is offline
Die Hard Member
 
Join Date: Jan 2003
Location: California , USA
Posts: 1,573
Thanks: 0
Thanked 0 Times in 0 Posts
spedmetal is on a distinguished road
Send a message via ICQ to spedmetal Send a message via AIM to spedmetal Send a message via Yahoo to spedmetal
Well there probably is a better way of doing it then the way I'm about to tell you but this was how I did it with the DMS3.

1) Your SYSTEM.CNF should look like this

BOOT2 = cdrom0:\EXPLORER.ELF;1
VER = 1.00
VMODE = NTSC

2) Your INSTALL.CNF should look like this

DMS Explorer 1.0
NO_ENTRY
_MKDIR mc0:\BOOT
COPY cdrom0:\HDLOADER.ELF;1 mc0:\BOOT\BOOT.ELF

3) From your DMS Explorer extract the EXPLORER.ELF and 0.BIN

4) Have your HDLOADER.ELF patched how you want it and packed.

5) Have all these files in there own folder.

6) load them all up in CDgenPS2 and creat a bin/cue of your project.

7) Burn to a CD-R

8) load it up in your PS2 you will, you will see the DMS Explorer load up but when you go to install it, it wont install the Explorer but the HDLOADER.ELF to your \BOOT holder on your memory card. This will also over ride your DMS explorer and now you can set your DMS3 to default to dev1 mode on boot up and the first thing you will see when your PS2 boots is HDloader.

Now you can do all this with out having to burn discs and compile install scripts and all that mumbo jumbo.

1) Download ExecFTPs and burn it to a CD-R you might need to configure CONFIG.DAT to your local netwrok settings before burning to disc.

2) Once you have burned it to disc load it up in your PS2, when its has set up the FTP on your network simply log onto your PS2 from your PC with FlashFXP and you can then access the CD, HDD, and memory card.

3) Go into the memory card and delete anything in the \BOOT folder then upload your patched and packed HDLOADER.ELF (make sure HDL is called BOOT.ELF) then like I said before simply set your DMS3 to default to dev1 mode on boot and HDloader will be the first thing to pop up.

Now the only thing with doing it this way is that you loose your DMS Explorer, but you gain HDloader which is better. Now like I said I'm sure there are other ways but thats how I did it a long time ago.

Good luck.
__________________
[color=blue][size=2][b]Click[url=http://www.ps2-scene.org/forums/showthread.php?t=25770] here [/url]to view refes. Click[url=http://www.norcalmods.com/gallery] here [/url]to view install gallery[/b][/size][/color]
[size=2][b][color=red]Mod chip installs and repair [/color][/b][/size] [url]www.norcalmods.com[/url]

Last edited by spedmetal; 08-10-2005 at 13:21.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
DVD Loader help please. Distearth2 PS2 Games 3 24-10-2004 06:51
Upgrading to latest version of Recornow DX???? brucemoto PS2 Games 2 23-04-2004 04:44
Warcraft3 B-Net Loader for v1.3 patch [Fate] PC Games 5 24-10-2002 04:43
need loader for war3 artuditu PC Games 3 05-08-2002 21:26
Vga Box + Boot Loader THeM4tRiX DC Games 0 11-07-2001 09:54



All times are GMT -7. The time now is 17:48.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
FileForums @ https://fileforums.com