Arcade Collecting > Merit/JVL Touchscreen

Megatouch Force 2004.5 Hard drive clone

(1/1)

Driftek:
I cloned the old IDE drive inside of my model: KOV-105-104 Merit mega touch to a SSD and used a converter with the jumper set to master to boot the drive using the IDE cable. I verified that the serial numbers match after the clone. It boots up, but it tells me that my key is invalid for the software. If I put the old IDE drive in then it makes it past the key check. Is the hardware key locked to a hard drive? What am I missing here?

Megatouchmike:
The key isn't locked to a drive, but there is a hard drive model check in Force 2004.  The game reads the model from /proc/ide/ide0/hda/model, so it's easy to bypass.

Adding something like this in a boot script should do the trick:


--- Code: ---echo MERIT0011 > /tmp/hd
mount -n -o bind /tmp/hd /proc/ide/ide0/hda/model
--- End code ---

Driftek:
Thank you! I’ll give that a shot

Driftek:

--- Quote from: Megatouchmike on July 30, 2024, 10:32:48 pm ---The key isn't locked to a drive, but there is a hard drive model check in Force 2004.  The game reads the model from /proc/ide/ide0/hda/model, so it's easy to bypass.

Adding something like this in a boot script should do the trick:


--- Code: ---echo MERIT0011 > /tmp/hd
mount -n -o bind /tmp/hd /proc/ide/ide0/hda/model
--- End code ---

--- End quote ---

That did the trick! Thank you.

lilshawn:
the "merit0011" custom hard drive model check was removed beginning with the 2005 software year. the installer software will complain of a non-merit drive being installed (buy a merit drive for reliability and performance and whatnots message) but will still install after a short delay of displaying the message.

Navigation

[0] Message Index

Go to full version