- Joined
- 26 Sep 2007
- Posts
- 104
i think they only have access to the one machine at the moment.
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
Has he only used 1 USB stick, what exactly is the model of it?
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.
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
Had a similar thing and i found win would only i stall if my hdd was not plugged in during install
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/
Has he only used 1 USB stick, what exactly is the model of it?
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?
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?
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.
How does one check if it's 'UEFI formatted media', there was apparently no option when creating the flash media?
This worked for me...had the same issue a few weeks back!