extremerecluse wrote:
> Hello,
>
> First post. Problem; while using OS 7 and a very simple system I put
> together 4 years ago, I have had really slow bootup or none. I thought it
> was the HD so I got another one; Same Memory and speed. I even formatted
> it to insure a clean install. Got the same problem. It gets hung during
> IDE search. When it does boot where I can use it, it freezes all the time.
> Hardware at fault could not be the HD. Maybe video card or motherboard. I
> wish windows could diagnose faulty hardware. It does tell me that hardware
> is failing or about to. I hate to dump money into it by trial and error.
> You think I should just gut it and start from scratch? If I knew the
> problem, I would fix it so easily. It is 4 years old. Maybe it has served
> it usefulness? Help please!!!
>
> Mark
Your post is completely devoid of details about the
computer make and model, motherboard make and model,
processor type, disk type and interface (i.e. "WDC1004"
on SATA connector). If it is an HP or Dell, I
might ask you different questions than if you built
the computer yourself.
Your first step should be to Google the computer details,
and see if other people suffer your complaint. If you
built the computer yourself, you'd Google the motherboard
model number. Whereas if you bought an Acer or a Gateway,
you'd Google the model details of Acer or Gateway.
At the same time, you can post back here with a more detailed
list of hardware.
There's no guarantee, when you give a hardware list, that
any extra ideas will come to mind, but you never know.
I use a Linux LiveCD sometimes, as an alternate boot media,
and there can be text messages put on the screen during
the booting process. If you get lucky with that, that
may hint as to what is wrong. Once Linux is up and running
from the disc, you open the Terminal application and
enter the command "dmesg" to see the text again. The buffer
used by that command, is not infinite, and given enough
time and error messages, the first bits of it might get
flushed. But still, it's better than what Windows will
tell you during startup.
Some prebuilt computers (like HP or Dell), they may come
with an actual hardware diagnostic, and it can be used to
identify simple hardware faults. Also, third-party
applications exist, which claim to do the same thing,
but some of those are mostly "fluff" (i.e. they test
things not likely to fail, so you don't get value from
the tests). The nicest tests I ever saw, were on a Sun Unix
computer, which while it didn't have the nicest interface,
at least you can tell the people who wrote the tests,
wrote them to test hardware, and not to make an
easy buck off a sucker. That software was bundled
with the machine, and is basically machine specific
(you couldn't use it on a PC).
Paul