Cloning a dual boot system from HDD to SSD











up vote
6
down vote

favorite
4












I'm planning on replacing my laptop's HDD with a 256GB SSD, but I have a dual-boot (12.04 and Windows 7) setup and I'd like to be able to directly migrate Ubuntu over without having to reinstall and lose all of my settings. GParted reports the following partition setup on my HDD. I am, of course, able to modify it if necessary.



/dev/sda1 (NTFS) 66.92 out of 200.00 MB used


I'm honestly not sure what this partition is for. Maybe for Windows 7 system files? I'm hesitant to mess with it. (edit; it turns out it is a partition for Windows recovery files in the event of OS corruption, so I don't want to remove it. Plus it also appears to be a major pain to remove anyways)



/dev/sda2 (NTFS) 116.35 out of 339.06 GB used (boot)


This partition is the C:/ drive on my Windows installation. I don't use it on my Ubuntu installation, except it is the boot partition and thus has grub on it.



/dev/sda4 (extended)
> /dev/sda5 (ext4) 14.49 out of 91.34 GB used
> /dev/sda6 (linux-swap) 5.92 GB


These are my Ubuntu partitions. /sda5 contains my documents and all of the files I use on Ubuntu, and (as far as I know) the system files for Ubuntu itself (it's the partition I created when prompted by the Live-DVD installer). /sda6 is, of course, the swap partition which I only need for hibernation (6GB of RAM).



/dev/sda3 (NTFS) 9.89 out of 14.75 GB used


This is an annoying partition that Lenovo created to store some drivers and files that I might need later on. For example, it allows me to use OneKeyRecovery for a quick factory recovery if absolutely necessary, not sure if that'll work on an SSD. It also contains not-so-important files for bloatware installation.



In total, my HDD only has about 150GB of files on it so it should fit comfortably on the SSD. The problem is, I want to exactly migrate my files, partitions, OSes, MBR, etc. from my HDD to my SSD and I'm not quite sure how to do this. I've seen CloneZilla referenced before, but I'm not all too experienced and the documentation for it quite frankly seems a bit like a foreign language to me.
So, put simply, is there any way I can exactly clone this HDD to an SSD without a massive headache? Also, if it matters, I'll probably be using an external hard drive case (as recommended in online tutorials) to externally attach the SSD to my laptop during the cloning process due to the lack of two hard drive slots in the machine.










share|improve this question




























    up vote
    6
    down vote

    favorite
    4












    I'm planning on replacing my laptop's HDD with a 256GB SSD, but I have a dual-boot (12.04 and Windows 7) setup and I'd like to be able to directly migrate Ubuntu over without having to reinstall and lose all of my settings. GParted reports the following partition setup on my HDD. I am, of course, able to modify it if necessary.



    /dev/sda1 (NTFS) 66.92 out of 200.00 MB used


    I'm honestly not sure what this partition is for. Maybe for Windows 7 system files? I'm hesitant to mess with it. (edit; it turns out it is a partition for Windows recovery files in the event of OS corruption, so I don't want to remove it. Plus it also appears to be a major pain to remove anyways)



    /dev/sda2 (NTFS) 116.35 out of 339.06 GB used (boot)


    This partition is the C:/ drive on my Windows installation. I don't use it on my Ubuntu installation, except it is the boot partition and thus has grub on it.



    /dev/sda4 (extended)
    > /dev/sda5 (ext4) 14.49 out of 91.34 GB used
    > /dev/sda6 (linux-swap) 5.92 GB


    These are my Ubuntu partitions. /sda5 contains my documents and all of the files I use on Ubuntu, and (as far as I know) the system files for Ubuntu itself (it's the partition I created when prompted by the Live-DVD installer). /sda6 is, of course, the swap partition which I only need for hibernation (6GB of RAM).



    /dev/sda3 (NTFS) 9.89 out of 14.75 GB used


    This is an annoying partition that Lenovo created to store some drivers and files that I might need later on. For example, it allows me to use OneKeyRecovery for a quick factory recovery if absolutely necessary, not sure if that'll work on an SSD. It also contains not-so-important files for bloatware installation.



    In total, my HDD only has about 150GB of files on it so it should fit comfortably on the SSD. The problem is, I want to exactly migrate my files, partitions, OSes, MBR, etc. from my HDD to my SSD and I'm not quite sure how to do this. I've seen CloneZilla referenced before, but I'm not all too experienced and the documentation for it quite frankly seems a bit like a foreign language to me.
    So, put simply, is there any way I can exactly clone this HDD to an SSD without a massive headache? Also, if it matters, I'll probably be using an external hard drive case (as recommended in online tutorials) to externally attach the SSD to my laptop during the cloning process due to the lack of two hard drive slots in the machine.










    share|improve this question


























      up vote
      6
      down vote

      favorite
      4









      up vote
      6
      down vote

      favorite
      4






      4





      I'm planning on replacing my laptop's HDD with a 256GB SSD, but I have a dual-boot (12.04 and Windows 7) setup and I'd like to be able to directly migrate Ubuntu over without having to reinstall and lose all of my settings. GParted reports the following partition setup on my HDD. I am, of course, able to modify it if necessary.



      /dev/sda1 (NTFS) 66.92 out of 200.00 MB used


      I'm honestly not sure what this partition is for. Maybe for Windows 7 system files? I'm hesitant to mess with it. (edit; it turns out it is a partition for Windows recovery files in the event of OS corruption, so I don't want to remove it. Plus it also appears to be a major pain to remove anyways)



      /dev/sda2 (NTFS) 116.35 out of 339.06 GB used (boot)


      This partition is the C:/ drive on my Windows installation. I don't use it on my Ubuntu installation, except it is the boot partition and thus has grub on it.



      /dev/sda4 (extended)
      > /dev/sda5 (ext4) 14.49 out of 91.34 GB used
      > /dev/sda6 (linux-swap) 5.92 GB


      These are my Ubuntu partitions. /sda5 contains my documents and all of the files I use on Ubuntu, and (as far as I know) the system files for Ubuntu itself (it's the partition I created when prompted by the Live-DVD installer). /sda6 is, of course, the swap partition which I only need for hibernation (6GB of RAM).



      /dev/sda3 (NTFS) 9.89 out of 14.75 GB used


      This is an annoying partition that Lenovo created to store some drivers and files that I might need later on. For example, it allows me to use OneKeyRecovery for a quick factory recovery if absolutely necessary, not sure if that'll work on an SSD. It also contains not-so-important files for bloatware installation.



      In total, my HDD only has about 150GB of files on it so it should fit comfortably on the SSD. The problem is, I want to exactly migrate my files, partitions, OSes, MBR, etc. from my HDD to my SSD and I'm not quite sure how to do this. I've seen CloneZilla referenced before, but I'm not all too experienced and the documentation for it quite frankly seems a bit like a foreign language to me.
      So, put simply, is there any way I can exactly clone this HDD to an SSD without a massive headache? Also, if it matters, I'll probably be using an external hard drive case (as recommended in online tutorials) to externally attach the SSD to my laptop during the cloning process due to the lack of two hard drive slots in the machine.










      share|improve this question















      I'm planning on replacing my laptop's HDD with a 256GB SSD, but I have a dual-boot (12.04 and Windows 7) setup and I'd like to be able to directly migrate Ubuntu over without having to reinstall and lose all of my settings. GParted reports the following partition setup on my HDD. I am, of course, able to modify it if necessary.



      /dev/sda1 (NTFS) 66.92 out of 200.00 MB used


      I'm honestly not sure what this partition is for. Maybe for Windows 7 system files? I'm hesitant to mess with it. (edit; it turns out it is a partition for Windows recovery files in the event of OS corruption, so I don't want to remove it. Plus it also appears to be a major pain to remove anyways)



      /dev/sda2 (NTFS) 116.35 out of 339.06 GB used (boot)


      This partition is the C:/ drive on my Windows installation. I don't use it on my Ubuntu installation, except it is the boot partition and thus has grub on it.



      /dev/sda4 (extended)
      > /dev/sda5 (ext4) 14.49 out of 91.34 GB used
      > /dev/sda6 (linux-swap) 5.92 GB


      These are my Ubuntu partitions. /sda5 contains my documents and all of the files I use on Ubuntu, and (as far as I know) the system files for Ubuntu itself (it's the partition I created when prompted by the Live-DVD installer). /sda6 is, of course, the swap partition which I only need for hibernation (6GB of RAM).



      /dev/sda3 (NTFS) 9.89 out of 14.75 GB used


      This is an annoying partition that Lenovo created to store some drivers and files that I might need later on. For example, it allows me to use OneKeyRecovery for a quick factory recovery if absolutely necessary, not sure if that'll work on an SSD. It also contains not-so-important files for bloatware installation.



      In total, my HDD only has about 150GB of files on it so it should fit comfortably on the SSD. The problem is, I want to exactly migrate my files, partitions, OSes, MBR, etc. from my HDD to my SSD and I'm not quite sure how to do this. I've seen CloneZilla referenced before, but I'm not all too experienced and the documentation for it quite frankly seems a bit like a foreign language to me.
      So, put simply, is there any way I can exactly clone this HDD to an SSD without a massive headache? Also, if it matters, I'll probably be using an external hard drive case (as recommended in online tutorials) to externally attach the SSD to my laptop during the cloning process due to the lack of two hard drive slots in the machine.







      partitioning hard-drive ssd clone






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Nov 26 '12 at 16:23

























      asked Nov 26 '12 at 16:17









      Alex

      94341327




      94341327






















          4 Answers
          4






          active

          oldest

          votes

















          up vote
          4
          down vote



          accepted










          Since you are moving from a large HD to a smaller SSD, you will need to copy partitions rather than "clone" the original hard drive.



          Regarding the use of Clonezilla and "the documentation for it quite frankly seems a bit like a foreign language", have you seen the following two references? Both indicate how to resize the HD partitions, and copy the reduced-size partitions to the smaller SSD.



          How to Clone Hard Drive to Smaller Drive
          http://geekyprojects.com/storage/how-to-clone-hard-drive-to-smaller-drive/



          Replacing A Disk With A Smaller One Using Clonezilla Live
          http://preview.tinyurl.com/cnjm6yg



          For me, the "foreign language" came in the form of Clonezilla's interface. I have never seen so many error/warning messages and had to fight my way through multiple text-based menu screens. However, the good news is that, once you have prevailed with the setup procedures, Clonezilla actually works flawlessly.



          Finally, be prepared to use a Windows Recovery Disk to reset the MBR (since Windows seems to object to partitions being moved around) and perhaps also Rescatux (http://www.supergrubdisk.org/rescatux/) to re-establish the GRUB menu after Windows "thinks" it is back in control.






          share|improve this answer





















          • quick question: will simple cloning work for a dual boot system? making it a separate question might make it a target for the label duplicate.
            – MycrofD
            Aug 28 '16 at 17:49


















          up vote
          1
          down vote














          1. Make separate images of your partitions to an external usb disk using Clonezilla.

          2. Format your SSD disk and create at least one partition (ntfs).

          3. Copy the image of your windows partition on the SSD disk. Restart the computer.

          4. Install fresh ubuntu beside windows. Restart the computer.

          5. Copy the image of your ubuntu partition on the new ubuntu partition (overwrite it).

          6. Now you can resize or create new partitions with Gparted.






          share|improve this answer




























            up vote
            0
            down vote













            You should use Clonezilla Live. It's sort of like the Linux equivalent of Norton Ghost. Just boot off the CD and make an image of the entire disk onto an external hard drive. It does not matter what O/S you are trying to backup or restore. It will take a "snapshot" of the entire disk and lay it back down onto the new disk. It is very useful for whole-disk recoveries when disks sizes may have changed.






            share|improve this answer




























              up vote
              0
              down vote













              Clonezilla allows you to fit the drive data to a smaller drive if there is enough space.



              Read this doc.



              You might have to re-install GRUB2 once the cloning process is finished.






              share|improve this answer























                Your Answer








                StackExchange.ready(function() {
                var channelOptions = {
                tags: "".split(" "),
                id: "89"
                };
                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',
                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%2faskubuntu.com%2fquestions%2f222193%2fcloning-a-dual-boot-system-from-hdd-to-ssd%23new-answer', 'question_page');
                }
                );

                Post as a guest















                Required, but never shown

























                4 Answers
                4






                active

                oldest

                votes








                4 Answers
                4






                active

                oldest

                votes









                active

                oldest

                votes






                active

                oldest

                votes








                up vote
                4
                down vote



                accepted










                Since you are moving from a large HD to a smaller SSD, you will need to copy partitions rather than "clone" the original hard drive.



                Regarding the use of Clonezilla and "the documentation for it quite frankly seems a bit like a foreign language", have you seen the following two references? Both indicate how to resize the HD partitions, and copy the reduced-size partitions to the smaller SSD.



                How to Clone Hard Drive to Smaller Drive
                http://geekyprojects.com/storage/how-to-clone-hard-drive-to-smaller-drive/



                Replacing A Disk With A Smaller One Using Clonezilla Live
                http://preview.tinyurl.com/cnjm6yg



                For me, the "foreign language" came in the form of Clonezilla's interface. I have never seen so many error/warning messages and had to fight my way through multiple text-based menu screens. However, the good news is that, once you have prevailed with the setup procedures, Clonezilla actually works flawlessly.



                Finally, be prepared to use a Windows Recovery Disk to reset the MBR (since Windows seems to object to partitions being moved around) and perhaps also Rescatux (http://www.supergrubdisk.org/rescatux/) to re-establish the GRUB menu after Windows "thinks" it is back in control.






                share|improve this answer





















                • quick question: will simple cloning work for a dual boot system? making it a separate question might make it a target for the label duplicate.
                  – MycrofD
                  Aug 28 '16 at 17:49















                up vote
                4
                down vote



                accepted










                Since you are moving from a large HD to a smaller SSD, you will need to copy partitions rather than "clone" the original hard drive.



                Regarding the use of Clonezilla and "the documentation for it quite frankly seems a bit like a foreign language", have you seen the following two references? Both indicate how to resize the HD partitions, and copy the reduced-size partitions to the smaller SSD.



                How to Clone Hard Drive to Smaller Drive
                http://geekyprojects.com/storage/how-to-clone-hard-drive-to-smaller-drive/



                Replacing A Disk With A Smaller One Using Clonezilla Live
                http://preview.tinyurl.com/cnjm6yg



                For me, the "foreign language" came in the form of Clonezilla's interface. I have never seen so many error/warning messages and had to fight my way through multiple text-based menu screens. However, the good news is that, once you have prevailed with the setup procedures, Clonezilla actually works flawlessly.



                Finally, be prepared to use a Windows Recovery Disk to reset the MBR (since Windows seems to object to partitions being moved around) and perhaps also Rescatux (http://www.supergrubdisk.org/rescatux/) to re-establish the GRUB menu after Windows "thinks" it is back in control.






                share|improve this answer





















                • quick question: will simple cloning work for a dual boot system? making it a separate question might make it a target for the label duplicate.
                  – MycrofD
                  Aug 28 '16 at 17:49













                up vote
                4
                down vote



                accepted







                up vote
                4
                down vote



                accepted






                Since you are moving from a large HD to a smaller SSD, you will need to copy partitions rather than "clone" the original hard drive.



                Regarding the use of Clonezilla and "the documentation for it quite frankly seems a bit like a foreign language", have you seen the following two references? Both indicate how to resize the HD partitions, and copy the reduced-size partitions to the smaller SSD.



                How to Clone Hard Drive to Smaller Drive
                http://geekyprojects.com/storage/how-to-clone-hard-drive-to-smaller-drive/



                Replacing A Disk With A Smaller One Using Clonezilla Live
                http://preview.tinyurl.com/cnjm6yg



                For me, the "foreign language" came in the form of Clonezilla's interface. I have never seen so many error/warning messages and had to fight my way through multiple text-based menu screens. However, the good news is that, once you have prevailed with the setup procedures, Clonezilla actually works flawlessly.



                Finally, be prepared to use a Windows Recovery Disk to reset the MBR (since Windows seems to object to partitions being moved around) and perhaps also Rescatux (http://www.supergrubdisk.org/rescatux/) to re-establish the GRUB menu after Windows "thinks" it is back in control.






                share|improve this answer












                Since you are moving from a large HD to a smaller SSD, you will need to copy partitions rather than "clone" the original hard drive.



                Regarding the use of Clonezilla and "the documentation for it quite frankly seems a bit like a foreign language", have you seen the following two references? Both indicate how to resize the HD partitions, and copy the reduced-size partitions to the smaller SSD.



                How to Clone Hard Drive to Smaller Drive
                http://geekyprojects.com/storage/how-to-clone-hard-drive-to-smaller-drive/



                Replacing A Disk With A Smaller One Using Clonezilla Live
                http://preview.tinyurl.com/cnjm6yg



                For me, the "foreign language" came in the form of Clonezilla's interface. I have never seen so many error/warning messages and had to fight my way through multiple text-based menu screens. However, the good news is that, once you have prevailed with the setup procedures, Clonezilla actually works flawlessly.



                Finally, be prepared to use a Windows Recovery Disk to reset the MBR (since Windows seems to object to partitions being moved around) and perhaps also Rescatux (http://www.supergrubdisk.org/rescatux/) to re-establish the GRUB menu after Windows "thinks" it is back in control.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Dec 26 '12 at 13:07









                CentaurusA

                2,2151324




                2,2151324












                • quick question: will simple cloning work for a dual boot system? making it a separate question might make it a target for the label duplicate.
                  – MycrofD
                  Aug 28 '16 at 17:49


















                • quick question: will simple cloning work for a dual boot system? making it a separate question might make it a target for the label duplicate.
                  – MycrofD
                  Aug 28 '16 at 17:49
















                quick question: will simple cloning work for a dual boot system? making it a separate question might make it a target for the label duplicate.
                – MycrofD
                Aug 28 '16 at 17:49




                quick question: will simple cloning work for a dual boot system? making it a separate question might make it a target for the label duplicate.
                – MycrofD
                Aug 28 '16 at 17:49












                up vote
                1
                down vote














                1. Make separate images of your partitions to an external usb disk using Clonezilla.

                2. Format your SSD disk and create at least one partition (ntfs).

                3. Copy the image of your windows partition on the SSD disk. Restart the computer.

                4. Install fresh ubuntu beside windows. Restart the computer.

                5. Copy the image of your ubuntu partition on the new ubuntu partition (overwrite it).

                6. Now you can resize or create new partitions with Gparted.






                share|improve this answer

























                  up vote
                  1
                  down vote














                  1. Make separate images of your partitions to an external usb disk using Clonezilla.

                  2. Format your SSD disk and create at least one partition (ntfs).

                  3. Copy the image of your windows partition on the SSD disk. Restart the computer.

                  4. Install fresh ubuntu beside windows. Restart the computer.

                  5. Copy the image of your ubuntu partition on the new ubuntu partition (overwrite it).

                  6. Now you can resize or create new partitions with Gparted.






                  share|improve this answer























                    up vote
                    1
                    down vote










                    up vote
                    1
                    down vote










                    1. Make separate images of your partitions to an external usb disk using Clonezilla.

                    2. Format your SSD disk and create at least one partition (ntfs).

                    3. Copy the image of your windows partition on the SSD disk. Restart the computer.

                    4. Install fresh ubuntu beside windows. Restart the computer.

                    5. Copy the image of your ubuntu partition on the new ubuntu partition (overwrite it).

                    6. Now you can resize or create new partitions with Gparted.






                    share|improve this answer













                    1. Make separate images of your partitions to an external usb disk using Clonezilla.

                    2. Format your SSD disk and create at least one partition (ntfs).

                    3. Copy the image of your windows partition on the SSD disk. Restart the computer.

                    4. Install fresh ubuntu beside windows. Restart the computer.

                    5. Copy the image of your ubuntu partition on the new ubuntu partition (overwrite it).

                    6. Now you can resize or create new partitions with Gparted.







                    share|improve this answer












                    share|improve this answer



                    share|improve this answer










                    answered Jun 21 '14 at 7:31









                    Martin

                    111




                    111






















                        up vote
                        0
                        down vote













                        You should use Clonezilla Live. It's sort of like the Linux equivalent of Norton Ghost. Just boot off the CD and make an image of the entire disk onto an external hard drive. It does not matter what O/S you are trying to backup or restore. It will take a "snapshot" of the entire disk and lay it back down onto the new disk. It is very useful for whole-disk recoveries when disks sizes may have changed.






                        share|improve this answer

























                          up vote
                          0
                          down vote













                          You should use Clonezilla Live. It's sort of like the Linux equivalent of Norton Ghost. Just boot off the CD and make an image of the entire disk onto an external hard drive. It does not matter what O/S you are trying to backup or restore. It will take a "snapshot" of the entire disk and lay it back down onto the new disk. It is very useful for whole-disk recoveries when disks sizes may have changed.






                          share|improve this answer























                            up vote
                            0
                            down vote










                            up vote
                            0
                            down vote









                            You should use Clonezilla Live. It's sort of like the Linux equivalent of Norton Ghost. Just boot off the CD and make an image of the entire disk onto an external hard drive. It does not matter what O/S you are trying to backup or restore. It will take a "snapshot" of the entire disk and lay it back down onto the new disk. It is very useful for whole-disk recoveries when disks sizes may have changed.






                            share|improve this answer












                            You should use Clonezilla Live. It's sort of like the Linux equivalent of Norton Ghost. Just boot off the CD and make an image of the entire disk onto an external hard drive. It does not matter what O/S you are trying to backup or restore. It will take a "snapshot" of the entire disk and lay it back down onto the new disk. It is very useful for whole-disk recoveries when disks sizes may have changed.







                            share|improve this answer












                            share|improve this answer



                            share|improve this answer










                            answered Nov 27 '12 at 19:15







                            user8290





























                                up vote
                                0
                                down vote













                                Clonezilla allows you to fit the drive data to a smaller drive if there is enough space.



                                Read this doc.



                                You might have to re-install GRUB2 once the cloning process is finished.






                                share|improve this answer



























                                  up vote
                                  0
                                  down vote













                                  Clonezilla allows you to fit the drive data to a smaller drive if there is enough space.



                                  Read this doc.



                                  You might have to re-install GRUB2 once the cloning process is finished.






                                  share|improve this answer

























                                    up vote
                                    0
                                    down vote










                                    up vote
                                    0
                                    down vote









                                    Clonezilla allows you to fit the drive data to a smaller drive if there is enough space.



                                    Read this doc.



                                    You might have to re-install GRUB2 once the cloning process is finished.






                                    share|improve this answer














                                    Clonezilla allows you to fit the drive data to a smaller drive if there is enough space.



                                    Read this doc.



                                    You might have to re-install GRUB2 once the cloning process is finished.







                                    share|improve this answer














                                    share|improve this answer



                                    share|improve this answer








                                    edited Feb 24 '14 at 1:18









                                    Flyk

                                    1,38931624




                                    1,38931624










                                    answered Feb 23 '14 at 23:30









                                    user36994

                                    1




                                    1






























                                        draft saved

                                        draft discarded




















































                                        Thanks for contributing an answer to Ask Ubuntu!


                                        • 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.




                                        draft saved


                                        draft discarded














                                        StackExchange.ready(
                                        function () {
                                        StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f222193%2fcloning-a-dual-boot-system-from-hdd-to-ssd%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

                                        Mouse cursor on multiple screens with different PPI

                                        Agildo Ribeiro

                                        Sometime when accessing a menu: “Ubuntu 16.04 has experienced an internal error”