Windows 10, bad blocks, ddrescued to new disk using Linux, boot failsCan't boot Linux Mint 15 installed...

Should QA ask requirements to developers?

How does Dispel Magic work against Stoneskin?

What happens with multiple copies of Humility and Glorious Anthem on the battlefield?

How to deal with a cynical class?

Plywood subfloor won't screw down in a trailer home

If Invisibility ends because the original caster casts a non-concentration spell, does Invisibility also end on other targets of the original casting?

Best approach to update all entries in a list that is paginated?

Excess Zinc in garden soil

Is it ok to include an epilogue dedicated to colleagues who passed away in the end of the manuscript?

Can infringement of a trademark be pursued for using a company's name in a sentence?

Have researches managed to "reverse time" and if so, what does that mean for physics?

When were linguistics departments first established

Humans have energy, but not water. What happens?

Time dilation for a moving electronic clock

Is it illegal in Germany to take sick leave if you caused your own illness with food?

Is all copper pipe pretty much the same?

Why does Deadpool say "You're welcome, Canada," after shooting Ryan Reynolds in the end credits?

Format picture and text with TikZ and minipage

Provisioning profile doesn't include the application-identifier and keychain-access-groups entitlements

Making a sword in the stone, in a medieval world without magic

How to discourage/prevent PCs from using door choke-points?

What wound would be of little consequence to a biped but terrible for a quadruped?

My story is written in English, but is set in my home country. What language should I use for the dialogue?

Can "semicircle" be used to refer to a part-circle that is not a exact half-circle?



Windows 10, bad blocks, ddrescued to new disk using Linux, boot fails


Can't boot Linux Mint 15 installed entirely in LVM. Where should grub 2.0 boot loader go?How do I convert a MBR disk containing a Windows boot partition to a GPT disk while leaving the boot partition bootable?Why OS Windows does not boot after disk disconnected?Boot Linux from a GPT disk using SYSLINUXWindows 10 will not boot with source of clone attachedDisk partitioning, partition shrinking for triple-bootCloned Linux Mint Root parition to a new disk - won't bootResized my Linux Mint boot partition. Now it won't bootCan linux boot from a disk that has no partition table?Second hard drive not visible after installing new disk and OS













0















My wife's Windows 10 machine (a Dell Inspiron 530) had an old 500G SATA disk in it. It developed bad blocks, so rather than wait for it to die and have to buy a new copy of Windows 10 (it was upgraded from Windows 7 some time ago), I decided it'd make sense to get a replacement disk and transfer the files to the new disk.



The new disk is a 2T drive - this machine's BIOS can only boot from MBR partitioning, not GPT, which means 2T is as big as we're going to get for a boot drive.



Anyway, the old 500G had two Windows partitions - a little 10G partition for boot files, and the rest of the disk for the rest (plus a Linux - more on that below).



I ddrescued both Windows partitions to a disk with some spare space in a USB disk enclosure, then transferred those files to another machine via the network. I also dd'd the first 446 bytes of the old drive in case I needed it later. However, it was probably just set up by grub2, as the old 500G disk was dual-boot Windows 10 and Linux Mint 19.1.



ddrescue had some retries, but it seems to have been able to read the troublesome blocks, based on my newbie reading of its output.



She wants to get rid of Linux Mint 19.1, and have only Windows 10 now. She claims Mint is "too complicated", and I disagree, but it's her machine and hence her decision.



Anyway, after dd'ing the two partitions to the new 2T disk, I ntfsresize'd the larger partition to make it nearly 2T (minus just the 10G partition for booting).



Up until now, things have gone pretty smoothly, other than the fact that ntfsresize wanted me to chkdsk the filesystem and reboot windows twice before ntfsresize would do its thing.



Anyway, when I try to boot from the new 2T disk, the BIOS claims no bootable drive is found. I booted into a gparted live rescue disk and toggled the boot flag on the 10G partition of the new 2T drive, but it didn't help - same error from the BIOS.



I then tried dd'ing FreeBSD's "booteasy" MBR program to the 1st 446 bytes of the new 2T disk on /dev/sdb. It's a pretty minimalist MBR program, its only bells and whistles being the ability to remember what partition you booted from last time and the ability to boot from a second drive if so desired. Booteasy is clearly loading and asking what partition I want to boot from, however if I pick the 10G partition, booting just hangs.



If I let booteasy engage and use it to select the gparted-containing USB thumb drive, it can boot from gparted live. So booteasy can't be all bad on this machine.



I'd be fine with replacing booteasy with something else; I just want the system to boot. I'd rather avoid buying another copy of Windows though (we have a licensed copy of Windows 7 somewhere, but I don't think we can upgrade it to Windows 10 for free anymore).



What do I need to do to get Windows booting from this new 2T disk?



Thanks!










share|improve this question













migrated from serverfault.com 1 min ago


This question came from our site for system and network administrators.



















  • This question belongs on Super User and will hopefully be migrated there shortly. But from the sounds of it, you need to run the Windows boot repair, you can download Windows install media and then choose the appropriate repair option rather than reinstalling. This is necessary because the boot files (on the 10GB partition) will need to be updated to reflect the new partition layout. There may also be a problem with the boot sector but the repair should fix that too I think.

    – Harry Johnston
    5 hours ago
















0















My wife's Windows 10 machine (a Dell Inspiron 530) had an old 500G SATA disk in it. It developed bad blocks, so rather than wait for it to die and have to buy a new copy of Windows 10 (it was upgraded from Windows 7 some time ago), I decided it'd make sense to get a replacement disk and transfer the files to the new disk.



The new disk is a 2T drive - this machine's BIOS can only boot from MBR partitioning, not GPT, which means 2T is as big as we're going to get for a boot drive.



Anyway, the old 500G had two Windows partitions - a little 10G partition for boot files, and the rest of the disk for the rest (plus a Linux - more on that below).



I ddrescued both Windows partitions to a disk with some spare space in a USB disk enclosure, then transferred those files to another machine via the network. I also dd'd the first 446 bytes of the old drive in case I needed it later. However, it was probably just set up by grub2, as the old 500G disk was dual-boot Windows 10 and Linux Mint 19.1.



ddrescue had some retries, but it seems to have been able to read the troublesome blocks, based on my newbie reading of its output.



She wants to get rid of Linux Mint 19.1, and have only Windows 10 now. She claims Mint is "too complicated", and I disagree, but it's her machine and hence her decision.



Anyway, after dd'ing the two partitions to the new 2T disk, I ntfsresize'd the larger partition to make it nearly 2T (minus just the 10G partition for booting).



Up until now, things have gone pretty smoothly, other than the fact that ntfsresize wanted me to chkdsk the filesystem and reboot windows twice before ntfsresize would do its thing.



Anyway, when I try to boot from the new 2T disk, the BIOS claims no bootable drive is found. I booted into a gparted live rescue disk and toggled the boot flag on the 10G partition of the new 2T drive, but it didn't help - same error from the BIOS.



I then tried dd'ing FreeBSD's "booteasy" MBR program to the 1st 446 bytes of the new 2T disk on /dev/sdb. It's a pretty minimalist MBR program, its only bells and whistles being the ability to remember what partition you booted from last time and the ability to boot from a second drive if so desired. Booteasy is clearly loading and asking what partition I want to boot from, however if I pick the 10G partition, booting just hangs.



If I let booteasy engage and use it to select the gparted-containing USB thumb drive, it can boot from gparted live. So booteasy can't be all bad on this machine.



I'd be fine with replacing booteasy with something else; I just want the system to boot. I'd rather avoid buying another copy of Windows though (we have a licensed copy of Windows 7 somewhere, but I don't think we can upgrade it to Windows 10 for free anymore).



What do I need to do to get Windows booting from this new 2T disk?



Thanks!










share|improve this question













migrated from serverfault.com 1 min ago


This question came from our site for system and network administrators.



















  • This question belongs on Super User and will hopefully be migrated there shortly. But from the sounds of it, you need to run the Windows boot repair, you can download Windows install media and then choose the appropriate repair option rather than reinstalling. This is necessary because the boot files (on the 10GB partition) will need to be updated to reflect the new partition layout. There may also be a problem with the boot sector but the repair should fix that too I think.

    – Harry Johnston
    5 hours ago














0












0








0








My wife's Windows 10 machine (a Dell Inspiron 530) had an old 500G SATA disk in it. It developed bad blocks, so rather than wait for it to die and have to buy a new copy of Windows 10 (it was upgraded from Windows 7 some time ago), I decided it'd make sense to get a replacement disk and transfer the files to the new disk.



The new disk is a 2T drive - this machine's BIOS can only boot from MBR partitioning, not GPT, which means 2T is as big as we're going to get for a boot drive.



Anyway, the old 500G had two Windows partitions - a little 10G partition for boot files, and the rest of the disk for the rest (plus a Linux - more on that below).



I ddrescued both Windows partitions to a disk with some spare space in a USB disk enclosure, then transferred those files to another machine via the network. I also dd'd the first 446 bytes of the old drive in case I needed it later. However, it was probably just set up by grub2, as the old 500G disk was dual-boot Windows 10 and Linux Mint 19.1.



ddrescue had some retries, but it seems to have been able to read the troublesome blocks, based on my newbie reading of its output.



She wants to get rid of Linux Mint 19.1, and have only Windows 10 now. She claims Mint is "too complicated", and I disagree, but it's her machine and hence her decision.



Anyway, after dd'ing the two partitions to the new 2T disk, I ntfsresize'd the larger partition to make it nearly 2T (minus just the 10G partition for booting).



Up until now, things have gone pretty smoothly, other than the fact that ntfsresize wanted me to chkdsk the filesystem and reboot windows twice before ntfsresize would do its thing.



Anyway, when I try to boot from the new 2T disk, the BIOS claims no bootable drive is found. I booted into a gparted live rescue disk and toggled the boot flag on the 10G partition of the new 2T drive, but it didn't help - same error from the BIOS.



I then tried dd'ing FreeBSD's "booteasy" MBR program to the 1st 446 bytes of the new 2T disk on /dev/sdb. It's a pretty minimalist MBR program, its only bells and whistles being the ability to remember what partition you booted from last time and the ability to boot from a second drive if so desired. Booteasy is clearly loading and asking what partition I want to boot from, however if I pick the 10G partition, booting just hangs.



If I let booteasy engage and use it to select the gparted-containing USB thumb drive, it can boot from gparted live. So booteasy can't be all bad on this machine.



I'd be fine with replacing booteasy with something else; I just want the system to boot. I'd rather avoid buying another copy of Windows though (we have a licensed copy of Windows 7 somewhere, but I don't think we can upgrade it to Windows 10 for free anymore).



What do I need to do to get Windows booting from this new 2T disk?



Thanks!










share|improve this question














My wife's Windows 10 machine (a Dell Inspiron 530) had an old 500G SATA disk in it. It developed bad blocks, so rather than wait for it to die and have to buy a new copy of Windows 10 (it was upgraded from Windows 7 some time ago), I decided it'd make sense to get a replacement disk and transfer the files to the new disk.



The new disk is a 2T drive - this machine's BIOS can only boot from MBR partitioning, not GPT, which means 2T is as big as we're going to get for a boot drive.



Anyway, the old 500G had two Windows partitions - a little 10G partition for boot files, and the rest of the disk for the rest (plus a Linux - more on that below).



I ddrescued both Windows partitions to a disk with some spare space in a USB disk enclosure, then transferred those files to another machine via the network. I also dd'd the first 446 bytes of the old drive in case I needed it later. However, it was probably just set up by grub2, as the old 500G disk was dual-boot Windows 10 and Linux Mint 19.1.



ddrescue had some retries, but it seems to have been able to read the troublesome blocks, based on my newbie reading of its output.



She wants to get rid of Linux Mint 19.1, and have only Windows 10 now. She claims Mint is "too complicated", and I disagree, but it's her machine and hence her decision.



Anyway, after dd'ing the two partitions to the new 2T disk, I ntfsresize'd the larger partition to make it nearly 2T (minus just the 10G partition for booting).



Up until now, things have gone pretty smoothly, other than the fact that ntfsresize wanted me to chkdsk the filesystem and reboot windows twice before ntfsresize would do its thing.



Anyway, when I try to boot from the new 2T disk, the BIOS claims no bootable drive is found. I booted into a gparted live rescue disk and toggled the boot flag on the 10G partition of the new 2T drive, but it didn't help - same error from the BIOS.



I then tried dd'ing FreeBSD's "booteasy" MBR program to the 1st 446 bytes of the new 2T disk on /dev/sdb. It's a pretty minimalist MBR program, its only bells and whistles being the ability to remember what partition you booted from last time and the ability to boot from a second drive if so desired. Booteasy is clearly loading and asking what partition I want to boot from, however if I pick the 10G partition, booting just hangs.



If I let booteasy engage and use it to select the gparted-containing USB thumb drive, it can boot from gparted live. So booteasy can't be all bad on this machine.



I'd be fine with replacing booteasy with something else; I just want the system to boot. I'd rather avoid buying another copy of Windows though (we have a licensed copy of Windows 7 somewhere, but I don't think we can upgrade it to Windows 10 for free anymore).



What do I need to do to get Windows booting from this new 2T disk?



Thanks!







linux windows ddrescue






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked 5 hours ago









dstrombergdstromberg

10114




10114




migrated from serverfault.com 1 min ago


This question came from our site for system and network administrators.









migrated from serverfault.com 1 min ago


This question came from our site for system and network administrators.















  • This question belongs on Super User and will hopefully be migrated there shortly. But from the sounds of it, you need to run the Windows boot repair, you can download Windows install media and then choose the appropriate repair option rather than reinstalling. This is necessary because the boot files (on the 10GB partition) will need to be updated to reflect the new partition layout. There may also be a problem with the boot sector but the repair should fix that too I think.

    – Harry Johnston
    5 hours ago



















  • This question belongs on Super User and will hopefully be migrated there shortly. But from the sounds of it, you need to run the Windows boot repair, you can download Windows install media and then choose the appropriate repair option rather than reinstalling. This is necessary because the boot files (on the 10GB partition) will need to be updated to reflect the new partition layout. There may also be a problem with the boot sector but the repair should fix that too I think.

    – Harry Johnston
    5 hours ago

















This question belongs on Super User and will hopefully be migrated there shortly. But from the sounds of it, you need to run the Windows boot repair, you can download Windows install media and then choose the appropriate repair option rather than reinstalling. This is necessary because the boot files (on the 10GB partition) will need to be updated to reflect the new partition layout. There may also be a problem with the boot sector but the repair should fix that too I think.

– Harry Johnston
5 hours ago





This question belongs on Super User and will hopefully be migrated there shortly. But from the sounds of it, you need to run the Windows boot repair, you can download Windows install media and then choose the appropriate repair option rather than reinstalling. This is necessary because the boot files (on the 10GB partition) will need to be updated to reflect the new partition layout. There may also be a problem with the boot sector but the repair should fix that too I think.

– Harry Johnston
5 hours ago










0






active

oldest

votes











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
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1413848%2fwindows-10-bad-blocks-ddrescued-to-new-disk-using-linux-boot-fails%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded




















































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.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1413848%2fwindows-10-bad-blocks-ddrescued-to-new-disk-using-linux-boot-fails%23new-answer', 'question_page');
}
);

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







Popular posts from this blog

Cannot install PyQt5 The Next CEO of Stack OverflowCannot install tcpreplay 3.4.4cannot...

Kapp-Putsch Acontecimentos | Outros artigos | Menu de navegação

Why did early computer designers eschew integers? The Next CEO of Stack OverflowWhat register...