EDIT: For moderator, could you please rename the thread to Win7 instead of Vista, they both use the same bootmanager so it's not that important, but it's a annoying detail gone wrong at this late hour
Some background
I had 2 HDDs, Vista installed on Disk0 / Partition 1, with all the system/boot etc stuff on it.
Then I bought a new drive, put it to SATA4 slot on my motherboard and created 2 partitions on it.
After this, I turned off the computer and rearranged the wires a bit
The new HDD is now in SATA1, old Disk0 (was in SATA1) is in SATA2, and 2nd old drive in SATA3, moving the optical to SATA4
Then I proceeded to install Windows 7, I don't remember why, but I ended up deleting the first partition on the new HDD and re-created it, and installed Win7 on it.
Everything went fine until today, excluding the oddity that the installation completely ignored the existence of current boot records on my old primary HDD and the whole existence of Vista, so no dualboot for me now. But today, I wanted to completely erase my old "secondary hdd".
What I found at Computer Management's Disk Management was that the old secondary hdd's first partition, now Disk2 / Partition 1, had some of Win7's boot files, with dir /ah it showed bootmgr and \boot\ stuff in there, disc management marks it as "System" drive while the Disk0 (new HDD) partition 1 is marked as Boot, page file and everything else.
So obviously I can't just go and delete the partitions on that old secondary drive, so I need to somehow get the stuff to Disk0 / Partition 1 instead
Here's what BCDEdit shows me:
But from here, I have no clue on how to move forward on getting everything from X: to C:
Anyone got any tips on how to do it?
Some background
I had 2 HDDs, Vista installed on Disk0 / Partition 1, with all the system/boot etc stuff on it.
Then I bought a new drive, put it to SATA4 slot on my motherboard and created 2 partitions on it.
After this, I turned off the computer and rearranged the wires a bit
The new HDD is now in SATA1, old Disk0 (was in SATA1) is in SATA2, and 2nd old drive in SATA3, moving the optical to SATA4
Then I proceeded to install Windows 7, I don't remember why, but I ended up deleting the first partition on the new HDD and re-created it, and installed Win7 on it.
Everything went fine until today, excluding the oddity that the installation completely ignored the existence of current boot records on my old primary HDD and the whole existence of Vista, so no dualboot for me now. But today, I wanted to completely erase my old "secondary hdd".
What I found at Computer Management's Disk Management was that the old secondary hdd's first partition, now Disk2 / Partition 1, had some of Win7's boot files, with dir /ah it showed bootmgr and \boot\ stuff in there, disc management marks it as "System" drive while the Disk0 (new HDD) partition 1 is marked as Boot, page file and everything else.
So obviously I can't just go and delete the partitions on that old secondary drive, so I need to somehow get the stuff to Disk0 / Partition 1 instead
Here's what BCDEdit shows me:
Code:
Windows Boot Manager
--------------------
identifier {9dea862c-5cdd-4e70-acc1-f32b344d4795}
device partition=X:
description Windows Boot Manager
locale en-US
inherit {7ea2e1ac-2e61-4728-aaa3-896d9d0a9f0e}
default {f3397abd-ddf2-11dd-a60b-acaa17a36c57}
resumeobject {f3397abc-ddf2-11dd-a60b-acaa17a36c57}
displayorder {f3397abd-ddf2-11dd-a60b-acaa17a36c57}
toolsdisplayorder {b2721d73-1db4-4c62-bf78-c548a880142d}
timeout 30
Windows Boot Loader
-------------------
identifier {f3397abd-ddf2-11dd-a60b-acaa17a36c57}
device partition=C:
path \Windows\system32\winload.exe
description Windows 7
locale en-US
inherit {6efb52bf-1766-41db-a6b3-0ee5eff72bd7}
recoverysequence {f3397abe-ddf2-11dd-a60b-acaa17a36c57}
recoveryenabled Yes
osdevice partition=C:
systemroot \Windows
resumeobject {f3397abc-ddf2-11dd-a60b-acaa17a36c57}
nx OptIn
But from here, I have no clue on how to move forward on getting everything from X: to C:
Anyone got any tips on how to do it?