How to set a dual-boot installation with two hard drives (SSD and HDD)











up vote
1
down vote

favorite












I'm about to format my PC with Windows 10 and I would like to install a system with Windows 10 and Ubuntu dual-boot. I have already done that in other occasions, but this time is different.



I don't know how to set my Linux partitions correctly so what I usually do is using the automatic tool in the Ubuntu installation process. It has worked for me over the past years whenever I tried to install Linux.



This time, my PC has a SSD (120 GB) and a HDD (1 TB), currently with Windows 10. I use the former to boot the system and store the most frequently used software, and the latter to store music, photos, videos, games, etc.



My intention is to install both OS so that they both boot from the SSD and have a minimum storage in it, while using the HDD for storage in both OS.



I will be using Ubuntu for programming, so I might not need as much space in the HDD. However, I will be using Windows for PC gaming, so I'll need more space there.



I would be really grateful if someone could guide me in this process. I don't mind deleting all my current data, since it's already backed up online. I would even prefer to delete all, since I want to clean my current Windows installation.



If needed, I will provide any extra info that might help. Thanks in advance for reading and I look forward to your answers!










share|improve this question














bumped to the homepage by Community 2 days ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.



















    up vote
    1
    down vote

    favorite












    I'm about to format my PC with Windows 10 and I would like to install a system with Windows 10 and Ubuntu dual-boot. I have already done that in other occasions, but this time is different.



    I don't know how to set my Linux partitions correctly so what I usually do is using the automatic tool in the Ubuntu installation process. It has worked for me over the past years whenever I tried to install Linux.



    This time, my PC has a SSD (120 GB) and a HDD (1 TB), currently with Windows 10. I use the former to boot the system and store the most frequently used software, and the latter to store music, photos, videos, games, etc.



    My intention is to install both OS so that they both boot from the SSD and have a minimum storage in it, while using the HDD for storage in both OS.



    I will be using Ubuntu for programming, so I might not need as much space in the HDD. However, I will be using Windows for PC gaming, so I'll need more space there.



    I would be really grateful if someone could guide me in this process. I don't mind deleting all my current data, since it's already backed up online. I would even prefer to delete all, since I want to clean my current Windows installation.



    If needed, I will provide any extra info that might help. Thanks in advance for reading and I look forward to your answers!










    share|improve this question














    bumped to the homepage by Community 2 days ago


    This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.

















      up vote
      1
      down vote

      favorite









      up vote
      1
      down vote

      favorite











      I'm about to format my PC with Windows 10 and I would like to install a system with Windows 10 and Ubuntu dual-boot. I have already done that in other occasions, but this time is different.



      I don't know how to set my Linux partitions correctly so what I usually do is using the automatic tool in the Ubuntu installation process. It has worked for me over the past years whenever I tried to install Linux.



      This time, my PC has a SSD (120 GB) and a HDD (1 TB), currently with Windows 10. I use the former to boot the system and store the most frequently used software, and the latter to store music, photos, videos, games, etc.



      My intention is to install both OS so that they both boot from the SSD and have a minimum storage in it, while using the HDD for storage in both OS.



      I will be using Ubuntu for programming, so I might not need as much space in the HDD. However, I will be using Windows for PC gaming, so I'll need more space there.



      I would be really grateful if someone could guide me in this process. I don't mind deleting all my current data, since it's already backed up online. I would even prefer to delete all, since I want to clean my current Windows installation.



      If needed, I will provide any extra info that might help. Thanks in advance for reading and I look forward to your answers!










      share|improve this question













      I'm about to format my PC with Windows 10 and I would like to install a system with Windows 10 and Ubuntu dual-boot. I have already done that in other occasions, but this time is different.



      I don't know how to set my Linux partitions correctly so what I usually do is using the automatic tool in the Ubuntu installation process. It has worked for me over the past years whenever I tried to install Linux.



      This time, my PC has a SSD (120 GB) and a HDD (1 TB), currently with Windows 10. I use the former to boot the system and store the most frequently used software, and the latter to store music, photos, videos, games, etc.



      My intention is to install both OS so that they both boot from the SSD and have a minimum storage in it, while using the HDD for storage in both OS.



      I will be using Ubuntu for programming, so I might not need as much space in the HDD. However, I will be using Windows for PC gaming, so I'll need more space there.



      I would be really grateful if someone could guide me in this process. I don't mind deleting all my current data, since it's already backed up online. I would even prefer to delete all, since I want to clean my current Windows installation.



      If needed, I will provide any extra info that might help. Thanks in advance for reading and I look forward to your answers!







      linux ubuntu windows dual-boot ssd






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Jun 3 '17 at 10:16









      adferte

      62




      62





      bumped to the homepage by Community 2 days ago


      This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







      bumped to the homepage by Community 2 days ago


      This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
























          1 Answer
          1






          active

          oldest

          votes

















          up vote
          0
          down vote














          1. Install Windows normally on the SSD while leaving space for the Ubuntu installation. You can initialize the HDD here if you want.

          2. Install Ubuntu with the "Install alongside Windows" option.

          3. Make sure the BIOS' boot priority boots to the SSD before the HDD.


          Since there's already an existing installation of Windows on the drive, the Ubuntu installer will give you an option to install alongside it.



          Also, you can just install windows completely on the drive or use an existing windows install and Ubuntu can shrink the partition size, but I haven't tested this myself and usually shrink the partition from Windows.






          share|improve this answer























          • Wouldn't that be installing each OS in separated disks? I want both OS to boot from SSD so that they can benefit from the booting speed that it provides, and also give both some space of the other disk for general use.
            – adferte
            Jun 3 '17 at 10:35












          • Ah, sorry I misread your question. I'll change the answer.
            – yuki_is_bored
            Jun 3 '17 at 10:36










          • Thanks for the updated answer. And what would be a good set up of Linux partitions (/boot, /, /home, swap)? How many space each and in which disk?
            – adferte
            Jun 3 '17 at 10:45










          • Yeah, that would setup the partitions automatically, I think it maximizes the /home partition and gives ~20-30 GB for the / partition. If you want you can just use manual partitioning and create a single root partition and an optional swap partition.
            – yuki_is_bored
            Jun 3 '17 at 10:49










          • A basic Linux installation only requires a root partition, really. A separate partition for /home, swap partition, etc are optional. Most installs separates /home because it allows easier migration to other distributions, etc.
            – yuki_is_bored
            Jun 3 '17 at 10:50













          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "106"
          };
          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: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          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%2funix.stackexchange.com%2fquestions%2f368968%2fhow-to-set-a-dual-boot-installation-with-two-hard-drives-ssd-and-hdd%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          up vote
          0
          down vote














          1. Install Windows normally on the SSD while leaving space for the Ubuntu installation. You can initialize the HDD here if you want.

          2. Install Ubuntu with the "Install alongside Windows" option.

          3. Make sure the BIOS' boot priority boots to the SSD before the HDD.


          Since there's already an existing installation of Windows on the drive, the Ubuntu installer will give you an option to install alongside it.



          Also, you can just install windows completely on the drive or use an existing windows install and Ubuntu can shrink the partition size, but I haven't tested this myself and usually shrink the partition from Windows.






          share|improve this answer























          • Wouldn't that be installing each OS in separated disks? I want both OS to boot from SSD so that they can benefit from the booting speed that it provides, and also give both some space of the other disk for general use.
            – adferte
            Jun 3 '17 at 10:35












          • Ah, sorry I misread your question. I'll change the answer.
            – yuki_is_bored
            Jun 3 '17 at 10:36










          • Thanks for the updated answer. And what would be a good set up of Linux partitions (/boot, /, /home, swap)? How many space each and in which disk?
            – adferte
            Jun 3 '17 at 10:45










          • Yeah, that would setup the partitions automatically, I think it maximizes the /home partition and gives ~20-30 GB for the / partition. If you want you can just use manual partitioning and create a single root partition and an optional swap partition.
            – yuki_is_bored
            Jun 3 '17 at 10:49










          • A basic Linux installation only requires a root partition, really. A separate partition for /home, swap partition, etc are optional. Most installs separates /home because it allows easier migration to other distributions, etc.
            – yuki_is_bored
            Jun 3 '17 at 10:50

















          up vote
          0
          down vote














          1. Install Windows normally on the SSD while leaving space for the Ubuntu installation. You can initialize the HDD here if you want.

          2. Install Ubuntu with the "Install alongside Windows" option.

          3. Make sure the BIOS' boot priority boots to the SSD before the HDD.


          Since there's already an existing installation of Windows on the drive, the Ubuntu installer will give you an option to install alongside it.



          Also, you can just install windows completely on the drive or use an existing windows install and Ubuntu can shrink the partition size, but I haven't tested this myself and usually shrink the partition from Windows.






          share|improve this answer























          • Wouldn't that be installing each OS in separated disks? I want both OS to boot from SSD so that they can benefit from the booting speed that it provides, and also give both some space of the other disk for general use.
            – adferte
            Jun 3 '17 at 10:35












          • Ah, sorry I misread your question. I'll change the answer.
            – yuki_is_bored
            Jun 3 '17 at 10:36










          • Thanks for the updated answer. And what would be a good set up of Linux partitions (/boot, /, /home, swap)? How many space each and in which disk?
            – adferte
            Jun 3 '17 at 10:45










          • Yeah, that would setup the partitions automatically, I think it maximizes the /home partition and gives ~20-30 GB for the / partition. If you want you can just use manual partitioning and create a single root partition and an optional swap partition.
            – yuki_is_bored
            Jun 3 '17 at 10:49










          • A basic Linux installation only requires a root partition, really. A separate partition for /home, swap partition, etc are optional. Most installs separates /home because it allows easier migration to other distributions, etc.
            – yuki_is_bored
            Jun 3 '17 at 10:50















          up vote
          0
          down vote










          up vote
          0
          down vote










          1. Install Windows normally on the SSD while leaving space for the Ubuntu installation. You can initialize the HDD here if you want.

          2. Install Ubuntu with the "Install alongside Windows" option.

          3. Make sure the BIOS' boot priority boots to the SSD before the HDD.


          Since there's already an existing installation of Windows on the drive, the Ubuntu installer will give you an option to install alongside it.



          Also, you can just install windows completely on the drive or use an existing windows install and Ubuntu can shrink the partition size, but I haven't tested this myself and usually shrink the partition from Windows.






          share|improve this answer















          1. Install Windows normally on the SSD while leaving space for the Ubuntu installation. You can initialize the HDD here if you want.

          2. Install Ubuntu with the "Install alongside Windows" option.

          3. Make sure the BIOS' boot priority boots to the SSD before the HDD.


          Since there's already an existing installation of Windows on the drive, the Ubuntu installer will give you an option to install alongside it.



          Also, you can just install windows completely on the drive or use an existing windows install and Ubuntu can shrink the partition size, but I haven't tested this myself and usually shrink the partition from Windows.







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited Jun 3 '17 at 10:40

























          answered Jun 3 '17 at 10:32









          yuki_is_bored

          13




          13












          • Wouldn't that be installing each OS in separated disks? I want both OS to boot from SSD so that they can benefit from the booting speed that it provides, and also give both some space of the other disk for general use.
            – adferte
            Jun 3 '17 at 10:35












          • Ah, sorry I misread your question. I'll change the answer.
            – yuki_is_bored
            Jun 3 '17 at 10:36










          • Thanks for the updated answer. And what would be a good set up of Linux partitions (/boot, /, /home, swap)? How many space each and in which disk?
            – adferte
            Jun 3 '17 at 10:45










          • Yeah, that would setup the partitions automatically, I think it maximizes the /home partition and gives ~20-30 GB for the / partition. If you want you can just use manual partitioning and create a single root partition and an optional swap partition.
            – yuki_is_bored
            Jun 3 '17 at 10:49










          • A basic Linux installation only requires a root partition, really. A separate partition for /home, swap partition, etc are optional. Most installs separates /home because it allows easier migration to other distributions, etc.
            – yuki_is_bored
            Jun 3 '17 at 10:50




















          • Wouldn't that be installing each OS in separated disks? I want both OS to boot from SSD so that they can benefit from the booting speed that it provides, and also give both some space of the other disk for general use.
            – adferte
            Jun 3 '17 at 10:35












          • Ah, sorry I misread your question. I'll change the answer.
            – yuki_is_bored
            Jun 3 '17 at 10:36










          • Thanks for the updated answer. And what would be a good set up of Linux partitions (/boot, /, /home, swap)? How many space each and in which disk?
            – adferte
            Jun 3 '17 at 10:45










          • Yeah, that would setup the partitions automatically, I think it maximizes the /home partition and gives ~20-30 GB for the / partition. If you want you can just use manual partitioning and create a single root partition and an optional swap partition.
            – yuki_is_bored
            Jun 3 '17 at 10:49










          • A basic Linux installation only requires a root partition, really. A separate partition for /home, swap partition, etc are optional. Most installs separates /home because it allows easier migration to other distributions, etc.
            – yuki_is_bored
            Jun 3 '17 at 10:50


















          Wouldn't that be installing each OS in separated disks? I want both OS to boot from SSD so that they can benefit from the booting speed that it provides, and also give both some space of the other disk for general use.
          – adferte
          Jun 3 '17 at 10:35






          Wouldn't that be installing each OS in separated disks? I want both OS to boot from SSD so that they can benefit from the booting speed that it provides, and also give both some space of the other disk for general use.
          – adferte
          Jun 3 '17 at 10:35














          Ah, sorry I misread your question. I'll change the answer.
          – yuki_is_bored
          Jun 3 '17 at 10:36




          Ah, sorry I misread your question. I'll change the answer.
          – yuki_is_bored
          Jun 3 '17 at 10:36












          Thanks for the updated answer. And what would be a good set up of Linux partitions (/boot, /, /home, swap)? How many space each and in which disk?
          – adferte
          Jun 3 '17 at 10:45




          Thanks for the updated answer. And what would be a good set up of Linux partitions (/boot, /, /home, swap)? How many space each and in which disk?
          – adferte
          Jun 3 '17 at 10:45












          Yeah, that would setup the partitions automatically, I think it maximizes the /home partition and gives ~20-30 GB for the / partition. If you want you can just use manual partitioning and create a single root partition and an optional swap partition.
          – yuki_is_bored
          Jun 3 '17 at 10:49




          Yeah, that would setup the partitions automatically, I think it maximizes the /home partition and gives ~20-30 GB for the / partition. If you want you can just use manual partitioning and create a single root partition and an optional swap partition.
          – yuki_is_bored
          Jun 3 '17 at 10:49












          A basic Linux installation only requires a root partition, really. A separate partition for /home, swap partition, etc are optional. Most installs separates /home because it allows easier migration to other distributions, etc.
          – yuki_is_bored
          Jun 3 '17 at 10:50






          A basic Linux installation only requires a root partition, really. A separate partition for /home, swap partition, etc are optional. Most installs separates /home because it allows easier migration to other distributions, etc.
          – yuki_is_bored
          Jun 3 '17 at 10:50




















          draft saved

          draft discarded




















































          Thanks for contributing an answer to Unix & Linux Stack Exchange!


          • 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%2funix.stackexchange.com%2fquestions%2f368968%2fhow-to-set-a-dual-boot-installation-with-two-hard-drives-ssd-and-hdd%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

          Entries order in /etc/network/interfaces

          新発田市

          Grub takes very long (several minutes) to open Menu (in Multi-Boot-System)