Ok heres the problem. The computer is a Dell workstation 340, and it's running on Windows XP Pro. After an improper shut down, the computer was restarted, and it states the Cdrive is no longer recognized. I am not sure how to go about fixing this problem. The only thing I see starting it up is the black screen before windows starts up. Help!!!! Please. Thanks

Dani AI

Generated

Building on points raised by and , the next steps should aim to determine whether the problem is a corrupted boot/FS or a failed drive, and to preserve data before any destructive repairs.

If an XP install CD is available, the Recovery Console can repair common boot issues. Boot from the CD, press R to enter Recovery Console, select the Windows installation and run these commands in order:

chkdsk c: /r
fixmbr
fixboot c:
bootcfg /rebuild

chkdsk /r attempts to repair filesystem errors and recover bad sectors. fixmbr and fixboot repair the master boot record and boot sector; bootcfg /rebuild restores boot.ini entries. These are non-obvious fixes for an OS that stops booting after an improper shutdown.

If no XP CD exists, a bootable rescue environment (Linux live CD/USB, Hiren's or a vendor rescue disc) will show whether the disk is visible, allow SMART checks, and permit copying of critical files to external media. For failing disks with bad sectors, create a sector image first (tools like ddrescue or Clonezilla) and work from the image to avoid further damage.

If vendor diagnostics report hardware faults or the disk is not seen by system diagnostics, the drive is likely failing. Connecting the drive to another machine as a secondary device or using a SATA-to-USB adapter can confirm this and assist data extraction. For irreplaceable data, stop further writes and consult a professional data-recovery service rather than running repeated repairs.

Recommended Answers

All 3 Replies

Member Avatar for Member #160597

Hi

Did u Scan ur system for any malwares?

regards
Anand

not as of yet, cant get into system..

I would power down the machine and check all the onnectiond between the mother board and the C: drive to make sure they are not loose. When you boot up the work station can you get to the bios and check to see if the drive is recognized there?

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.