[SOLVED] I CMD cleaned my HDD reset my computer and windows isn’t launching?

Jt0289898

Honorable
Feb 3, 2017
27
0
10,530
My OS was on my ssd and like a retard when i cleaned my HDD i didn’t format it so this could be why this happened, so now when i launch my pc it makes me choose and option troubleshoot it or turn off my pc, my pc is still supposedly launching from my ssd according to my boot launcher menu in bios. I don’t understand how my os that was on my ssd is now somehow gone or corrupted is there a way to fix it in command prompt or something been looking online for hours and nothing pls help...
 
Solution
So, to go back to the beginning:

OS on the HDD
You cloned to a new drive (SSD), but not quite right.
And you left the original drive in there
Now, the boot order got borked up, and it booted from the old install on the HDD
Change/fix the boot order, and it again boots from the current OS on the SSD
Then, you wiped the HDD
And it fails to boot. Result of the improper clone operation early on.
Attempt to create a functioning boot partition on the SSD, it fails.


Sometimes, you just have to give up.
Especially coming from an improper clone operation of a year ago.

I would give up trying to "fix" this, and do a clean install on the SSD.
Yea i did a year ago cause when i originally built my pc i didn’t have an ssd so when i got an ssd and installed it i migrated everything to my sdd.....
Wait...you're the one whose system started booting from the HDD instead of the SSD?
 
Wait...you're the one whose system started booting from the HDD instead of the SSD?
Sadly yes I’m dying inside
 
If you can get to the command prompt:

First, Power OFF
Physically disconnect the HDD
Verify you've actually disconnected it
Think about it for a few minutes, then verify again.
Once you are absolutely sure the only drive connected is the SSD containing Windows, power up again.
In the Troubleshoot, command prompt, do this:

diskpart
list disk
select disk 1
list partition
select partition 3
shrink desired=500
create partition primary
format fs=ntfs quick
active
assign letter=H
exit
bcdboot c:\windows /s H:
 
If you can get to the command prompt:

First, Power OFF
Physically disconnect the HDD
Verify you've actually disconnected it
Think about it for a few minutes, then verify again.
Once you are absolutely sure the only drive connected is the SSD containing Windows, power up again.
In the Troubleshoot, command prompt, do this:

diskpart
list disk
select disk 1
list partition
select partition 3
shrink desired=500
create partition primary
format fs=ntfs quick
active
assign letter=H
exit
bcdboot c:\windows /s H:
When i do shrink desired=500 it says there is no volume in focus. Select a volume and try again.
 
So, to go back to the beginning:

OS on the HDD
You cloned to a new drive (SSD), but not quite right.
And you left the original drive in there
Now, the boot order got borked up, and it booted from the old install on the HDD
Change/fix the boot order, and it again boots from the current OS on the SSD
Then, you wiped the HDD
And it fails to boot. Result of the improper clone operation early on.
Attempt to create a functioning boot partition on the SSD, it fails.


Sometimes, you just have to give up.
Especially coming from an improper clone operation of a year ago.

I would give up trying to "fix" this, and do a clean install on the SSD.
 
Solution