Comp only starts safe mode. Missing file error
Results 1 to 10 of 10

Thread: Comp only starts safe mode. Missing file error

  1. #1
    Registered User
    Join Date
    Oct 2004
    Posts
    10

    Comp only starts safe mode. Missing file error

    Okay I'm apologizing in advance because I don't think this is in the right place but I didn't know which category to list it under.

    I have an old computer that only boots in safe mode because when I try to boot it in normal mode I get this error:

    The following file is missing or corrupted: C:\CDROM\OAKCDROM.SYS
    There is an error in your CONFIG.SYS file on line 15

    And it says it's missing device driver: IDECD000

    The computer is an old HP Pavillian and runs with Windows 98 OS. I'm not sure of a lot of the other system specs. A couple of people told me that if you delete the line on the config.sys file that has the error, it will be fixed but I'm not sure if that's true and even if it is, I don't know how to do that.

    Any suggestions?

  2. #2
    Registered User Garfield99's Avatar
    Join Date
    Jun 2000
    Location
    Peterborough (United Kingdom)
    Posts
    174
    In the config.sys type the word REM on the offending line as this will stop the system from trying to load the request.

    So the line should look summit like:

    REM C:\CDROM\OAKCDROM.SYS
    The customer is always right sometimes confused, mis-informed,rude, stubborn, changeable and even downright stupid. BUT NEVER WRONG

    It doesnt matter how many times you phone us your computer wont get fixed any quicker.

  3. #3
    Registered User
    Join Date
    Oct 2004
    Posts
    10
    Quote Originally Posted by Garfield99
    In the config.sys type the word REM on the offending line as this will stop the system from trying to load the request.

    So the line should look summit like:

    REM C:\CDROM\OAKCDROM.SYS
    How do you opne the config.sys file to change it? When I double clicked on it nothing happened

  4. #4
    Registered User Garfield99's Avatar
    Join Date
    Jun 2000
    Location
    Peterborough (United Kingdom)
    Posts
    174
    Boot to Dos this is done by pressing the F8 during the memory count on the boot screen, as long as u did it in time when the screen changes to the next screen u should see the windows startup menu, then select boot to dos then type edit config.sys at the c: and hit the enter key.

    c:\edit config .sys

    once you've edited the config.sys by adding the REM to the offending line save the settings exit and reboot see if it makes any diffrence.
    The customer is always right sometimes confused, mis-informed,rude, stubborn, changeable and even downright stupid. BUT NEVER WRONG

    It doesnt matter how many times you phone us your computer wont get fixed any quicker.

  5. #5
    Registered User
    Join Date
    Oct 2004
    Posts
    10
    Quote Originally Posted by Garfield99
    Boot to Dos this is done by pressing the F8 during the memory count on the boot screen, as long as u did it in time when the screen changes to the next screen u should see the windows startup menu, then select boot to dos then type edit config.sys at the c: and hit the enter key.

    c:\edit config .sys

    once you've edited the config.sys by adding the REM to the offending line save the settings exit and reboot see if it makes any diffrence.
    I did it and it got rid of the corrupted file error but it still says "missing device driver IDECD000"

    Any suggestions on that?

    Thanks

  6. #6
    Registered User Garfield99's Avatar
    Join Date
    Jun 2000
    Location
    Peterborough (United Kingdom)
    Posts
    174
    that may well be in Autoexec.bat open that up the same way u did config.sys and see if its mentioned, if so do the same by adding the REM to that line or lines, also check fer mentions of IDECD000 in the config.sys and REM them line or lines also.
    Last edited by Garfield99; October 20th, 2004 at 11:27 AM.
    The customer is always right sometimes confused, mis-informed,rude, stubborn, changeable and even downright stupid. BUT NEVER WRONG

    It doesnt matter how many times you phone us your computer wont get fixed any quicker.

  7. #7
    Registered User
    Join Date
    Oct 2004
    Posts
    10
    Quote Originally Posted by Garfield99
    that may well be in Autoexec.bat open that up the same way u did config.sys and see if its mentioned, if so do the same by adding the REM to that line or lines, also check fer mentions of IDECD000 in the config.sys and REM them line or lines also.
    okay i did all of that and now when i try to start up all of the errors with those files are gone BUT it still just says "bad file or command" and still doesnt start up. thats ALL it says now. any suggestions?

  8. #8
    Registered User geoscomp's Avatar
    Join Date
    Apr 2002
    Location
    Minnesota
    Posts
    2,340
    Start in safe mode..go to start/run and type in msconfig hit enter

    when the msconfig window comes up, uncheck the autoexec and config sys checkboxes..98 does not need either of these files running unless you are using dos programs. Click apply then ok and reboot..see if the problem persists
    Computer Rescue Service

    "those who do not remember history are condemned to repeat it."

  9. #9
    Registered User gizmo1_1's Avatar
    Join Date
    Aug 1999
    Location
    root@localhost>
    Posts
    350
    Quote Originally Posted by stmarksanarchy
    Okay I'm apologizing in advance because I don't think this is in the right place but I didn't know which category to list it under.

    I have an old computer that only boots in safe mode because when I try to boot it in normal mode I get this error:

    The following file is missing or corrupted: C:\CDROM\OAKCDROM.SYS
    There is an error in your CONFIG.SYS file on line 15

    And it says it's missing device driver: IDECD000

    The computer is an old HP Pavillian and runs with Windows 98 OS. I'm not sure of a lot of the other system specs. A couple of people told me that if you delete the line on the config.sys file that has the error, it will be fixed but I'm not sure if that's true and even if it is, I don't know how to do that.

    Any suggestions?
    Start the computer in MS-DOS mode (Command line only)

    from the command prompt type:
    edit c::\config.sys

    You will then be in a text editor

    change the line

    device = c::\cdrom\oakcdrom.sys . . . .. . . . . .

    to

    rem device = c::\cdrom\oakcdrom.sys

    then exit by the keystrokes atx+f x

    Next type:

    edit autoexec.bat

    find the line that contains MSCDEX.exe

    and put a rem in front of that one.

    Make sure you save your changes

    REboot

    * Note if your IDE drivers in Win98 are not setup properly you will not be able to see your cd-rom drive.

    Which can also be fixed
    It is a miracle that curiosity survives formal education. -- Albert Einstein
    It said 'Insert disk #3', but only two will fit. -- The average customer.
    "There is no need for any individual to have a computer in their home." – Ken Olson, President of Digital Equipment Corp., 1977 …….

    [email protected]

  10. #10
    Registered User geoscomp's Avatar
    Join Date
    Apr 2002
    Location
    Minnesota
    Posts
    2,340
    or just get rid of those two files:



    Do I still need CONFIG.SYS and AUTOEXEC.BAT?

    Intended For
    Windows Me
    Windows 98
    Windows 95

    For the most part, neither of thes files are needed.
    Windows 95 and 98:

    Ideally, you should delete CONFIG.SYS altogether, and should have nothing but your PATH in AUTOEXEC.BAT (Windows 95/98 only).
    Generally, your CONFIG.SYS file (left over from previous versions of Windows) may include drivers for your disk cache, CD-ROM, sound card, syquest drive, scanner, as well as a myriad of parameters like Files=50, Buffers=20, and so on. If you delete this file, Windows will simply load its own drivers for all these. The exception is a device that doesn't have a Windows driver, although (1) it's unlikely, and (2) it's probably not worth keeping.
    Computer Rescue Service

    "those who do not remember history are condemned to repeat it."

Similar Threads

  1. win 98 starts only in safe mode
    By jakkwb in forum Windows 95/98/98SE/ME
    Replies: 1
    Last Post: January 5th, 2002, 12:03 AM
  2. Windows ME only starts in safe mode!
    By Major Kong in forum Windows 95/98/98SE/ME
    Replies: 2
    Last Post: August 18th, 2001, 11:22 PM
  3. [RESOLVED] Fatal Error - VFAT problem, need help
    By KevinPKT in forum Windows 95/98/98SE/ME
    Replies: 3
    Last Post: February 8th, 2001, 10:49 PM
  4. Restore Default Services
    By CompuDocs in forum Windows NT/2000
    Replies: 3
    Last Post: September 27th, 2000, 10:32 PM
  5. [RESOLVED] win98 starts in fail safe mode but not normal mode
    By fabarros in forum Windows 95/98/98SE/ME
    Replies: 4
    Last Post: November 19th, 1999, 06:21 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •