My Dell 8200will not boot into windows.When I go into setup it says that the hard disk and the cd-rom are not installed. Can someone tell me what is wrong and how to fix it. It is aDell 8200 with 5120Mb Pc 800 RdRam, 80GB EIDE hard drive(7200 RPM),PCI Ethernet Card,XP home. Thank You for your help Tom:confused:

Dani AI

Generated

A short, data‑first troubleshooting plan for that expands on points raised by and without repeating earlier guesses. The goal is: (A) preserve any important data, (B) prove whether the drive itself is alive, and (C) isolate the 8200 motherboard/IDE channel if the drive is OK.

Boot a live USB and gather evidence
Create a bootable Linux USB (example: ) and boot the machine. From the live session you can see whether the BIOS/hardware ever exposes the drive, capture kernel messages and read SMART if the disk is visible. Useful commands (run in a terminal):

dmesg | grep -i -E 'ata|hd|sr'
lsblk -o NAME,SIZE,MODEL
sudo smartctl -a /dev/sda

If important data exists, image the disk first
If the drive shows signs of failure or intermittent reads, make a raw image before doing any writes. Use GNU ddrescue to create an image while retrying bad areas less aggressively:

sudo ddrescue -f -n /dev/sda /media/usb/hdd_image.img /media/usb/ddrescue.log

See the ddrescue docs: https://www.gnu.org/software/ddrescue/

If the drive is not visible or tests fail on the 8200
Remove the drive and test it on another computer (use a USB‑to‑IDE adapter or connect internally). Run the drive maker’s diagnostics (example: Seagate SeaTools or the equivalent for the drive brand) to get definitive SMART/drive health results.

If the drive tests OK on another PC but not in the 8200, the fault is likely the 8200’s interface/channel. A low‑cost way to confirm is to boot the 8200 from a drive attached to a PCI IDE/SATA add‑in card; if that works you can avoid motherboard replacement.

What to report back for more help: exact 8200 submodel (Dimension/Inspiron), the exact BIOS message text, whether the drive spins or shows activity LEDs, results of the smartctl output or ddrescue log, and any manufacturer diagnostic report. If data is critical and imaging fails, consider professional recovery.

Recommended Answers

All 4 Replies

Seems like a hardware failure. Either you have dead HD, optical drive, IDE cable or IDE controller. First 3 can be replaced. Last one is embedded in the motherboard.

My first bet is optical drive. They have the shortest lifespan.

Are you sure that the drives are not disabled in BIOS?
Did you make any changes on your Dell recently?

Thank You Chaky, there have not been any changes made to the 8200 recently. The problem started while it was in safe mode, it shut down and then had the problem starting. I was able to start it twice while trying to correct the problem by reinstalling windows and now it will not start. I don't know about the bios nor how to check it but I guess I have a lot of work to do.

Please specify what Dell 8200 is it. (Dimension or Inspiron)
Also, specify if you receive any beep codes.

i got a d5150 and it has similar problems - cant find the cd (although hdd is ok) - turned out to be loose connection and crap wires

maybe the BIOS battery has died?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.