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!
linux ubuntu windows dual-boot ssd
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.
add a comment |
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!
linux ubuntu windows dual-boot ssd
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.
add a comment |
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!
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 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
linux ubuntu windows dual-boot ssd
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.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
- 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
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
- 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
up vote
0
down vote
- 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
up vote
0
down vote
up vote
0
down vote
- 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_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.
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.
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