Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: Megatouch Force 2004.5 Hard drive clone  (Read 988 times)

0 Members and 1 Guest are viewing this topic.

Driftek

  • Trade Count: (0)
  • Jr. Member
  • **
  • Offline Offline
  • Posts: 4
  • Last login:August 05, 2024, 10:41:23 am
  • I want to build my own arcade controls!
Megatouch Force 2004.5 Hard drive clone
« on: July 30, 2024, 05:48:53 pm »
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?
« Last Edit: July 30, 2024, 06:38:41 pm by Driftek »

Megatouchmike

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 129
  • Last login:August 04, 2024, 08:26:21 pm
  • I want to build my own arcade controls!
Re: Megatouch Force 2004.5 Hard drive clone
« Reply #1 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: [Select]
echo MERIT0011 > /tmp/hd
mount -n -o bind /tmp/hd /proc/ide/ide0/hda/model
« Last Edit: July 30, 2024, 10:39:32 pm by Megatouchmike »

Driftek

  • Trade Count: (0)
  • Jr. Member
  • **
  • Offline Offline
  • Posts: 4
  • Last login:August 05, 2024, 10:41:23 am
  • I want to build my own arcade controls!
Re: Megatouch Force 2004.5 Hard drive clone
« Reply #2 on: July 31, 2024, 05:30:03 pm »
Thank you! I’ll give that a shot

Driftek

  • Trade Count: (0)
  • Jr. Member
  • **
  • Offline Offline
  • Posts: 4
  • Last login:August 05, 2024, 10:41:23 am
  • I want to build my own arcade controls!
Re: Megatouch Force 2004.5 Hard drive clone
« Reply #3 on: July 31, 2024, 06:10:18 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: [Select]
echo MERIT0011 > /tmp/hd
mount -n -o bind /tmp/hd /proc/ide/ide0/hda/model

That did the trick! Thank you.

lilshawn

  • Moderator
  • Trade Count: (+3)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 7489
  • Last login:Yesterday at 08:05:41 pm
  • I break stuff...then fix it...sometimes
Re: Megatouch Force 2004.5 Hard drive clone
« Reply #4 on: August 04, 2024, 02:32:02 pm »
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.