SSD - Windows cannot be installed on this disk

Had your friend tried plugging the ssd to a different sata socket?

I have had a problem similar to this when i helped my cousin upgrade his system. Turns out it was a faulty sata socket
 
I've only seen this on a Win 7 machine. I needed to install a RAID driver at the beginning. Even though there was only one drive, with the interface in RAID mode, the install would see the drive, install on it, and then not be able to boot of it at the final part of the installation because I had not given it the correct drivers at the beginning of the installation. It sounds similar to me.

The other posibility is that he's installing in UEFI mode, but the UEFI is trying to boot the SSD as a non-UEFI disk. Check UEFI/BIOS setting to make sure he's being consistent in install and boot media settings.
 
Had your friend tried plugging the ssd to a different sata socket?

I have had a problem similar to this when i helped my cousin upgrade his system. Turns out it was a faulty sata socket

They are using the same SATA port and cable running to the working HDD and just swapping over to the SSD.

Has he only used 1 USB stick, what exactly is the model of it?

Just the one flash drive I believe, will check that and also find model.

Also trying to get them to sign up here! :)
 
I've only seen this on a Win 7 machine. I needed to install a RAID driver at the beginning. Even though there was only one drive, with the interface in RAID mode, the install would see the drive, install on it, and then not be able to boot of it at the final part of the installation because I had not given it the correct drivers at the beginning of the installation. It sounds similar to me.

The other posibility is that he's installing in UEFI mode, but the UEFI is trying to boot the SSD as a non-UEFI disk. Check UEFI/BIOS setting to make sure he's being consistent in install and boot media settings.

I don't know what disk modes or BIOS settings were used, but will post back when I do.
 
Also has said this: "apparently I can't download the iso for windows 7 because I have a copy which has come preinstalled by a company"

That was on MS website when entering license code I believe

Any other suggestions most welcome


Ive never been asked for a serial when downloading Windows 7 but they are making it hard to download an iso for win 7 now. I followed the instructions on this link and got it

http://www.techfleece.com/2015/12/2...ndows-8-1-or-windows-10-legally-and-for-free/
 
It's not the install. That completes and then the system sounds like it's trying to reboot to finish setting up. At that point it fails to boot, and the install then tells you that the system cannot be installed. The problem is that once the OS is installed, the SSD fails to boot. That's where the issue is.
 
It's not the install. That completes and then the system sounds like it's trying to reboot to finish setting up. At that point it fails to boot, and the install then tells you that the system cannot be installed. The problem is that once the OS is installed, the SSD fails to boot. That's where the issue is.

So you think it's a hardware issue?
 
So you think it's a hardware issue?

I think it's a configuration issue. In the BIOS, the PC is not booting off the SSD (wrong boot device or boot config). Alternately, the OS you've just installed is missing the config or drivers to boot off the SSD itself.

It could be some weird hardware fault such as a faulty SSD/cable/motherboard port, but I think that's far less likely than a misconfiguration.
 
I think it's a configuration issue. In the BIOS, the PC is not booting off the SSD (wrong boot device or boot config). Alternately, the OS you've just installed is missing the config or drivers to boot off the SSD itself.

It could be some weird hardware fault such as a faulty SSD/cable/motherboard port, but I think that's far less likely than a misconfiguration.

The SSD has been set as boot device in BIOS. I'm unfamiliar with UEFI BIOS as still using legacy myself, so can't help them. Anything in particular you can suggest trying to change?
 
The SSD has been set as boot device in BIOS. I'm unfamiliar with UEFI BIOS as still using legacy myself, so can't help them. Anything in particular you can suggest trying to change?

If he's installed off UEFI formatted media, makes sure the SSD is set in the BIOS to as a UEFI boot device, and give it priority over the installation USB. If he's got it configured as RAID, give it the RAID drivers at the initial install, or install it as AHCI instead.
 
When you get to the disk formatting screen, press shift+F10. Now type in

Code:
diskpart

Then...
Code:
list disk

Assuming the SSD is the only drive, it should be disk 0. Type

Code:
select disk 0

Make absolutely sure you have the right disk selected because this next command will wipe everything. Type

Code:
clean

You may need to refresh the windows setup disk screen and you should be able pick your disk.

This worked for me...had the same issue a few weeks back!
 
How does one check if it's 'UEFI formatted media', there was apparently no option when creating the flash media?

How did you make the media from the ISO you downloaded? There's usually a choice at that time depending what tool you are using to make the media. When you boot off that media, you need to make sure you boot it in UEFI mode. Most modern motherboards let you choose a boot device, at boot time, and devices will show as both UEFI and legacy. You need to choose the UEFI version.
 
Back
Top Bottom