EvolutionX Dash X3 bios "signature code"?

msimon7

Full Member
Dec 4, 2003
46
0
hello. can someone tell me what the entry is that i can put into my evox.ini file that will recognize and display my bios correctly on the evolution X dashboard. it would look something like this...

ROM = "X2 4979.06 512k" 0xb4b3fb2840259f416e04c57d850e63d3

looking for the X3 1959 1MB code.
also looking for the X2 4983.06 as well, but will ask in the X2 threads incase someone else with an X2 is looking for it as well
thanks!
 

msimon7

Full Member
Dec 4, 2003
46
0
i'm sorry, where would it say "current = "?

was able to generate the signature with XBTool by the way.
 

NeOnRaBbIt

VIP Member
jsut below where it has the listings for all the hash's

like youll have a

ROM=0xSADF9WSJHSDF9WE
ROM=0x;EJGOHVAHOIGH;DA
ROM=0xASFLAF;OSAGLF;JSV

Current=0xFALSKJAFP9YLBJS

Those are just made up rom hash marks but currect should be uner all that.
 

XnX

Junior Member
Dec 28, 2003
18
0
How to copy a iso game from one hard drive to another

Hi i ripped my gears of war game to hard drive and its a iso file and im trying to move it from one hard drive to another but it keeps saying its to large but the drive has 500 gigs free space. So i was wondering how do u do this?

If i RAR it it works fine i noticed but it takes about 30 mins to RAR this ><
 

cyberjb

Noob Account
Dec 28, 2003
3
0
Re: How to copy a iso game from one hard drive to another

What is the File System of the destination hard drive?
New hard drives are usually formatted as FAT32, which has file size limitations. You should follow these instructions to change your File System to NTFS. http://support.microsoft.com/kb/307881
 

XnX

Junior Member
Dec 28, 2003
18
0
Re: How to copy a iso game from one hard drive to another

its fat32 alrdy and it works when its a RAR but a raw ISO it wont work
 

cyberjb

Noob Account
Dec 28, 2003
3
0
Re: How to copy a iso game from one hard drive to another

The reason .RAR works is because the filesize of the .ISO is COMPRESSED. The reason you cannot copy the RAW ISO to the destination hard drive is because the filesize (uncompressed) exceeds the limitations of the FAT32 filesystem. You need to convert your filesystem on the destination hard drive from FAT32 to NTFS. Follow the instructions here: How to convert a FAT32 volume to an NTFS file system
 

XnX

Junior Member
Dec 28, 2003
18
0
Re: How to copy a iso game from one hard drive to another

o dang i got over 500 gigs of stuff on the hdd alrdy so i would have to formatt it all correct to make this work?
 

cyberjb

Noob Account
Dec 28, 2003
3
0
Re: How to copy a iso game from one hard drive to another

CONVERTING a filesystem from FAT32 to NTFS does NOT require you to completely reformat your drive. Just follow these directions...

How to convert a FAT volume or a FAT32 volume to NTFS

Note: Although the chance of corruption or data loss during the conversion is minimal, we recommend that you perform a backup of the data on the volume that you want to convert before you start the conversion.

To convert an existing FAT or FAT32 volume to NTFS, follow these steps:

1. Click Start, point to All Programs, point to Accessories, and then click Command Prompt.

2. At the command prompt, type the following, where drive letter is the drive that you want to convert:

convert drive letter: /fs:ntfs

For example, type the following command to convert drive E to NTFS:

convert e: /fs:ntfs

Note: If the operating system is on the drive that you are converting, you will be prompted to schedule the task when you restart the computer because the conversion cannot be completed while the operating system is running. When you are prompted, click YES.

3. When you receive the following message at the command prompt, type the volume label of the drive that you are converting, and then press ENTER:

The type of the file system is FAT.
Enter the current volume label for drive drive letter

4. When the conversion to NTFS is complete, you receive the following message at the command prompt:

Conversion complete

5. Quit the command prompt.