Jump to content

Hello everybody,

 

I've got this wierd problem. I have HP Probook 6560b which I have bought a new Crucial MX100 256GB SSD to. When I install it into the HDD/SSD bay and boot up the PC with a USB ready Windows 8.1 install and can't recognize the SSD in the Windows 8.1 Installer.

 

I've tried to do the diskpart solution, where i clean the disk and create a new partition and then make it active but with no luck so far. The disk itself does not seem to be broken because i can see it when i do the list disk part command and in the BIOS.

Link to comment
https://linustechtips.com/topic/353581-windows-installer-doesnt-recognize-ssd/
Share on other sites

Link to post
Share on other sites

Snip* i jumped to conclusions... lmk if they help u.

CPU: Pentium G3258 @ 3.2GHz || GPU:(first release,used) MSI R9 270 OC || Motherboard:MSI Z97-G45 Gaming Motherboard || RAM: 8 GB G.Skill Sniper 1600 || Monitors: Vizio 22 in Ultra slim 1080p TV || Storage: Seagate barracuda 160 GB 7200RPM,(REFURB) 1TB toshiba 7200RPM || PSU: (stripped from 2013 CAD PC)Corsair CX600 build was under $420

BE SURE TO FOLLOW YOUR THREADS! READ THIS BEFORE POSTING IN TROUBLESHOOTING!! http://linustechtips.com/main/topic/40334-read-before-asking-for-help/
Link to post
Share on other sites

have you also made a volume with diskpart? a partition alone isn't enough

I followed this guide:

 

Boot to CD, choose repair, then advanced, then command prompt:

Diskpart commands to align and create a partition

Diskpart >List Disk

(Here note the Disk # you want to align and create on based on size of drive, if only one drive then you are fine disk 0 will be the one you need)

Diskpart > Select Disk 0

(Or other disk number if need be)

Diskpart > List Partition

(Just to ensure you have the correct disk listed and no partitions are found)

Diskpart > Clean

(Removes any previous partition table information, and or MBR's)

Diskpart > Create Partition Primary Align=1024

(To create and align your partition)

Diskpart> Format Quick FS=NTFS

(To Quick format-NTFS)

Diskpart > List Partition

(To check partition was created properly and aligned)

Diskpart > Active

(To set partition Active for OS Install)

Diskpart > Exit

Done!

Clean and simple for those who have only one disk connected and need no explanations

Diskpart > Select Disk 0

Diskpart > Clean

Diskpart > Create Partition Primary Align=1024

Diskpart > Format Quick FS=NTFS

Diskpart > List Partition

Diskpart > Active

Diskpart > Exit

Link to post
Share on other sites

Lucky you I've had  the EXACT same problem. Deactivate SATA 6GBIT (SATA3) in the bios and after windows is installed turn it on again. Done. Took me a while to figure it out and not even HP support knew it.

Currently in this BIOS it's set to the following:

 

Max SATA Speed

3.0Gbps (checked)

6.0Gbps (unchecked)

 

Is this the one you are refering to?

Link to post
Share on other sites

well, you did it right. can you test the installer usb on a different machine?

Right now i'm doing a 'clean all' diskpart command on the SSD. After that i will make a new Windows 8.1 iso and then try again.

 

Do I have to do anything else after doing a 'clean all' command?

Link to post
Share on other sites

Right now i'm doing a 'clean all' diskpart command on the SSD. After that i will make a new Windows 8.1 iso and then try again.

 

Do I have to do anything else after doing a 'clean all' command?

no you shouldn't have to do anything after the clean command, the windows installer should see all the ssd space as unallocated space, and i think you're familiar with the rest

#killedmywife #howtomakebombs #vgamasterrace

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×