How to give new hard drive “boot, page file, crash dump” status
I bought a new 2tb hybrid hard drive and cloned my old 1tb hard drive onto it so that they both contained a copy of my windows 10 OS and all my files. Then I switched their SATA ports so that my new drive was in the first slot, and made sure the boot order in BIOS booted from the new drive first.
Everything works fine, but the only thing that bothers me is that when I go to disk management, the main partition of my old drive says "boot, page file, crash dump, primary partition" whereas my new drive's main partition only says "primary partition". And besides that, the sidebar in file explorer shows the windows logo over the icon of the hard drive for my old drive, but not my new one. (See the second screenshot for this behavior if you don't know what I mean)
Here are screenshots:
- http://archive.is/EcuHC
- http://tinypic.com/r/vcrwqs/9
What do these things mean? Is it anything to worry about? How can I remedy it? Would it help if I changed the drive letters? (Currently the old drive is still C and the new one is G. I'm just reluctant to change them and break a bunch of links)
hard-drive windows-10 partitioning
add a comment |
I bought a new 2tb hybrid hard drive and cloned my old 1tb hard drive onto it so that they both contained a copy of my windows 10 OS and all my files. Then I switched their SATA ports so that my new drive was in the first slot, and made sure the boot order in BIOS booted from the new drive first.
Everything works fine, but the only thing that bothers me is that when I go to disk management, the main partition of my old drive says "boot, page file, crash dump, primary partition" whereas my new drive's main partition only says "primary partition". And besides that, the sidebar in file explorer shows the windows logo over the icon of the hard drive for my old drive, but not my new one. (See the second screenshot for this behavior if you don't know what I mean)
Here are screenshots:
- http://archive.is/EcuHC
- http://tinypic.com/r/vcrwqs/9
What do these things mean? Is it anything to worry about? How can I remedy it? Would it help if I changed the drive letters? (Currently the old drive is still C and the new one is G. I'm just reluctant to change them and break a bunch of links)
hard-drive windows-10 partitioning
add a comment |
I bought a new 2tb hybrid hard drive and cloned my old 1tb hard drive onto it so that they both contained a copy of my windows 10 OS and all my files. Then I switched their SATA ports so that my new drive was in the first slot, and made sure the boot order in BIOS booted from the new drive first.
Everything works fine, but the only thing that bothers me is that when I go to disk management, the main partition of my old drive says "boot, page file, crash dump, primary partition" whereas my new drive's main partition only says "primary partition". And besides that, the sidebar in file explorer shows the windows logo over the icon of the hard drive for my old drive, but not my new one. (See the second screenshot for this behavior if you don't know what I mean)
Here are screenshots:
- http://archive.is/EcuHC
- http://tinypic.com/r/vcrwqs/9
What do these things mean? Is it anything to worry about? How can I remedy it? Would it help if I changed the drive letters? (Currently the old drive is still C and the new one is G. I'm just reluctant to change them and break a bunch of links)
hard-drive windows-10 partitioning
I bought a new 2tb hybrid hard drive and cloned my old 1tb hard drive onto it so that they both contained a copy of my windows 10 OS and all my files. Then I switched their SATA ports so that my new drive was in the first slot, and made sure the boot order in BIOS booted from the new drive first.
Everything works fine, but the only thing that bothers me is that when I go to disk management, the main partition of my old drive says "boot, page file, crash dump, primary partition" whereas my new drive's main partition only says "primary partition". And besides that, the sidebar in file explorer shows the windows logo over the icon of the hard drive for my old drive, but not my new one. (See the second screenshot for this behavior if you don't know what I mean)
Here are screenshots:
- http://archive.is/EcuHC
- http://tinypic.com/r/vcrwqs/9
What do these things mean? Is it anything to worry about? How can I remedy it? Would it help if I changed the drive letters? (Currently the old drive is still C and the new one is G. I'm just reluctant to change them and break a bunch of links)
hard-drive windows-10 partitioning
hard-drive windows-10 partitioning
edited Feb 22 at 17:15
Pacerier
11k62152238
11k62152238
asked Jul 30 '16 at 17:31
Balls McHenry
1612
1612
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
According to the Disk Management information, you are booting into the System Reserved partition on Disk0 (your new hard drive, I presume), and the Boot Manager and the BCD store in that partition are pointing to the Windows install partition of your old drive (Disk1). That's what the "system" and "boot" flags in Disk Management mean. If that isn't what you intended, you need to change the entry in the BCD store
to point to the Windows install partition on Disk0. Windows has a built-in tool called bcdedit to do such things, and there free, third-party programs available, such as EasyBCD, that will do the same.
add a comment |
A little background
To understand what is happening, you need to know a little background about how
Windows boots up. Optimally, Windows Setup stores Windows boot loader on a partition labeled "System Reserved". This partition is small and remains hidden by default to prevent accidental tampering. But it is also marked as "active", so that the firmware looks for boot loader in it. (There can only be one active partition per disk.) In Microsoft definition, a partition containing the boot loader is called "System Partition".
Windows itself is installed on the first visible partition. Starting with Windows 7, this partition always usurps the drive letter of C in all clean installations. Microsoft defines this partition as "Boot Partition".
There is one important details though: Windows stores the reference to the boot partition in the form of the unique disk ID plus partition number.
Side notes: Observant readers might have by now noticed that according to the definition I gave above, a "System Partition" is one that by default DOES NOT contain the system root, and the "Boot Partition" one that by default DOES NOT contain the boot loader! Yes! Welcome to world of inverse Microsoft definitions. For details, see: "System partition and boot partition" on English Wikipedia.
What's happening in your computer?
It is quite clear that both partitions labeled "System Reserved" in your computer are set to "active". This means the firmware would find those, depending on from which disk it tries to boot first. And in this case, it is trying to boot from your new disk.
But... upon reading the boot data, Windows bootloader tries to start Windows from the second partition in a disk containing a certain unique disk ID. That disk ID would be your old hard disk's ID. Hence, it is currently booting off your old hard disk. If you had removed your old disk altogether, you'd have noticed that you lost your ability to boot into Windows altogether, because the boot loader is looking for a disk that no longer exists.
When you say you cloned the two disks, you actually cloned their contents. Their hardware IDs are still what they were; they cannot be changed. What you should have done was to reconcile the boot loader's database, so that it points to the new disk instead of the old.
That's the reason behind the "Boot" attribute being on the wrong partition. Presence of the "Page File" and "Crash Dump" attributes on the wrong partition is the consequence of the wrong partition having received the C drive letter.
Okay... What to do now?
There is an easy way, and there is a technically correct way.
The easy way is to remove the old hard disk temporarily and try to boot your computer. The boot will fail, but the boot loader may be able to try and locate the Windows recovery environment, from which you can start a fully automated startup repair. If it didn't find it, you can still insert a Windows Setup USB, boot your computer from it, select "Repair this computer" and do the automated startup recovery. This easy way is time-taking but very foolproof.
The technically correct way is to edit the boot information database, known as BCD, and direct it to boot from the second partition of the new hard disk. Editing it is possible using a command line tool called bcdedit
, but most people find it too complex. However, I myself prefer a third-party tool called Bootice.
In its BCD tab, you can clearly see an "Easy mode" button.
...and in the easy BCD editor, you can clearly see that it is possible to change the disk and the partition from which Windows boots.
This method is not foolproof, however. Be cautious. And make sure you have a backup first. Test your success by completely removing the old hard disk.
add a comment |
You need to right click on System reserved drive in Disk management and mark it as active, after that reboot and select new drive in boot sequence if BIOS.
I'm pretty sure it's already active. I'm already booting from it and it says "Online" next to it if you look at the screenshot of my disk management.
– Balls McHenry
Jul 30 '16 at 17:52
Actually I checked again and you're totally right. Let me give that a try.
– Balls McHenry
Jul 30 '16 at 17:54
What do you see if you boot from your new drive and what software did you use to clone the drive
– Zaheer
Jul 30 '16 at 17:54
I set the G drive to active and when I restarted it refused to boot and told me "The Boot Configuration Data for you PC is missing or contains errors". So I had to switch back to booting from the old drive to restart. Weird that it booted from the new drive fine before I marked it as active. I used clonezilla and tuxboot to clone the drive @CodeX
– Balls McHenry
Jul 30 '16 at 18:05
I don't have an installation disk, btw. And now I can't deactivate the drive.
– Balls McHenry
Jul 30 '16 at 18:14
|
show 2 more comments
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%2f1106885%2fhow-to-give-new-hard-drive-boot-page-file-crash-dump-status%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
According to the Disk Management information, you are booting into the System Reserved partition on Disk0 (your new hard drive, I presume), and the Boot Manager and the BCD store in that partition are pointing to the Windows install partition of your old drive (Disk1). That's what the "system" and "boot" flags in Disk Management mean. If that isn't what you intended, you need to change the entry in the BCD store
to point to the Windows install partition on Disk0. Windows has a built-in tool called bcdedit to do such things, and there free, third-party programs available, such as EasyBCD, that will do the same.
add a comment |
According to the Disk Management information, you are booting into the System Reserved partition on Disk0 (your new hard drive, I presume), and the Boot Manager and the BCD store in that partition are pointing to the Windows install partition of your old drive (Disk1). That's what the "system" and "boot" flags in Disk Management mean. If that isn't what you intended, you need to change the entry in the BCD store
to point to the Windows install partition on Disk0. Windows has a built-in tool called bcdedit to do such things, and there free, third-party programs available, such as EasyBCD, that will do the same.
add a comment |
According to the Disk Management information, you are booting into the System Reserved partition on Disk0 (your new hard drive, I presume), and the Boot Manager and the BCD store in that partition are pointing to the Windows install partition of your old drive (Disk1). That's what the "system" and "boot" flags in Disk Management mean. If that isn't what you intended, you need to change the entry in the BCD store
to point to the Windows install partition on Disk0. Windows has a built-in tool called bcdedit to do such things, and there free, third-party programs available, such as EasyBCD, that will do the same.
According to the Disk Management information, you are booting into the System Reserved partition on Disk0 (your new hard drive, I presume), and the Boot Manager and the BCD store in that partition are pointing to the Windows install partition of your old drive (Disk1). That's what the "system" and "boot" flags in Disk Management mean. If that isn't what you intended, you need to change the entry in the BCD store
to point to the Windows install partition on Disk0. Windows has a built-in tool called bcdedit to do such things, and there free, third-party programs available, such as EasyBCD, that will do the same.
answered Feb 22 at 18:48
kreemoweet
3,5621214
3,5621214
add a comment |
add a comment |
A little background
To understand what is happening, you need to know a little background about how
Windows boots up. Optimally, Windows Setup stores Windows boot loader on a partition labeled "System Reserved". This partition is small and remains hidden by default to prevent accidental tampering. But it is also marked as "active", so that the firmware looks for boot loader in it. (There can only be one active partition per disk.) In Microsoft definition, a partition containing the boot loader is called "System Partition".
Windows itself is installed on the first visible partition. Starting with Windows 7, this partition always usurps the drive letter of C in all clean installations. Microsoft defines this partition as "Boot Partition".
There is one important details though: Windows stores the reference to the boot partition in the form of the unique disk ID plus partition number.
Side notes: Observant readers might have by now noticed that according to the definition I gave above, a "System Partition" is one that by default DOES NOT contain the system root, and the "Boot Partition" one that by default DOES NOT contain the boot loader! Yes! Welcome to world of inverse Microsoft definitions. For details, see: "System partition and boot partition" on English Wikipedia.
What's happening in your computer?
It is quite clear that both partitions labeled "System Reserved" in your computer are set to "active". This means the firmware would find those, depending on from which disk it tries to boot first. And in this case, it is trying to boot from your new disk.
But... upon reading the boot data, Windows bootloader tries to start Windows from the second partition in a disk containing a certain unique disk ID. That disk ID would be your old hard disk's ID. Hence, it is currently booting off your old hard disk. If you had removed your old disk altogether, you'd have noticed that you lost your ability to boot into Windows altogether, because the boot loader is looking for a disk that no longer exists.
When you say you cloned the two disks, you actually cloned their contents. Their hardware IDs are still what they were; they cannot be changed. What you should have done was to reconcile the boot loader's database, so that it points to the new disk instead of the old.
That's the reason behind the "Boot" attribute being on the wrong partition. Presence of the "Page File" and "Crash Dump" attributes on the wrong partition is the consequence of the wrong partition having received the C drive letter.
Okay... What to do now?
There is an easy way, and there is a technically correct way.
The easy way is to remove the old hard disk temporarily and try to boot your computer. The boot will fail, but the boot loader may be able to try and locate the Windows recovery environment, from which you can start a fully automated startup repair. If it didn't find it, you can still insert a Windows Setup USB, boot your computer from it, select "Repair this computer" and do the automated startup recovery. This easy way is time-taking but very foolproof.
The technically correct way is to edit the boot information database, known as BCD, and direct it to boot from the second partition of the new hard disk. Editing it is possible using a command line tool called bcdedit
, but most people find it too complex. However, I myself prefer a third-party tool called Bootice.
In its BCD tab, you can clearly see an "Easy mode" button.
...and in the easy BCD editor, you can clearly see that it is possible to change the disk and the partition from which Windows boots.
This method is not foolproof, however. Be cautious. And make sure you have a backup first. Test your success by completely removing the old hard disk.
add a comment |
A little background
To understand what is happening, you need to know a little background about how
Windows boots up. Optimally, Windows Setup stores Windows boot loader on a partition labeled "System Reserved". This partition is small and remains hidden by default to prevent accidental tampering. But it is also marked as "active", so that the firmware looks for boot loader in it. (There can only be one active partition per disk.) In Microsoft definition, a partition containing the boot loader is called "System Partition".
Windows itself is installed on the first visible partition. Starting with Windows 7, this partition always usurps the drive letter of C in all clean installations. Microsoft defines this partition as "Boot Partition".
There is one important details though: Windows stores the reference to the boot partition in the form of the unique disk ID plus partition number.
Side notes: Observant readers might have by now noticed that according to the definition I gave above, a "System Partition" is one that by default DOES NOT contain the system root, and the "Boot Partition" one that by default DOES NOT contain the boot loader! Yes! Welcome to world of inverse Microsoft definitions. For details, see: "System partition and boot partition" on English Wikipedia.
What's happening in your computer?
It is quite clear that both partitions labeled "System Reserved" in your computer are set to "active". This means the firmware would find those, depending on from which disk it tries to boot first. And in this case, it is trying to boot from your new disk.
But... upon reading the boot data, Windows bootloader tries to start Windows from the second partition in a disk containing a certain unique disk ID. That disk ID would be your old hard disk's ID. Hence, it is currently booting off your old hard disk. If you had removed your old disk altogether, you'd have noticed that you lost your ability to boot into Windows altogether, because the boot loader is looking for a disk that no longer exists.
When you say you cloned the two disks, you actually cloned their contents. Their hardware IDs are still what they were; they cannot be changed. What you should have done was to reconcile the boot loader's database, so that it points to the new disk instead of the old.
That's the reason behind the "Boot" attribute being on the wrong partition. Presence of the "Page File" and "Crash Dump" attributes on the wrong partition is the consequence of the wrong partition having received the C drive letter.
Okay... What to do now?
There is an easy way, and there is a technically correct way.
The easy way is to remove the old hard disk temporarily and try to boot your computer. The boot will fail, but the boot loader may be able to try and locate the Windows recovery environment, from which you can start a fully automated startup repair. If it didn't find it, you can still insert a Windows Setup USB, boot your computer from it, select "Repair this computer" and do the automated startup recovery. This easy way is time-taking but very foolproof.
The technically correct way is to edit the boot information database, known as BCD, and direct it to boot from the second partition of the new hard disk. Editing it is possible using a command line tool called bcdedit
, but most people find it too complex. However, I myself prefer a third-party tool called Bootice.
In its BCD tab, you can clearly see an "Easy mode" button.
...and in the easy BCD editor, you can clearly see that it is possible to change the disk and the partition from which Windows boots.
This method is not foolproof, however. Be cautious. And make sure you have a backup first. Test your success by completely removing the old hard disk.
add a comment |
A little background
To understand what is happening, you need to know a little background about how
Windows boots up. Optimally, Windows Setup stores Windows boot loader on a partition labeled "System Reserved". This partition is small and remains hidden by default to prevent accidental tampering. But it is also marked as "active", so that the firmware looks for boot loader in it. (There can only be one active partition per disk.) In Microsoft definition, a partition containing the boot loader is called "System Partition".
Windows itself is installed on the first visible partition. Starting with Windows 7, this partition always usurps the drive letter of C in all clean installations. Microsoft defines this partition as "Boot Partition".
There is one important details though: Windows stores the reference to the boot partition in the form of the unique disk ID plus partition number.
Side notes: Observant readers might have by now noticed that according to the definition I gave above, a "System Partition" is one that by default DOES NOT contain the system root, and the "Boot Partition" one that by default DOES NOT contain the boot loader! Yes! Welcome to world of inverse Microsoft definitions. For details, see: "System partition and boot partition" on English Wikipedia.
What's happening in your computer?
It is quite clear that both partitions labeled "System Reserved" in your computer are set to "active". This means the firmware would find those, depending on from which disk it tries to boot first. And in this case, it is trying to boot from your new disk.
But... upon reading the boot data, Windows bootloader tries to start Windows from the second partition in a disk containing a certain unique disk ID. That disk ID would be your old hard disk's ID. Hence, it is currently booting off your old hard disk. If you had removed your old disk altogether, you'd have noticed that you lost your ability to boot into Windows altogether, because the boot loader is looking for a disk that no longer exists.
When you say you cloned the two disks, you actually cloned their contents. Their hardware IDs are still what they were; they cannot be changed. What you should have done was to reconcile the boot loader's database, so that it points to the new disk instead of the old.
That's the reason behind the "Boot" attribute being on the wrong partition. Presence of the "Page File" and "Crash Dump" attributes on the wrong partition is the consequence of the wrong partition having received the C drive letter.
Okay... What to do now?
There is an easy way, and there is a technically correct way.
The easy way is to remove the old hard disk temporarily and try to boot your computer. The boot will fail, but the boot loader may be able to try and locate the Windows recovery environment, from which you can start a fully automated startup repair. If it didn't find it, you can still insert a Windows Setup USB, boot your computer from it, select "Repair this computer" and do the automated startup recovery. This easy way is time-taking but very foolproof.
The technically correct way is to edit the boot information database, known as BCD, and direct it to boot from the second partition of the new hard disk. Editing it is possible using a command line tool called bcdedit
, but most people find it too complex. However, I myself prefer a third-party tool called Bootice.
In its BCD tab, you can clearly see an "Easy mode" button.
...and in the easy BCD editor, you can clearly see that it is possible to change the disk and the partition from which Windows boots.
This method is not foolproof, however. Be cautious. And make sure you have a backup first. Test your success by completely removing the old hard disk.
A little background
To understand what is happening, you need to know a little background about how
Windows boots up. Optimally, Windows Setup stores Windows boot loader on a partition labeled "System Reserved". This partition is small and remains hidden by default to prevent accidental tampering. But it is also marked as "active", so that the firmware looks for boot loader in it. (There can only be one active partition per disk.) In Microsoft definition, a partition containing the boot loader is called "System Partition".
Windows itself is installed on the first visible partition. Starting with Windows 7, this partition always usurps the drive letter of C in all clean installations. Microsoft defines this partition as "Boot Partition".
There is one important details though: Windows stores the reference to the boot partition in the form of the unique disk ID plus partition number.
Side notes: Observant readers might have by now noticed that according to the definition I gave above, a "System Partition" is one that by default DOES NOT contain the system root, and the "Boot Partition" one that by default DOES NOT contain the boot loader! Yes! Welcome to world of inverse Microsoft definitions. For details, see: "System partition and boot partition" on English Wikipedia.
What's happening in your computer?
It is quite clear that both partitions labeled "System Reserved" in your computer are set to "active". This means the firmware would find those, depending on from which disk it tries to boot first. And in this case, it is trying to boot from your new disk.
But... upon reading the boot data, Windows bootloader tries to start Windows from the second partition in a disk containing a certain unique disk ID. That disk ID would be your old hard disk's ID. Hence, it is currently booting off your old hard disk. If you had removed your old disk altogether, you'd have noticed that you lost your ability to boot into Windows altogether, because the boot loader is looking for a disk that no longer exists.
When you say you cloned the two disks, you actually cloned their contents. Their hardware IDs are still what they were; they cannot be changed. What you should have done was to reconcile the boot loader's database, so that it points to the new disk instead of the old.
That's the reason behind the "Boot" attribute being on the wrong partition. Presence of the "Page File" and "Crash Dump" attributes on the wrong partition is the consequence of the wrong partition having received the C drive letter.
Okay... What to do now?
There is an easy way, and there is a technically correct way.
The easy way is to remove the old hard disk temporarily and try to boot your computer. The boot will fail, but the boot loader may be able to try and locate the Windows recovery environment, from which you can start a fully automated startup repair. If it didn't find it, you can still insert a Windows Setup USB, boot your computer from it, select "Repair this computer" and do the automated startup recovery. This easy way is time-taking but very foolproof.
The technically correct way is to edit the boot information database, known as BCD, and direct it to boot from the second partition of the new hard disk. Editing it is possible using a command line tool called bcdedit
, but most people find it too complex. However, I myself prefer a third-party tool called Bootice.
In its BCD tab, you can clearly see an "Easy mode" button.
...and in the easy BCD editor, you can clearly see that it is possible to change the disk and the partition from which Windows boots.
This method is not foolproof, however. Be cautious. And make sure you have a backup first. Test your success by completely removing the old hard disk.
edited Jun 9 at 11:19
answered Jun 9 at 11:12
user477799
add a comment |
add a comment |
You need to right click on System reserved drive in Disk management and mark it as active, after that reboot and select new drive in boot sequence if BIOS.
I'm pretty sure it's already active. I'm already booting from it and it says "Online" next to it if you look at the screenshot of my disk management.
– Balls McHenry
Jul 30 '16 at 17:52
Actually I checked again and you're totally right. Let me give that a try.
– Balls McHenry
Jul 30 '16 at 17:54
What do you see if you boot from your new drive and what software did you use to clone the drive
– Zaheer
Jul 30 '16 at 17:54
I set the G drive to active and when I restarted it refused to boot and told me "The Boot Configuration Data for you PC is missing or contains errors". So I had to switch back to booting from the old drive to restart. Weird that it booted from the new drive fine before I marked it as active. I used clonezilla and tuxboot to clone the drive @CodeX
– Balls McHenry
Jul 30 '16 at 18:05
I don't have an installation disk, btw. And now I can't deactivate the drive.
– Balls McHenry
Jul 30 '16 at 18:14
|
show 2 more comments
You need to right click on System reserved drive in Disk management and mark it as active, after that reboot and select new drive in boot sequence if BIOS.
I'm pretty sure it's already active. I'm already booting from it and it says "Online" next to it if you look at the screenshot of my disk management.
– Balls McHenry
Jul 30 '16 at 17:52
Actually I checked again and you're totally right. Let me give that a try.
– Balls McHenry
Jul 30 '16 at 17:54
What do you see if you boot from your new drive and what software did you use to clone the drive
– Zaheer
Jul 30 '16 at 17:54
I set the G drive to active and when I restarted it refused to boot and told me "The Boot Configuration Data for you PC is missing or contains errors". So I had to switch back to booting from the old drive to restart. Weird that it booted from the new drive fine before I marked it as active. I used clonezilla and tuxboot to clone the drive @CodeX
– Balls McHenry
Jul 30 '16 at 18:05
I don't have an installation disk, btw. And now I can't deactivate the drive.
– Balls McHenry
Jul 30 '16 at 18:14
|
show 2 more comments
You need to right click on System reserved drive in Disk management and mark it as active, after that reboot and select new drive in boot sequence if BIOS.
You need to right click on System reserved drive in Disk management and mark it as active, after that reboot and select new drive in boot sequence if BIOS.
edited Jul 30 '16 at 18:16
answered Jul 30 '16 at 17:45
Zaheer
11
11
I'm pretty sure it's already active. I'm already booting from it and it says "Online" next to it if you look at the screenshot of my disk management.
– Balls McHenry
Jul 30 '16 at 17:52
Actually I checked again and you're totally right. Let me give that a try.
– Balls McHenry
Jul 30 '16 at 17:54
What do you see if you boot from your new drive and what software did you use to clone the drive
– Zaheer
Jul 30 '16 at 17:54
I set the G drive to active and when I restarted it refused to boot and told me "The Boot Configuration Data for you PC is missing or contains errors". So I had to switch back to booting from the old drive to restart. Weird that it booted from the new drive fine before I marked it as active. I used clonezilla and tuxboot to clone the drive @CodeX
– Balls McHenry
Jul 30 '16 at 18:05
I don't have an installation disk, btw. And now I can't deactivate the drive.
– Balls McHenry
Jul 30 '16 at 18:14
|
show 2 more comments
I'm pretty sure it's already active. I'm already booting from it and it says "Online" next to it if you look at the screenshot of my disk management.
– Balls McHenry
Jul 30 '16 at 17:52
Actually I checked again and you're totally right. Let me give that a try.
– Balls McHenry
Jul 30 '16 at 17:54
What do you see if you boot from your new drive and what software did you use to clone the drive
– Zaheer
Jul 30 '16 at 17:54
I set the G drive to active and when I restarted it refused to boot and told me "The Boot Configuration Data for you PC is missing or contains errors". So I had to switch back to booting from the old drive to restart. Weird that it booted from the new drive fine before I marked it as active. I used clonezilla and tuxboot to clone the drive @CodeX
– Balls McHenry
Jul 30 '16 at 18:05
I don't have an installation disk, btw. And now I can't deactivate the drive.
– Balls McHenry
Jul 30 '16 at 18:14
I'm pretty sure it's already active. I'm already booting from it and it says "Online" next to it if you look at the screenshot of my disk management.
– Balls McHenry
Jul 30 '16 at 17:52
I'm pretty sure it's already active. I'm already booting from it and it says "Online" next to it if you look at the screenshot of my disk management.
– Balls McHenry
Jul 30 '16 at 17:52
Actually I checked again and you're totally right. Let me give that a try.
– Balls McHenry
Jul 30 '16 at 17:54
Actually I checked again and you're totally right. Let me give that a try.
– Balls McHenry
Jul 30 '16 at 17:54
What do you see if you boot from your new drive and what software did you use to clone the drive
– Zaheer
Jul 30 '16 at 17:54
What do you see if you boot from your new drive and what software did you use to clone the drive
– Zaheer
Jul 30 '16 at 17:54
I set the G drive to active and when I restarted it refused to boot and told me "The Boot Configuration Data for you PC is missing or contains errors". So I had to switch back to booting from the old drive to restart. Weird that it booted from the new drive fine before I marked it as active. I used clonezilla and tuxboot to clone the drive @CodeX
– Balls McHenry
Jul 30 '16 at 18:05
I set the G drive to active and when I restarted it refused to boot and told me "The Boot Configuration Data for you PC is missing or contains errors". So I had to switch back to booting from the old drive to restart. Weird that it booted from the new drive fine before I marked it as active. I used clonezilla and tuxboot to clone the drive @CodeX
– Balls McHenry
Jul 30 '16 at 18:05
I don't have an installation disk, btw. And now I can't deactivate the drive.
– Balls McHenry
Jul 30 '16 at 18:14
I don't have an installation disk, btw. And now I can't deactivate the drive.
– Balls McHenry
Jul 30 '16 at 18:14
|
show 2 more comments
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%2f1106885%2fhow-to-give-new-hard-drive-boot-page-file-crash-dump-status%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