If you are trying to play the original Road Rash (1991) or Road Rash II, these were DOS games, not Windows games. They will not work on modern Windows natively.
D:) and run the game.“Road Rash’s CD check is hardware-level – DOSBox with
imgmountfixes it; otherwise use a no-CD patch.”
If you tell me which exact version you have (DOS CD, Windows 95, or a rip), I can give you the exact .conf or patch steps.
To fix the "could not find any CD-ROM drive" error in , you typically need to bypass the game's outdated 16-bit hardware check, which often fails on modern 64-bit Windows systems. Recommended Fix: Registry Manual Install
The most reliable method to solve this without a physical drive or original disc is to manually register the game's path in Windows.
Prepare Files: Copy the ROADRASH folder from your source (disc or ISO) to your C: drive (e.g., C:\ROADRASH).
Move Essential DLLs: Go to the SETUP folder on the disc and copy AWEMAN32.DLL, RASHICON.DLL, and RASHDROP.DLL into your new C:\ROADRASH folder. Create Registry File: Open Notepad and paste the following: could not find any cd rom drive road rash
Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\SOFTWARE\Classes\VirtualStore\MACHINE\SOFTWARE\WOW6432Node\Electronic Arts\RoadRash 95] "Path"="C:\\ROADRASH" Use code with caution. Copied to clipboard
Execute Registry: Save this file as roadrash.reg. Double-click it and select Yes to add it to your registry.
Run the Game: Launch the game using RASHME.EXE or ROADRASH.EXE as an Administrator. Alternative Solutions
Virtual Drive: If you have an ISO file, mount it using software like MagicDisc or PowerISO. This tricks the game into seeing a "physical" CD-ROM.
Compatibility Mode: Right-click the game executable, go to Properties > Compatibility, and select Windows 95 or Windows 98/Me. Also, check Run this program as an administrator.
Community Installer: Modern community-made installers (like those found on PCGamingWiki) can automate these steps and include patches for graphics and music on Windows 10/11. Troubleshooting Tips If you are trying to play the original
Missing Videos/Music: If the game runs but has no music, ensure the movie and music folders were copied correctly from the disc to your installation directory.
Save/Load Issues: To ensure progress is saved, try starting a "Big Game" mode, saving immediately, and restarting to check if the file persists. Road Rash 95 (Retail) Fix - Windows 10 64bit
If you’re trying to relive the high-speed mayhem of Road Rash, only to be stopped by the frustrating message: "Could not find any CD-ROM drive," you aren’t alone. This common error occurs because modern PCs—especially those running Windows 10 or 11—often lack a physical CD-ROM drive or use a file system that the game’s 1996 code cannot recognize.
Below is the definitive guide to bypassing this error and getting back on the track. The Quick Fix: Registry Editing
The game often fails because it's looking for a specific installation "Path" in your Windows Registry that doesn't exist or points to a drive letter that is no longer your CD drive.
Here’s the cruel irony: Road Rash wasn’t just any game. It was the game for the frustrated. A game about breaking the rules, kicking rivals off their bikes, and outrunning the police at 160 mph. But to even launch it, you had to first defeat a bureaucratic IT dragon. Switch to the virtual drive ( D: ) and run the game
The CD-ROM detection routine in the early EA installers was notoriously fragile. It didn't use Windows' standard API calls—no, that would be too easy. It went straight to the BIOS or the MSCDEX driver level. If your CONFIG.SYS didn't have the right line—DEVICE=C:\CDROM\OAKCDROM.SYS /D:MSCD001—or if AUTOEXEC.BAT was missing C:\WINDOWS\COMMAND\MSCDEX.EXE /D:MSCD001, the game would simply shrug and throw that error.
It wasn't a bug. It was a challenge. A filter. Road Rash didn't want casuals. It wanted the worthy.
If you just want to play the game in the next 10 minutes, do this:
The "Could not find any CD ROM drive" error is a ghost in the machine. It is the sound of a software architecture from 1995 screaming into the void of a 2026 operating system.
The real issue is 16-bit installer Thunking. The Road Rash installer uses a 16-bit stub to launch a 32-bit installation. On 64-bit Windows, the 16-bit stub fails silently. Sometimes, the installer won't even launch. The "No CD" error appears when the installed game realizes the physical check failed at the kernel level.