also @ TechSpot: Top PC Games for this Holiday Season and Beyond
Welcome to the TechSpot OpenBoards. Please read the FAQ if you have any questions. Login to participate.

Go Back   TechSpot OpenBoards > Operating Systems & Software > Windows OS

Mscd001 "FILE NOT FOUND"

Closed Thread
Bookmark Thread Tools
  #1  
Old 03-24-2006
Mis0ry's Avatar
Newcomer, in training
 
Location: Phoenix, az
Member since: Mar 2006, 6 posts
Mscd001 "FILE NOT FOUND"

HI ive been trying to reinstall windows i completly deleted my partition and now i
get this error messages saying mscd001 file not found
so what do i do to fix this problem im running a
hp pavillion 510n with 1.20 ghz 100mhz
Im trying to install windows xp pro but
i have windows 98 fdisk and a windows 98 install disc with me.
  #2  
Old 03-24-2006
Vigilante's Avatar
TechSpot Paladin
 
Location: Arizona, USA
Member since: Dec 2004, 2,120 posts
Sounds like Config.sys is trying to install a CD-ROM driver but the file is missing. Or perhaps config.sys DID load a driver and autoexec.bat can't find the driver loaded called mscd001.

Whatever you are booting FROM, that being a boot floppy, or bootable CD, or the hardware, you need to check config.sys and autoexec.bat to make sure the CD-ROM driver loading process is intact. And that the driver files mentioned in those files actually exist in the boot disk or hard drive.

If you don't get that, then just post the contents of config.sys and autoexec.bat here and we'll see what we can see.
Again, post the contents of the files that are on your current booting system. Be it a floppy, CD, or your hard drive. Because you should not be getting this message from ALL your boot disks.

Hope that helps some.
To remove this ad, sign in. To register for a new account, click here.
  
  #3  
Old 03-24-2006
Mis0ry's Avatar
Newcomer, in training
 
Location: Phoenix, az
Member since: Mar 2006, 6 posts
Im doing it from a fdisk floppy disk
btw I was checking your profile and your in the same state as me :P

config.sys
[menu]
menuitem=CD, Start computer with CD-ROM support.
menuitem=NOCD, Start computer without CD-ROM support.
menuitem=HELP, View the Help file.
menudefault=CD,30
menucolor=7,0

[CD]
device=himem.sys /testmem:off
device=oakcdrom.sys /D:mscd001
device=btdosm.sys
device=flashpt.sys
device=btcdrom.sys /D:mscd001
device=aspi2dos.sys
device=aspi8dos.sys
device=aspi4dos.sys
device=aspi8u2.sys
device=aspicd.sys /D:mscd001

[NOCD]
device=himem.sys /testmem:off

[HELP]
device=himem.sys /testmem:off

[COMMON]
files=10
buffers=10
dos=high,umb
stacks=9,256
devicehigh=ramdrive.sys /E 2048
lastdrive=z


-----------------------------

autoexec.bat
@ECHO OFF
set EXPAND=YES
SET DIRCMD=/O:N
set LglDrv=27 * 26 Z 25 Y 24 X 23 W 22 V 21 U 20 T 19 S 18 R 17 Q 16 P 15
set LglDrv=%LglDrv% O 14 N 13 M 12 L 11 K 10 J 9 I 8 H 7 G 6 F 5 E 4 D 3 C
cls
call setramd.bat %LglDrv%
set temp=c:\
set tmp=c:\
path=%RAMD%:\;a:\;%CDROM%:\
copy command.com %RAMD%:\ > NUL
set comspec=%RAMD%:\command.com
copy extract.exe %RAMD%:\ > NUL
copy readme.txt %RAMD%:\ > NUL

:ERROR
IF EXIST ebd.cab GOTO EXT
echo Please insert Windows 98 Startup Disk 2
echo.
pause
GOTO ERROR

:EXT
%RAMD%:\extract /y /e /l %RAMD%: ebd.cab > NUL
echo The diagnostic tools were successfully loaded to drive %RAMD%.
echo.

IF "%config%"=="NOCD" GOTO QUIT
IF "%config%"=="HELP" GOTO HELP
LH %ramd%:\MSCDEX.EXE /D:mscd001 /L:%CDROM%
echo.
GOTO QUIT

:HELP
cls
call help.bat
echo Your computer will now restart and the startup menu will appear.
echo.
echo.
echo.
echo.
echo.
echo.
echo.
echo.
echo.
echo.
restart.com
GOTO QUIT

:QUIT
echo To get help, type HELP and press ENTER.
echo.
rem clean up environment variables
set CDROM=
set LglDrv=

Last edited by Mis0ry; 03-24-2006 at 03:10 AM..
  #4  
Old 03-24-2006
TechSpot Enthusiast
 
Member since: Oct 2005, 540 posts
good grief!
just get a boot disk from here, and it will install cd rom driver and fdisk and format and what not:
get win98 boot disk from here: www.bootdisk.com
  #5  
Old 03-24-2006
Mis0ry's Avatar
Newcomer, in training
 
Location: Phoenix, az
Member since: Mar 2006, 6 posts
I did get it from there ;P um Vigilante told me to post it here so he can look at it.

THe config.sys
and autoexec.bat files in the floppy disc Im using it on another computer and im
runing it from start / run. a:\ config.sys
and a:\autoexec.bat edit the files from my fdisk


THis is what comes up when i reboot from the cd

------------------------------------------------
preparing to start your computer.
This may take a few minutes. Please wait. . .

Ok what it says is

device driver not found: "mscd001"
No valid CDROM device drivers selected

Last edited by Mis0ry; 03-24-2006 at 08:07 PM..
  #6  
Old 03-24-2006
Vigilante's Avatar
TechSpot Paladin
 
Location: Arizona, USA
Member since: Dec 2004, 2,120 posts
Yes the config and autoexec look like a normal 98 boot disk. Basically MSCDEX is not finding mscd001 which is supposed to be created on one of the lines:

device=oakcdrom.sys /D:mscd001
device=btcdrom.sys /D:mscd001
device=aspicd.sys /D:mscd001

This must not be running. I suppose you ARE selecting CD-ROM support from the boot loader
Or maybe those 3 files are not on the boot disk? Make sure.

Hard to tell what it could be cause the files look right. Hmmm...

Take the @ECHO OFF out of autoexec.bat, just delete the line. This will let you see what's going on as it boots. Look for any other errors. Actually, if it scrolls the screen to fast, you can press Pause on the keyboard to stop it in it's tracks and see what's going on.

It isn't to complex, make sure oakcdrom.sys and mscdex are on the boot disk. Can't really help much else. Maybe try to make a boot CD instead of a boot floppy. Or try a different floppy in case that one has a bad sector or something.

If you have an XP computer, you can make a boot disk from there by right-clicking the floppy and choose format, then pick the option for a boot disk.
If you have 98 or ME, you can make a boot disk from control panel add/remove programs.

Maybe this is all overkill It's probably something simple.

Go AZ!
  #7  
Old 03-25-2006
Mis0ry's Avatar
Newcomer, in training
 
Location: Phoenix, az
Member since: Mar 2006, 6 posts
Ok ill try this what i dont get is why no one knows what im talking about but you
lmao ok ill see if any of this works ill stop talking less talk more work ;P
  #8  
Old 03-26-2006
Mis0ry's Avatar
Newcomer, in training
 
Location: Phoenix, az
Member since: Mar 2006, 6 posts
ok I put in my windows xp pro disc it didnt reboot buttt
i put in the windows xp x64 disk but it says this ......... cpu will not suport this xp 64 or somthing like that but i can boot from cd now DDD so thats a start but i really need windows xp pro to boot from it grrr how would i go by doing this>?
  #9  
Old 03-26-2006
Liquidlen's Avatar
TechSpot Paladin
 
Location: Canada
Member since: Oct 2003, 1,646 posts
When you first start your computer can you get to the Setup/Bios program (pressing f2 or something)
If that is missing you may have deleted that partition also. It is small 10 -50 odd Mb.
If it is missing you will have to re flash it with the program from HP
To remove this ad, sign in. To register for a new account, click here.
  
  #10  
Old 03-28-2006
Mis0ry's Avatar
Newcomer, in training
 
Location: Phoenix, az
Member since: Mar 2006, 6 posts
ITs working yay :D

THanks all that helped me i got it loading by
puting another cdrom drive or from another computer not too sure on these names. anyways i formated the cdrom drive and it loaded all the drives for me.
then i hade to borrow a xp pro corp from my friend and it worked the other one i hade was crap i guess. but still it was the "cDrom" just not as complicated as the config.sys at least i learned about the file xD and how to do some programing a little :S not much though lmao thanks

all and Vigilante the most ill post more here if i run into any more problems thanks
  #11  
Old 03-28-2006
Vigilante's Avatar
TechSpot Paladin
 
Location: Arizona, USA
Member since: Dec 2004, 2,120 posts
No problem chief.
Though I'm quite sure you didn't "format the cdrom drive", since that really isn't possible in this context.
For a boot disk that is 9x based like 98, 95, ME etc.. the autoexec and config come into play. But when using a boot CD for XP or 2000, it's not the same system.
So I guess maybe you had a bum disk. It happens.

Hope it's working, see ya round.
Closed Thread

Tip: Download Advanced SystemCare 3 Freeware - 1 Click A Day to Clean, Repair, Protect & Optimize your PC.

Thread Tools


Similar Topics
Topic Category Replies Last Post
"INF Error Video Driver Not Found" Device Drivers 6 08-30-2007 03:42 PM
Cannot launch games that use DX: "Entry Point Not Found" Windows OS 1 12-31-2005 06:27 PM
When I turn on my pc it says "operating system not found" how do I fix this Windows OS 6 12-26-2005 05:38 PM
"Si3112r.sys could not be found" UH? c'mon Windows OS 1 10-26-2004 12:21 AM
"File Error Exception of Type System OutofMemoryException was thrown." Windows OS 3 06-24-2003 10:03 AM


All times are GMT -4. The time now is 07:45 PM.