My girlfriend was moving files around on her computer, nothing big, just images. She then got the Blue Screen Of Death, and so she restarted the computer.

When it restarted, it gave her the windows splash screen and then went to black and sat there.

I restarted it with last known good configuration, no luck, I did safe mode system restore. No luck. I did safe mode manually activated chkdsk. It ran through and deleted a few files and indexes and scheduled another chkdsk for after restart. Ran it again on restart, and it ran through deleted a few things, and then said it was restarting and froze. Powered off and back on. Chkdsk ran again automatically, told it to cancel, froze when it said it was done. Tried to put in windows xp pro sp1 system disk to run recovery console. The system boots off of a SATA drive, when I run the recovery console, it says that there are no hard drives installed on the system.

I know its not the hard drive controller itself, because it has the files in safe mode. It may be a bad boot sector, or a corrupted registry, but I can't load anything up that will fix that because I can't get it to see the hard drive.

Any ideas?

Dani AI

Generated

What describes (Recovery Console not seeing the disk while Windows can boot into Safe Mode and chkdsk keeps stalling) points toward two common, solvable causes: the XP recovery environment lacking SATA/AHCI drivers, and early signs of a failing drive or bad cabling. The advice from to reseat cables was on target — but a few additional, safe troubleshooting steps and recovery workflows will be more useful.

Try non-destructive checks first:

  • Power off, remove and firmly reseat both the SATA data cable and the drive power connector; try a different SATA port and a different cable or PSU connector. If available, attach the drive to another machine or a USB-SATA adapter to confirm it is visible elsewhere.
  • If the motherboard BIOS has the SATA controller in AHCI/RAID mode, switch it to IDE/Compatibility mode, save and reboot, then run the Recovery Console. XP-era recovery media often lack AHCI drivers; switching modes frequently allows the recovery tools to see the disk (note: changing SATA mode can affect a normal XP boot, so revert after testing if needed).

If the disk still does not appear to Recovery Console, use a more modern/resilient environment:

  • Boot a WinPE-based rescue disc, Hiren’s/Ubuntu live CD, or a manufacturer diagnostic ISO. These environments include wider driver support and diagnostic tools.
  • Run a SMART report and a surface test using tools such as smartctl and the drive maker’s boot utility; this distinguishes logical corruption from hardware failure.

If data is important, image the drive before attempting repairs. Example commands (from a Linux/WinPE environment):

smartctl -a /dev/sda
ddrescue -f -n /dev/sda /mnt/backup/image.img /mnt/backup/rescue.log

Work on the image (TestDisk/photorec, offline chkdsk) rather than the original if you suspect bad sectors. If diagnostics show physical failure, stop attempted repairs and consider professional recovery or RMA under warranty.

Recommended Answers

All 3 Replies

did you fixboot or fixmbr in the recovery console,type help in RC to see command options .

The recovery console doesn't see the hard drive at all. It simply says that none are installed and to press F3 to exit recovery console.

.so you can go to safe mode and it see drive ,go in again and run chckdsk check it off to fix all errors and don't interrupt it ,also, not sure it will help , but if it were me i would open case and unplug hdd power cabele and data transfer cable and and plug it back in ,from drive and from motherboard

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.