Windows 7 Install Doesn’t See SSD

I was setting up a new PC and pulled a 60 GB SSD from an idle system to use in this build. I started the Windows 7 installation but when it trundled along to the hard drive portion no local drives were detected. I rebooted and checked the BIOS, but the drive was recognized. Another step into Windows and the same thing: no drive. A few more trips to the BIOS and adjustments made to hard drive type (AHCI, native mode IDE) but no changes.

Furious internet searching led me nowhere until I reworked my search a few times and came across the solution: a bad boot sector. Here are the steps to correct it.

  1. Boot up Windows 7 disc.
  2. When the welcome screen comes up on Windows Setup, press Shift + F10, which will display a command prompt.
  3. Type “diskpart” (no quotes) and press enter.
  4. Type “list disk” and press enter.
  5. Hopefully you can see your SSD in the list. You should see a number identifying it. Now type “select disk X” (where X is the number identifying your SSD) and press enter.
  6. Type “clean” and press enter. This will write a blank MBR, YOU WILL LOSE ANY DATA ON THE SSD if you did have anything on it.

Thanks to technocrate for the solution.