How to install ubuntu on a system with a ssd and a hdd?

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
0
down vote

favorite
1












I am currently using a laptop with has a 256gb ssd with windows installed in it.
I also have a secondary 1tb hdd on the laptop for storing large files.I want to install ubuntu and i am confused whether i should install it on the ssd or the hardisk. I have 160gb of free space on my ssd and a 500 gb free space on my hdd and i am planning to allot 50gb to ubuntu either way.My main concern is whether i can install two operating systems on two different storage devices(windows :ssd and ubuntu : hdd) without any problem.



Ps: If i am installing on my ssd,is there a need to allot swap area?



Thanks in advance :)










share|improve this question





















  • Ubuntu 16.04 still uses swap partition, but newer versions use swap file or no partition. See these: help.ubuntu.com/community/UEFI & askubuntu.com/questions/221835/… & askubuntu.com/questions/343268/… & askubuntu.com/questions/461394/how-to-partition-ssdhdd
    – oldfred
    Mar 7 at 20:51














up vote
0
down vote

favorite
1












I am currently using a laptop with has a 256gb ssd with windows installed in it.
I also have a secondary 1tb hdd on the laptop for storing large files.I want to install ubuntu and i am confused whether i should install it on the ssd or the hardisk. I have 160gb of free space on my ssd and a 500 gb free space on my hdd and i am planning to allot 50gb to ubuntu either way.My main concern is whether i can install two operating systems on two different storage devices(windows :ssd and ubuntu : hdd) without any problem.



Ps: If i am installing on my ssd,is there a need to allot swap area?



Thanks in advance :)










share|improve this question





















  • Ubuntu 16.04 still uses swap partition, but newer versions use swap file or no partition. See these: help.ubuntu.com/community/UEFI & askubuntu.com/questions/221835/… & askubuntu.com/questions/343268/… & askubuntu.com/questions/461394/how-to-partition-ssdhdd
    – oldfred
    Mar 7 at 20:51












up vote
0
down vote

favorite
1









up vote
0
down vote

favorite
1






1





I am currently using a laptop with has a 256gb ssd with windows installed in it.
I also have a secondary 1tb hdd on the laptop for storing large files.I want to install ubuntu and i am confused whether i should install it on the ssd or the hardisk. I have 160gb of free space on my ssd and a 500 gb free space on my hdd and i am planning to allot 50gb to ubuntu either way.My main concern is whether i can install two operating systems on two different storage devices(windows :ssd and ubuntu : hdd) without any problem.



Ps: If i am installing on my ssd,is there a need to allot swap area?



Thanks in advance :)










share|improve this question













I am currently using a laptop with has a 256gb ssd with windows installed in it.
I also have a secondary 1tb hdd on the laptop for storing large files.I want to install ubuntu and i am confused whether i should install it on the ssd or the hardisk. I have 160gb of free space on my ssd and a 500 gb free space on my hdd and i am planning to allot 50gb to ubuntu either way.My main concern is whether i can install two operating systems on two different storage devices(windows :ssd and ubuntu : hdd) without any problem.



Ps: If i am installing on my ssd,is there a need to allot swap area?



Thanks in advance :)







boot dual-boot partitioning hard-drive ssd






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Mar 7 at 18:06









steve maxwell

61




61











  • Ubuntu 16.04 still uses swap partition, but newer versions use swap file or no partition. See these: help.ubuntu.com/community/UEFI & askubuntu.com/questions/221835/… & askubuntu.com/questions/343268/… & askubuntu.com/questions/461394/how-to-partition-ssdhdd
    – oldfred
    Mar 7 at 20:51
















  • Ubuntu 16.04 still uses swap partition, but newer versions use swap file or no partition. See these: help.ubuntu.com/community/UEFI & askubuntu.com/questions/221835/… & askubuntu.com/questions/343268/… & askubuntu.com/questions/461394/how-to-partition-ssdhdd
    – oldfred
    Mar 7 at 20:51















Ubuntu 16.04 still uses swap partition, but newer versions use swap file or no partition. See these: help.ubuntu.com/community/UEFI & askubuntu.com/questions/221835/… & askubuntu.com/questions/343268/… & askubuntu.com/questions/461394/how-to-partition-ssdhdd
– oldfred
Mar 7 at 20:51




Ubuntu 16.04 still uses swap partition, but newer versions use swap file or no partition. See these: help.ubuntu.com/community/UEFI & askubuntu.com/questions/221835/… & askubuntu.com/questions/343268/… & askubuntu.com/questions/461394/how-to-partition-ssdhdd
– oldfred
Mar 7 at 20:51










1 Answer
1






active

oldest

votes

















up vote
1
down vote













Step 1: Do a complete backup of both your SDD and HDD to external media. If the Ubuntu installation goes wrong, it can wipe both hard drives. I strongly recommend doing a full-drive backup to external drives that are the same size, or at least making images of the entire drives to a single large external drive. A free utility such as Clonezilla Live can be useful for that. (How to put Clonezilla on a CD or USB drive.) However you do it, just make sure you have a really good backup, before you begin.



The biggest question you need to answer is how much space you want Windows to have left over. If you're OK with Windows only having ~100GB left after you install Ubuntu, then install on the SSD. You will need to allocate swap space roughly equal to the amount of RAM you have. (You can do less, but it's not recommended.) So, realistically, Ubuntu will take up 50GB+RAM on whichever hard drive you install it on.



Before you begin, disable "Fast Boot" in Windows, because it will cause problems on Ubuntu. (Do this before creating the backup.) Un-check the box that is indicated in these instructions to disable Fast Boot: https://lifehacker.com/enable-this-setting-to-make-windows-10-boot-up-faster-1743697169. Note that Windows Updates will auto-enable Fast Boot, from time to time, so you'll have to periodically repeat this process, or Ubuntu may fail to boot, or be unable to write to/read from your Windows partition.



Next, install Ubuntu using the option to install alongside your other operating system (for installing on the SDD), or "something else" (if you want to install on the HDD). Please follow this guide for how to install Ubuntu: https://www.tecmint.com/install-ubuntu-16-04-alongside-with-windows-10-or-8-in-dual-boot/. I recommend booting the live CD/USB with the "Try Ubuntu Without Installing" option, so you can access additional tools while you do so (see below.) When you're ready to install, just double-click the appropriate icon on the Desktop.



Whichever drive you install Ubuntu on, make sure that you install the GRUB bootloader to the primary hard drive (the SDD). This will most likely show up as /dev/sda, but if you're not sure, open a terminal within the Ubuntu live environment and type in "lsblk", then press ENTER. Also, you can get clues as to which one it is by typing "sudo blkid" (ignore the partition number at the end of the device name, such as /dev/sda"1", since you want to install GRUB in the drive root, not the individual partitions). The Ubuntu installer might not need you to specify this, so if it doesn't give you the option, and boots correctly, don't worry about it. Be aware that Windows Updates and Windows Repair can delete the bootloader, so if you find that you can't boot Ubuntu, anymore, and Fast Boot is disabled in Windows, you'll need to reinstall GRUB using these instructions: https://help.ubuntu.com/community/Grub2/Installing#Reinstalling_GRUB_2.






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: false,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    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%2f1012816%2fhow-to-install-ubuntu-on-a-system-with-a-ssd-and-a-hdd%23new-answer', 'question_page');

    );

    Post as a guest






























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    1
    down vote













    Step 1: Do a complete backup of both your SDD and HDD to external media. If the Ubuntu installation goes wrong, it can wipe both hard drives. I strongly recommend doing a full-drive backup to external drives that are the same size, or at least making images of the entire drives to a single large external drive. A free utility such as Clonezilla Live can be useful for that. (How to put Clonezilla on a CD or USB drive.) However you do it, just make sure you have a really good backup, before you begin.



    The biggest question you need to answer is how much space you want Windows to have left over. If you're OK with Windows only having ~100GB left after you install Ubuntu, then install on the SSD. You will need to allocate swap space roughly equal to the amount of RAM you have. (You can do less, but it's not recommended.) So, realistically, Ubuntu will take up 50GB+RAM on whichever hard drive you install it on.



    Before you begin, disable "Fast Boot" in Windows, because it will cause problems on Ubuntu. (Do this before creating the backup.) Un-check the box that is indicated in these instructions to disable Fast Boot: https://lifehacker.com/enable-this-setting-to-make-windows-10-boot-up-faster-1743697169. Note that Windows Updates will auto-enable Fast Boot, from time to time, so you'll have to periodically repeat this process, or Ubuntu may fail to boot, or be unable to write to/read from your Windows partition.



    Next, install Ubuntu using the option to install alongside your other operating system (for installing on the SDD), or "something else" (if you want to install on the HDD). Please follow this guide for how to install Ubuntu: https://www.tecmint.com/install-ubuntu-16-04-alongside-with-windows-10-or-8-in-dual-boot/. I recommend booting the live CD/USB with the "Try Ubuntu Without Installing" option, so you can access additional tools while you do so (see below.) When you're ready to install, just double-click the appropriate icon on the Desktop.



    Whichever drive you install Ubuntu on, make sure that you install the GRUB bootloader to the primary hard drive (the SDD). This will most likely show up as /dev/sda, but if you're not sure, open a terminal within the Ubuntu live environment and type in "lsblk", then press ENTER. Also, you can get clues as to which one it is by typing "sudo blkid" (ignore the partition number at the end of the device name, such as /dev/sda"1", since you want to install GRUB in the drive root, not the individual partitions). The Ubuntu installer might not need you to specify this, so if it doesn't give you the option, and boots correctly, don't worry about it. Be aware that Windows Updates and Windows Repair can delete the bootloader, so if you find that you can't boot Ubuntu, anymore, and Fast Boot is disabled in Windows, you'll need to reinstall GRUB using these instructions: https://help.ubuntu.com/community/Grub2/Installing#Reinstalling_GRUB_2.






    share|improve this answer
























      up vote
      1
      down vote













      Step 1: Do a complete backup of both your SDD and HDD to external media. If the Ubuntu installation goes wrong, it can wipe both hard drives. I strongly recommend doing a full-drive backup to external drives that are the same size, or at least making images of the entire drives to a single large external drive. A free utility such as Clonezilla Live can be useful for that. (How to put Clonezilla on a CD or USB drive.) However you do it, just make sure you have a really good backup, before you begin.



      The biggest question you need to answer is how much space you want Windows to have left over. If you're OK with Windows only having ~100GB left after you install Ubuntu, then install on the SSD. You will need to allocate swap space roughly equal to the amount of RAM you have. (You can do less, but it's not recommended.) So, realistically, Ubuntu will take up 50GB+RAM on whichever hard drive you install it on.



      Before you begin, disable "Fast Boot" in Windows, because it will cause problems on Ubuntu. (Do this before creating the backup.) Un-check the box that is indicated in these instructions to disable Fast Boot: https://lifehacker.com/enable-this-setting-to-make-windows-10-boot-up-faster-1743697169. Note that Windows Updates will auto-enable Fast Boot, from time to time, so you'll have to periodically repeat this process, or Ubuntu may fail to boot, or be unable to write to/read from your Windows partition.



      Next, install Ubuntu using the option to install alongside your other operating system (for installing on the SDD), or "something else" (if you want to install on the HDD). Please follow this guide for how to install Ubuntu: https://www.tecmint.com/install-ubuntu-16-04-alongside-with-windows-10-or-8-in-dual-boot/. I recommend booting the live CD/USB with the "Try Ubuntu Without Installing" option, so you can access additional tools while you do so (see below.) When you're ready to install, just double-click the appropriate icon on the Desktop.



      Whichever drive you install Ubuntu on, make sure that you install the GRUB bootloader to the primary hard drive (the SDD). This will most likely show up as /dev/sda, but if you're not sure, open a terminal within the Ubuntu live environment and type in "lsblk", then press ENTER. Also, you can get clues as to which one it is by typing "sudo blkid" (ignore the partition number at the end of the device name, such as /dev/sda"1", since you want to install GRUB in the drive root, not the individual partitions). The Ubuntu installer might not need you to specify this, so if it doesn't give you the option, and boots correctly, don't worry about it. Be aware that Windows Updates and Windows Repair can delete the bootloader, so if you find that you can't boot Ubuntu, anymore, and Fast Boot is disabled in Windows, you'll need to reinstall GRUB using these instructions: https://help.ubuntu.com/community/Grub2/Installing#Reinstalling_GRUB_2.






      share|improve this answer






















        up vote
        1
        down vote










        up vote
        1
        down vote









        Step 1: Do a complete backup of both your SDD and HDD to external media. If the Ubuntu installation goes wrong, it can wipe both hard drives. I strongly recommend doing a full-drive backup to external drives that are the same size, or at least making images of the entire drives to a single large external drive. A free utility such as Clonezilla Live can be useful for that. (How to put Clonezilla on a CD or USB drive.) However you do it, just make sure you have a really good backup, before you begin.



        The biggest question you need to answer is how much space you want Windows to have left over. If you're OK with Windows only having ~100GB left after you install Ubuntu, then install on the SSD. You will need to allocate swap space roughly equal to the amount of RAM you have. (You can do less, but it's not recommended.) So, realistically, Ubuntu will take up 50GB+RAM on whichever hard drive you install it on.



        Before you begin, disable "Fast Boot" in Windows, because it will cause problems on Ubuntu. (Do this before creating the backup.) Un-check the box that is indicated in these instructions to disable Fast Boot: https://lifehacker.com/enable-this-setting-to-make-windows-10-boot-up-faster-1743697169. Note that Windows Updates will auto-enable Fast Boot, from time to time, so you'll have to periodically repeat this process, or Ubuntu may fail to boot, or be unable to write to/read from your Windows partition.



        Next, install Ubuntu using the option to install alongside your other operating system (for installing on the SDD), or "something else" (if you want to install on the HDD). Please follow this guide for how to install Ubuntu: https://www.tecmint.com/install-ubuntu-16-04-alongside-with-windows-10-or-8-in-dual-boot/. I recommend booting the live CD/USB with the "Try Ubuntu Without Installing" option, so you can access additional tools while you do so (see below.) When you're ready to install, just double-click the appropriate icon on the Desktop.



        Whichever drive you install Ubuntu on, make sure that you install the GRUB bootloader to the primary hard drive (the SDD). This will most likely show up as /dev/sda, but if you're not sure, open a terminal within the Ubuntu live environment and type in "lsblk", then press ENTER. Also, you can get clues as to which one it is by typing "sudo blkid" (ignore the partition number at the end of the device name, such as /dev/sda"1", since you want to install GRUB in the drive root, not the individual partitions). The Ubuntu installer might not need you to specify this, so if it doesn't give you the option, and boots correctly, don't worry about it. Be aware that Windows Updates and Windows Repair can delete the bootloader, so if you find that you can't boot Ubuntu, anymore, and Fast Boot is disabled in Windows, you'll need to reinstall GRUB using these instructions: https://help.ubuntu.com/community/Grub2/Installing#Reinstalling_GRUB_2.






        share|improve this answer












        Step 1: Do a complete backup of both your SDD and HDD to external media. If the Ubuntu installation goes wrong, it can wipe both hard drives. I strongly recommend doing a full-drive backup to external drives that are the same size, or at least making images of the entire drives to a single large external drive. A free utility such as Clonezilla Live can be useful for that. (How to put Clonezilla on a CD or USB drive.) However you do it, just make sure you have a really good backup, before you begin.



        The biggest question you need to answer is how much space you want Windows to have left over. If you're OK with Windows only having ~100GB left after you install Ubuntu, then install on the SSD. You will need to allocate swap space roughly equal to the amount of RAM you have. (You can do less, but it's not recommended.) So, realistically, Ubuntu will take up 50GB+RAM on whichever hard drive you install it on.



        Before you begin, disable "Fast Boot" in Windows, because it will cause problems on Ubuntu. (Do this before creating the backup.) Un-check the box that is indicated in these instructions to disable Fast Boot: https://lifehacker.com/enable-this-setting-to-make-windows-10-boot-up-faster-1743697169. Note that Windows Updates will auto-enable Fast Boot, from time to time, so you'll have to periodically repeat this process, or Ubuntu may fail to boot, or be unable to write to/read from your Windows partition.



        Next, install Ubuntu using the option to install alongside your other operating system (for installing on the SDD), or "something else" (if you want to install on the HDD). Please follow this guide for how to install Ubuntu: https://www.tecmint.com/install-ubuntu-16-04-alongside-with-windows-10-or-8-in-dual-boot/. I recommend booting the live CD/USB with the "Try Ubuntu Without Installing" option, so you can access additional tools while you do so (see below.) When you're ready to install, just double-click the appropriate icon on the Desktop.



        Whichever drive you install Ubuntu on, make sure that you install the GRUB bootloader to the primary hard drive (the SDD). This will most likely show up as /dev/sda, but if you're not sure, open a terminal within the Ubuntu live environment and type in "lsblk", then press ENTER. Also, you can get clues as to which one it is by typing "sudo blkid" (ignore the partition number at the end of the device name, such as /dev/sda"1", since you want to install GRUB in the drive root, not the individual partitions). The Ubuntu installer might not need you to specify this, so if it doesn't give you the option, and boots correctly, don't worry about it. Be aware that Windows Updates and Windows Repair can delete the bootloader, so if you find that you can't boot Ubuntu, anymore, and Fast Boot is disabled in Windows, you'll need to reinstall GRUB using these instructions: https://help.ubuntu.com/community/Grub2/Installing#Reinstalling_GRUB_2.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Mar 7 at 18:40









        DaneM

        30613




        30613



























             

            draft saved


            draft discarded















































             


            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1012816%2fhow-to-install-ubuntu-on-a-system-with-a-ssd-and-a-hdd%23new-answer', 'question_page');

            );

            Post as a guest













































































            Popular posts from this blog

            pylint3 and pip3 broken

            Missing snmpget and snmpwalk

            How to enroll fingerprints to Ubuntu 17.10 with VFS491