<div dir="ltr">Have this excruciatingly slow Win10 HDD I&#39;d like to clone to SSD.  Reading about how to do this leads me to dd as a way to clone the disk.  The disks are close in size.  According to lsblk, the HDD sdb is 931.5GB, and the SSD sdf is 931.5GB.  <div><br></div><div>sdb has 5 partitions on it.  </div><div>1) EFI                              500MiB</div><div>2) MS reserved partition  128MiB</div><div>3) OS &quot;basic data&quot; partition 918.07GiB</div><div>4) WINRETOOLS             852MiB</div><div>5) Image                           11.56GiB</div><div><br></div><div>sdf has stuff on it, which I presume will be wiped out by dd.</div><div><br></div><div>Since the sizes are &quot;equal&quot;, can I just # dd if=/dev/sdb of=/dev/sdf bs=1M status=progress and be done with it?  Is there anything else that I&#39;d need to do to get it to boot?</div></div>