How to fix a missing bootmgr after cloning a HDD to SSD due to a weird system-reserved partition?
I have cloned my C:
partition from an existing HDD to a new SSD using gparted
from my Linux-SDD. This went well data-wise. I can see the files, yet the new Win7SSD is unable to boot.
At first, the cursor was blinking. When I set it to boot, it said bootmgr is missing.
Recherching further, I realized that my HDD has three partition, the expected C: for Win7 and D: for data; yet there is also a system-reservered bootable partition at 100 MB.
So I thought I could fix it via repairing the mbr. Hence, I tried entering the resuce prompt via Repair Computer and ran:
Bootrec.exe /ScanOs
yet this only lists C:, not E: as well.
I did not see a way to force BootRec.exe
to do its magic on E:, I did run a /fixmbr
and /fixboot
while I was on E:
, yet am unsure if this did anything at all on E:
or if I "fixed" my working C:
instead.
I still can boot from C:
but I rather use my new SSD instead.
How can I make the SSD bootable?
windows-7 boot ssd clone gparted
add a comment |
I have cloned my C:
partition from an existing HDD to a new SSD using gparted
from my Linux-SDD. This went well data-wise. I can see the files, yet the new Win7SSD is unable to boot.
At first, the cursor was blinking. When I set it to boot, it said bootmgr is missing.
Recherching further, I realized that my HDD has three partition, the expected C: for Win7 and D: for data; yet there is also a system-reservered bootable partition at 100 MB.
So I thought I could fix it via repairing the mbr. Hence, I tried entering the resuce prompt via Repair Computer and ran:
Bootrec.exe /ScanOs
yet this only lists C:, not E: as well.
I did not see a way to force BootRec.exe
to do its magic on E:, I did run a /fixmbr
and /fixboot
while I was on E:
, yet am unsure if this did anything at all on E:
or if I "fixed" my working C:
instead.
I still can boot from C:
but I rather use my new SSD instead.
How can I make the SSD bootable?
windows-7 boot ssd clone gparted
add a comment |
I have cloned my C:
partition from an existing HDD to a new SSD using gparted
from my Linux-SDD. This went well data-wise. I can see the files, yet the new Win7SSD is unable to boot.
At first, the cursor was blinking. When I set it to boot, it said bootmgr is missing.
Recherching further, I realized that my HDD has three partition, the expected C: for Win7 and D: for data; yet there is also a system-reservered bootable partition at 100 MB.
So I thought I could fix it via repairing the mbr. Hence, I tried entering the resuce prompt via Repair Computer and ran:
Bootrec.exe /ScanOs
yet this only lists C:, not E: as well.
I did not see a way to force BootRec.exe
to do its magic on E:, I did run a /fixmbr
and /fixboot
while I was on E:
, yet am unsure if this did anything at all on E:
or if I "fixed" my working C:
instead.
I still can boot from C:
but I rather use my new SSD instead.
How can I make the SSD bootable?
windows-7 boot ssd clone gparted
I have cloned my C:
partition from an existing HDD to a new SSD using gparted
from my Linux-SDD. This went well data-wise. I can see the files, yet the new Win7SSD is unable to boot.
At first, the cursor was blinking. When I set it to boot, it said bootmgr is missing.
Recherching further, I realized that my HDD has three partition, the expected C: for Win7 and D: for data; yet there is also a system-reservered bootable partition at 100 MB.
So I thought I could fix it via repairing the mbr. Hence, I tried entering the resuce prompt via Repair Computer and ran:
Bootrec.exe /ScanOs
yet this only lists C:, not E: as well.
I did not see a way to force BootRec.exe
to do its magic on E:, I did run a /fixmbr
and /fixboot
while I was on E:
, yet am unsure if this did anything at all on E:
or if I "fixed" my working C:
instead.
I still can boot from C:
but I rather use my new SSD instead.
How can I make the SSD bootable?
windows-7 boot ssd clone gparted
windows-7 boot ssd clone gparted
edited Jul 9 '15 at 22:23
asked Jul 9 '15 at 22:03
k0pernikus
77621425
77621425
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
I managed to make the SSD bootable by both:
- Cloning both paritions, the hidden and the C:, to the SSD. I exapanded the hidden partition to the full size of the hdd.
- Windows wasn't bootable directly after it. I had to insert the OEM Win7 DVD and boot from it. Instead of reinstalling I chose Repair option. Instantly, a window popped up that an issue was discovered and prompting me to fix and reboot.
After rebooting, the partition was checked and since then the SSD works fine.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f938613%2fhow-to-fix-a-missing-bootmgr-after-cloning-a-hdd-to-ssd-due-to-a-weird-system-re%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I managed to make the SSD bootable by both:
- Cloning both paritions, the hidden and the C:, to the SSD. I exapanded the hidden partition to the full size of the hdd.
- Windows wasn't bootable directly after it. I had to insert the OEM Win7 DVD and boot from it. Instead of reinstalling I chose Repair option. Instantly, a window popped up that an issue was discovered and prompting me to fix and reboot.
After rebooting, the partition was checked and since then the SSD works fine.
add a comment |
I managed to make the SSD bootable by both:
- Cloning both paritions, the hidden and the C:, to the SSD. I exapanded the hidden partition to the full size of the hdd.
- Windows wasn't bootable directly after it. I had to insert the OEM Win7 DVD and boot from it. Instead of reinstalling I chose Repair option. Instantly, a window popped up that an issue was discovered and prompting me to fix and reboot.
After rebooting, the partition was checked and since then the SSD works fine.
add a comment |
I managed to make the SSD bootable by both:
- Cloning both paritions, the hidden and the C:, to the SSD. I exapanded the hidden partition to the full size of the hdd.
- Windows wasn't bootable directly after it. I had to insert the OEM Win7 DVD and boot from it. Instead of reinstalling I chose Repair option. Instantly, a window popped up that an issue was discovered and prompting me to fix and reboot.
After rebooting, the partition was checked and since then the SSD works fine.
I managed to make the SSD bootable by both:
- Cloning both paritions, the hidden and the C:, to the SSD. I exapanded the hidden partition to the full size of the hdd.
- Windows wasn't bootable directly after it. I had to insert the OEM Win7 DVD and boot from it. Instead of reinstalling I chose Repair option. Instantly, a window popped up that an issue was discovered and prompting me to fix and reboot.
After rebooting, the partition was checked and since then the SSD works fine.
answered Jul 16 '15 at 20:28
k0pernikus
77621425
77621425
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f938613%2fhow-to-fix-a-missing-bootmgr-after-cloning-a-hdd-to-ssd-due-to-a-weird-system-re%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown