How to set a dual-boot installation with two hard drives (SSD and HDD)
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 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.
linux ubuntu windows dual-boot ssd
add a comment |
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 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.
linux ubuntu windows dual-boot ssd
add a comment |
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 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.
linux ubuntu windows dual-boot ssd
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 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.
linux ubuntu windows dual-boot ssd
linux ubuntu windows dual-boot ssd
edited 9 hours ago
Rui F Ribeiro
41.3k1481140
41.3k1481140
asked Jun 3 '17 at 10:16
adferteadferte
612
612
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
- Install Windows normally on the SSD while leaving space for the Ubuntu installation. You can initialize the HDD here if you want.
- Install Ubuntu with the "Install alongside Windows" option.
- 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.
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
|
show 4 more comments
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',
autoActivateHeartbeat: false,
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
- Install Windows normally on the SSD while leaving space for the Ubuntu installation. You can initialize the HDD here if you want.
- Install Ubuntu with the "Install alongside Windows" option.
- 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.
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
|
show 4 more comments
- Install Windows normally on the SSD while leaving space for the Ubuntu installation. You can initialize the HDD here if you want.
- Install Ubuntu with the "Install alongside Windows" option.
- 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.
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
|
show 4 more comments
- Install Windows normally on the SSD while leaving space for the Ubuntu installation. You can initialize the HDD here if you want.
- Install Ubuntu with the "Install alongside Windows" option.
- 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.
- Install Windows normally on the SSD while leaving space for the Ubuntu installation. You can initialize the HDD here if you want.
- Install Ubuntu with the "Install alongside Windows" option.
- 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.
edited Jun 3 '17 at 10:40
answered Jun 3 '17 at 10:32
yuki_is_boredyuki_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
|
show 4 more comments
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
|
show 4 more comments
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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