Windows 10 installer don't recognize SSD (and Ubuntu does)

5

1

I have a problem with SSD (Intel 535 series). I've replaced with it a dvd-drive in my laptop (Asus L551LN). So now I have my old hdd in the old place and new ssd in the dvd-drive place.

The problem is Windows cannot find it. I tried to find it with volume management in the control panel. There is only one default hdd. And in the BIOS settings I can see the SSD. I even can set it as primary boot device.

Windows installer also cannot find this SSD. I've tried to use Intel Rapid Storage Technology driver as it mentioned in comments here - Windows 10 install don't recognize SSD. There is no result. I've tried to update Windows from 8.1 to 10. There is no result too.

The most interesting point is Ubuntu live CD can find SSD. More over, I've installed Ubuntu on this SSD and I can boot from that SSD and use Ubuntu. But Windows still ignore it.

So, short list of facts:

  • BIOS can find SSD
  • BIOS is up to date (version 209 from 8 Jul 2014 and here the latest version is 209 too http://www.asus.com/Notebooks/K551LN/HelpDesk_Download/)
  • Ubuntu LiveCD can find SSD and install Ubuntu on it (and I can boot it)
  • Windows 8.1/10 cannot find SSD.
  • Windows 8.1/10 installer also cannot find SSD
  • AHCI mode is enabled and I can't disable it (there is no options to switch from AHCI in the BIOS setup)
  • I cannot install SSD instead of default HDD in its port (it's hard do disassemble laptop to get HDD)
  • There is no drivers for SATA or something which would look as related to this issue in the ASUS support site

Since Ubuntu can find SSD and Windows cannot, I suppose there is some driver issue. But I can't find out which driver I should use to resolve it.

UPDATE: I noted very interesting thing. SSD is missing after reboot, but if I use sleep mode, after waking up Windows sees that SSD for a short time (something about one minute). It sees it size, but cannot create any files there. It just hanging and then SSD disapears.

sorry that it's not a screenshot - there were some wi-fi issues

Paul

Posted 2016-04-30T14:01:00.827

Reputation: 61

While in Windows use Control Panel>Device Manager, when DM loads click the "scan for hardware changes" button, see if it finds the hard drive and lists it under Disk drives. – Moab – 2016-04-30T14:36:45.757

@Moab no, there is nothing about my new SSD. I also formatted this SSD into ntfs now - windows installer still cannot find it. – Paul – 2016-04-30T15:11:24.440

Give this a try (After booting into the installation disk, at the welcome screen press shift+f10 and a cmd window should pop up. Enter diskpart, then list disk. Your SSD should be listed here, note which disk number it is listed as. Enter select disk x (where x is the number of your disk). Then enter clean. Finish your install.) – NetworkKingPin – 2016-05-03T08:02:32.753

@NetworkKingPin I've tried it. My SSD just does not appears in that list. I've updated my question with some interesting find, maybe it would be useful for you. – Paul – 2016-05-03T19:23:02.953

I have read a few posts saying the best solution when the computer does not recognize the SSD drive in the Optical Drive slot. That the best solution is to unplug the HDD. And then Install windows on the SSD as the computer will now recognize it. I know you do not want to take apart the laptop though. – NetworkKingPin – 2016-05-04T04:46:34.497

@NetworkKingPin yes, I seen that posts. But for this laptop is hard to get to HDD - I should disassemble it from to sides and remove keyboard and so on and I'm not sure that I will be able to compile it back right. So I'm trying to find a way to avoid it. – Paul – 2016-05-05T06:38:18.647

@Paul have you managed to solve the issue? – dds – 2017-07-01T02:43:31.863

Answers

3

The issue is not in the SSD driver, but in SATA driver. You need to load Intel RST Driver into Windows installation.

Try downloading and extracting archive from here https://downloadcenter.intel.com/download/25165/Intel-Rapid-Storage-Technology-Intel-RST-RAID-Driver on a flash drive according steps here: http://h30434.www3.hp.com/t5/Notebook-Operating-System-and-Recovery/SATA-driver-for-intel-HM76/td-p/3728090

Load the driver into Windows installation and I hope this will help you.

joro

Posted 2016-04-30T14:01:00.827

Reputation: 286

Hi! No, it doesn't help. I can choose drivers, but after applying Windows still does not see my SSD. – Paul – 2016-05-03T19:18:56.163

I've updated my question, maybe it could be useful. – Paul – 2016-05-03T21:11:16.300

The only idea I have, is to update SSD firmware with latest version from Samsung... May be you will need another PC to do this... – joro – 2016-05-09T15:08:51.523

why should I update Intel SSD with Samsung firmware? And still - Ubuntu does recognize my SSD without any problems. – Paul – 2016-05-10T12:07:50.337

Sorry, I mean update SSD (Intel) firmware. (I had in a issue with Win 8.1, which did not exist when I was with Win 8. And a firmware update helped me.) – joro – 2016-05-10T12:48:44.930

1

I had exactly the same situation (Windows 10 installer does not recognize SSD and Ubuntu does, SSD is missing after reboot) with ASRock Q1900-ITX motherboard. I also tried different drivers to load from the installer without any luck.

The solution for me was to change the SATA port. My motherboard has two black and two grey SATA ports - obviously connected to different controllers. After I changed from black to gray, windows installer recognized the SSD.

dds

Posted 2016-04-30T14:01:00.827

Reputation: 115

I solved this issue with the same way by replacing default HDD with SSD. And I had to forget about HDD, because it looks like my notebook has only one port wich is able to work with disk drives. – Paul – 2017-07-02T17:49:43.647

0

Windows seems to have problems recognizing SSD.

First things first - what is the size of SSD and what caddy make are you using?

Can you please post the layout of SSD as Ubuntu LiveCD sees the disk.

(Is it MBR style or GPT style, what partitions are on disk, etc.)

Windows expects a certain structure/layout of a GPT disk(at least):

  1. EFI System Partition (minimum 100 MB)

  2. MS Reserved Partition (size depends on disk size - eventually 128 MB)

  3. Basic data partition

Windows should not have problems recognizing MBR styled disk.

Also there is the choice (if hardware/firmware permits) to boot installation media two different ways:

  1. boot BIOS way (CSM enabled)

  2. boot UEFI way

If you boot BIOS way Windows installer expects MBR style disk for installation.

If you boot UEFI way Windows installer (64-bit Windows 7/8/10) expects GPT disk as destination for the installation.

You cannot boot Windows media BIOS way and install to GPT disk.

You cannot boot Windows media UEFI way and install to MBR disk.

Hope this helps.

snayob

Posted 2016-04-30T14:01:00.827

Reputation: 4 044

SSD is 120 Gb and I using Espada SS95U caddy. I'll post layout of disk a little bit later. But out of my head I can say that by default there were no partitions there and I've created partition with GParted by myself. I tried to format disk into fat32 and ntfs, but there were no result. – Paul – 2016-05-05T06:36:18.620

here is my partition layout http://i.stack.imgur.com/qH2iX.jpg I tried to make 100 Mb fat32 partition for uefi, but looks like it doesn't help. I set up this disk as GPT, but there is no effect for win installer.

– Paul – 2016-05-08T12:31:14.017