Difference between revisions of "ZhoubaWiki:HowToCloneHddWin10ToSSD"
Jump to navigation
Jump to search
(Created page with "== How to clone a HDD w/ Win10 to an SSD == '''First''' <code> dd id=/dev/source of=/dev/target bs=64K conv=sync,noerror status=progress </code> '''Then''' <code> ntfsfix...") |
|||
Line 1: | Line 1: | ||
− | == How to clone | + | == How to clone an HDD w/ Win10 to an SSD == |
'''First''' | '''First''' |
Latest revision as of 19:43, 31 May 2023
How to clone an HDD w/ Win10 to an SSD
First
dd id=/dev/source of=/dev/target bs=64K conv=sync,noerror status=progress
Then
ntfsfix /dev/target
Finally boot the target system using the freshly cloned disk
Usually auto-repair or something similar is triggered on first Win10 run from the clone-target device, also some reboots. But generally it works. The last time I did it it behaved like this:
- Booted, Win logo, some message about running auto-repair, spinner spinning
- Reboot
- Booted, Win logo, spinner spinning indefinitely (no CPU or disk utilization)
- Manual power-cycle executed
- Booted, Win logo, auto disk-check w/ options: do-scan or skip
- Do scan selected
- Text GUI showing check progress
- Reboot
- Booted, Win logo, booted successful to the login screen