![]() |
![]() |
![]() |
|||||
![]() |
![]() |
![]() |
![]() |
![]() |
|||
| Welcome
to Tech Support Forum home to more then 136,000 problems solved. Issues
have included: Spyware, Malware, Virus Issues, Windows, Microsoft,
Linux, Networking, Security, Hardware, and Gaming Getting your
problem solved is as easy as: 1. Registering for a free account 2. Asking your question 3. Receiving an answer Registered members: * See fewer ads. * And much more..
|
| Want to know how to post a question? click here | Having problems with spyware and pop-ups? First Steps |
|
|||||||
| Win 98 & ME Support Find support for Windows 98 / ME here |
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 (permalink) |
|
Member
Join Date: Jan 2003
Posts: 30
OS: Win 98
|
Can someone help me solve this (with Windows 98)?
When I start up, I get the following error message and then the computer shuts down on its own. (At the end, I'll describe the two things I was doing beforehand when this first occurred.) I cannot start up in Safe mode. I can get the command prompt (C:>), but I don't know what DOS command to enter in order to solve the problem. Cannot find a device file that may be needed to run Windows or a Windows application. The Windows registry or SYSTEM.INI file refers to this device file, but the device file no longer exists. If you deleted this file on purpose, try uninstalling the associated application using its uninstall or setup program. If you still want to use the application associated with this device file, try reinstalling that application to replace the missing file. Press a key to continue I do, but same message repeats. 30 seconds later, this new message appears: Either memory is insufficient to run KRNL386.EXE or the value of the Windowmemsize entry in the SYSTEM.INI file is too large. You need to run the Setup program again. Press any key to continue... -- then computer shuts down on its own after a minute. WHAT I HAD BEEN DOING IMMEDIATELY BEFORE:
|
|
|
|
| Important Information |
|
Join the #1 Tech Support Forum Today - It's Totally Free!
TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free. Join TechSupportforum.com Today - Click Here |
|
|
#2 (permalink) |
|
Asst. Manager, Alternative Computing Forums
|
If you would like to read the bootlog file you created, type the following command at a C:\ prompt
type C:bootlog.txt type is a command here that displays the text file on the screen. If the file is too long, try the pipe | command as follows type C:bootlog.txt|more to get the file one screenfull at a time. The pipe usually shares the key with \ and looks like a colon done a vertical skid. A handy utility you might try is the scanreg /restore utility. This will cause a scan of the windows registry, and should prompt you for input to try restore from an older copy of the registry. This may get windows back in operation, where you have more repair utilities at your disposal.
__________________
It's better to know me and not need me than to need me and not know me. B. While users are never under any obligation, if you feel the urge please feel free to visit our donation page. Every little bit helps. And we thank you for your support. Microsoft free Registered Linux user 397458 |
|
|
|
|
|
#3 (permalink) |
|
Tech Hardware Team
Join Date: Jul 2005
Posts: 1,460
OS: Windows
|
Clean out files in the temp directory, then temporarily rename system.ini and see if windows starts up...
C:>DEL C:\windows\temp\*.* /s {note: there's a space between * and /s} C:>cd\windows C:>REN system.ini system.txt C:>WIN If windows still has that error then check the registry for errors... C:>cd\windows\command C:>scanreg if error not fixed then you can restore to a previous good copy of the registry... C:>scanreg /restore How to Manually Restore the Windows 98/Me Registry http://support.microsoft.com/kb/q221512/ Then post back with a progress report.
__________________
|
|
|
|
|
|
#4 (permalink) | |||
|
Member
Join Date: Jan 2003
Posts: 30
OS: Win 98
|
Thank you for your replies, professor batty and stu. Unfortunately, the problem is exactly the same
Quote:
Quote:
Quote:
ADDITIONAL NEW INFORMATION Item 1 (of 2): Someone gave me this link: http://support.earthlink.net/mu/1/ps.../2172.psc.html It describes my error message exactly. The problem is I can't get into Windows 98 in order to follow their instructions. I have a CD given to me by the vendor of the laptop, but it will only INSTALL Windows 98 onto my HD (overwriting everything currently on there). It won't boot up into Windows 98. Item 2 (of 2): These are some of the more suspicious looking things my latest bootlog.txt file shows: [001230F6] Loading Device = C:\AECU.SYS [001230FE] LoadFailed = C:\AECU.SYS (Logo disabled) ... next are a bunch of lines that say "Loading Device" followed by "LoadSuccess"... [001231A5] 386 processor. $You should not load Windows into high memory. Do not use "load high" commands to start Windows. $Windows is already running. $Cannot run Windows while the currently installed protected-mode software is running. Quit the protected-mode [00123209] Loading Vxd = vnetsup.vxd* (see footnote at end for what came before and after this error msg) Note: I don't see any line [00123209]. The following lines occur a few screens later: [00123245] Starting Unknown (HTREE\ROOT\0) [00123245] Started Unknown (HTREE\ROOT\0) [00123245] Enumerating Unknown (HTREE\ROOT\0) [00123245] Enumerated Unknown (HTREE\ROOT\0) [00123245] Starting Unknown (HTREE\RESERVED\0) [00123245] Started Unknown (HTREE\RESERVED\0) [00123245] Enumerating Unknown (HTREE\RESERVED\0) [00123245] Enumerated Unknown (HTREE\RESERVED\0) I hope some experts out there can help. I'm at a loss. Thanks so much. *Footnote: bootlog.txt file - What came before and after "Quit Protected Mode" message: These occur before the line [001231A5] 386 processor: |
|||
|
|
|
|
|
#5 (permalink) |
|
Tech Hardware Team
Join Date: Jul 2005
Posts: 1,460
OS: Windows
|
Go to C prompt and do each of these 4 lines, then reboot and select option 2 Logged (\bootlog.txt)
cd\ attrib -h -r bootlog.* ren bootlog.txt bootlog.dud ren bootlog.prv bootlog.txt if still doesn't boot to windows then go back to C prompt and copy these two files to a floppy disk. cd\ cd windows attrib -h -r system.ini attrib -h -r system.cb copy system.ini a:\sysini.txt copy system.cb a:\syscb.txt When you post your next report you can attach them as txt files (use Manage Attachments button below message box) and I will review their content.
__________________
|
|
|
|
|
|
#6 (permalink) | ||
|
Member
Join Date: Jan 2003
Posts: 30
OS: Win 98
|
Quote:
Quote:
Thank you again, Stu, for your help. I'm sorry for all the questions; but, as you can see, I'm not well-versed in these commands (and the registry is a scary thing to me ), so I just want to have a better idea of what I'm doing before I proceed.
|
||
|
|
|
|
|
#7 (permalink) |
|
Registered User
Join Date: Mar 2005
Posts: 45
OS: xp professional
|
Explanation of Attrib
Here is a link on what the command does.
http://www.computerhope.com/attribhl.htm Those files are normally hidden, because they are system files, so that you dont accidently erase them. The commands that he is having you do, will make the file visible to you, so that you can copy them and post them here. |
|
|
|
|
|
#8 (permalink) |
|
Tech Hardware Team
Join Date: Jul 2005
Posts: 1,460
OS: Windows
|
Files have attributes that can be set to make the file hidden or read only (which means it cannot be written to, or replaced with a copy). Typically, system files are hidden in windows, to make them accessible you need to change their attibutes.
The attrib command is DOS's version for viewing/changing file attributes. "attrib -h -r bootlog.*" means find file named bootlog (all extensions) and remove their hidden and read only status. You would use plus signs to make it hidden and read only. ren bootlog.txt bootlog.dud This renames (ren) the file, so you still have it. ren bootlog.prv bootlog.txt This renames the previous saved bootlog (prv) that worked, so that safe mode can use it instead. Or you could also do "copy bootlog.prv bootlog.txt" to keep the original and just make a copy. The "Step by step confirmation" has an option to make a new bootlog while starting windows.. The "Logged (\bootlog.txt)" uses the bootlog to start windows. What we're doing is taking the previous bootlog, made before the problem occurred, and trying to start windows with it. .
__________________
|
|
|
|
|
|
#9 (permalink) | |
|
Member
Join Date: Jan 2003
Posts: 30
OS: Win 98
|
Quote:
BUT the good news is I searched Microsoft Support and found an even better link relating to my problem. It appears that it's fixable (touch wood) with a registry edit. (A second search indicated that it could solve my memory error message as well.) Link: http://support.microsoft.com/default...b;en-us;132008. It states what to do in Step 4, so I'd like to try this before doing anything else. But I first have 3 things to ask that I'm unsure about:
P.S. - Just to Recap:
: When my laptop is at the C:>, is it OK to just turn it off, or do I need to enter a command first in order to safely shut it down? I've been pressing CTRL - ALT - DEL to restart it again so it will go through the error messages I've been getting and shut down by itself. Is this the wrong thing to do? |
|
|
|
|
|
|
#10 (permalink) | ||
|
Tech Hardware Team
Join Date: Jul 2005
Posts: 1,460
OS: Windows
|
Quote:
This is why I asked you to attach the system.ini as a text file, so I can review it and remark out any problem lines. You have already set it to use a previous good copy of the registry files, so don't mess with this part now. Quote:
When you start up with Windows to a desktop and use a DOS Prompt box or have it "Restart in DOS Mode" then you have to type "EXIT" to quit and return to windows mode, then quit windows.
__________________
|
||
|
|
|
|
|
#11 (permalink) |
|
Registered User
Join Date: Dec 2005
Posts: 1
OS: win98
|
I have the same problem
This is a very strange problem. I installed a pnp usb card reader before my problem started. I would really like to know what the solution is. A number of threads on a number of forums have addressed this but nobody has posted the answer.
I CAN start properly in safe mode. However, in device manager, there were numerous duplications of devices. My monitor adapter is pooched in normal mode, and so is my lmouse.vxd missing, and the acpi bios is duplicated, reporting 2 of them. My last regedit restore is March, and I'd like to avoid using it unless I have to. I have no difficulty following instructions, and understand dos pretty well. Regards, Outspoken |
|
|
|
![]() |
| Thread Tools | |
|
|