Solved BIOS will recognize SATA HDD but Windows 7 installer will not :/

JohnnyRingo

New member
Local time
9:37 AM
Messages
9
I had two hdd's in RAID0 (WD 1600YD I think were the models), and one of them failed--click of death, BSOD, failed dskchk, etc.

I took out the bad drive and kept the good drive in the machine. (Everything was backed up to my external once the clicking started.) BIOS recognizes it, and when booting from an older IDE drive, windows recognizes it as well. It passed the disk check and everything. But when I try to install Windows 7, the WD drive won't show up on the list of places to install Windows. I got the drivers from WD's site, got the drivers from inside windows, but they aren't "signed" according to the Windows installer, and I can't use them. I tried the drive in another older machine and have the same problem.

I tried switching SATA ports, tried switching SATA cables, tried switching BIOS SATA settings from RAID to AHCI to AHCI>IDE, to Native IDE, etc. No matter what I try, I can't get the Windows 7 64 bit installer to recognize the drive.

I've read that you can change settings on specific SATA ports, but I can't find that option in BIOS. I am going to try messing around on the drive from inside windows with an older drive that has an OS installed, but I'm totally clueless here. Maybe there is some setting in BIOS that I'm missing? Another annoying thing is the Windows installation takes ages to load each screen, so every time I tried somethign different, I hve to wait 20+ minutes to the problem screen. I spent all of yesterday messing with this and I'm pretty horrible w/ this kind of troubleshooting.
 

My Computer My Computer

At a glance

Windows 7 64 bit
OS
Windows 7 64 bit

My Computer My Computer

At a glance

ME/XP/Vista/Win7
OS
ME/XP/Vista/Win7
It's a triple core AMD w/ 6 GB RAM, and it was running Windows 7 64 bit before the other drive quit.

The motherboard is a Biostar A770E3 with BIOS version 08.00.14

If you need any more specific specs, I can throw an old hdd with an OS in there to use that tool you linked.
 

My Computer My Computer

At a glance

Windows 7 64 bit
OS
Windows 7 64 bit
I searched for the drive at the command prompt and it returned: "The device is not ready."

I'm trying to figure out Dispart now, and I'll update ASAP

EDIT: Yes, when I use the "list disk" command, the drive shows up on diskpart.
 
Last edited:

My Computer My Computer

At a glance

Windows 7 64 bit
OS
Windows 7 64 bit
I had this problem once when I tried reusing a drive that previously had Linux on it. I ran the clean all command in DISKPART and that solved the issue.
 

My Computer My Computer

At a glance

Windows 7 Ultimate x64 SP1Intel Core i7-260012 GB Patriot Extreme DDR3-1333Nvidia GTX 470
OS
Windows 7 Ultimate x64 SP1
CPU
Intel Core i7-2600
Motherboard
Gigabyte GA-P67A-UD3P-B3
Memory
12 GB Patriot Extreme DDR3-1333
Graphics Card(s)
Nvidia GTX 470
Monitor(s) Displays
Dell UltraSharp 2209WA
Hard Drives
OCZ Agility3 240 GB, WD5001AALS, WD7501AALS
PSU
OCZ ModStream 700W
Case
CoolerMaster HAF 912 Advanced
Cooling
CoolerMaster Hyper 212 Plus
What you have happening is correct - Windows should NOT touch that drive as it is marked as part of a stripe set or striped volume. As DeaconFrost pointed out, you need to prep the drive as a single/stand-alone device, not a striped volume. Do that and all will be fine.

Regards,
GEWB
 

My Computer My Computer

At a glance

Linux Mint / XP / Win7 Home, Pro, Ultimate / ...
Computer type
PC/Desktop
Computer Manufacturer/Model Number
(7 different computers booting up to 10 systems)
OS
Linux Mint / XP / Win7 Home, Pro, Ultimate / Win8.1 / Win10
Other Info
Four desktops, two laptops, one notebook and one tablet
I repped all 3 of you, and I will rep theog again when it lets me. Thank you very much for taking the time to help me. I used the "clean all" command, then made the primary partition, then formatted the drive from another drive's OS, then installed Windows 7 w/o a hitch. :D
 

My Computer My Computer

At a glance

Windows 7 64 bit
OS
Windows 7 64 bit
Awesome....glad to hear!
 

My Computer My Computer

At a glance

Windows 7 Ultimate x64 SP1Intel Core i7-260012 GB Patriot Extreme DDR3-1333Nvidia GTX 470
OS
Windows 7 Ultimate x64 SP1
CPU
Intel Core i7-2600
Motherboard
Gigabyte GA-P67A-UD3P-B3
Memory
12 GB Patriot Extreme DDR3-1333
Graphics Card(s)
Nvidia GTX 470
Monitor(s) Displays
Dell UltraSharp 2209WA
Hard Drives
OCZ Agility3 240 GB, WD5001AALS, WD7501AALS
PSU
OCZ ModStream 700W
Case
CoolerMaster HAF 912 Advanced
Cooling
CoolerMaster Hyper 212 Plus
Awesome -

Regards,
GEWB
 

My Computer My Computer

At a glance

Linux Mint / XP / Win7 Home, Pro, Ultimate / ...
Computer type
PC/Desktop
Computer Manufacturer/Model Number
(7 different computers booting up to 10 systems)
OS
Linux Mint / XP / Win7 Home, Pro, Ultimate / Win8.1 / Win10
Other Info
Four desktops, two laptops, one notebook and one tablet
I fixed my SATA issue by doing the following.

Go to repair and select command prompt enter the following


Diskpart
Select Disk N
In the above command N should be the disk number of the disk you are going to wipe.
Clean
Create Partition Primary
Assign
Exit
Now type the following command where X is the drive letter assigned to the new partition using the Assign command above:
Format X: /p:1 /v:CleanDisk /y
 

My Computer My Computer

At a glance

Windows 7
OS
Windows 7
Back
Top