Dual Boot Windows 10 and Linux Ubuntu on Separate SSD
up vote
3
down vote
favorite
I am brand new to Ubuntu. I have just build my new PC, it has 2 separate hard drives installed in it. I would like to install Windows 10 on the first SDD (They are both 250GB Samsung 850 EVO) and i would like to install Ubuntu on the other and be able to choose to use either one or the other on dual boot. As i said I am brand new to Ubuntu. In fact, I have not downloaded or installed it as yet. So, one I would like to know if this dual booting from separate hard drives is possible.
Thank You
boot dual-boot hard-drive
add a comment |
up vote
3
down vote
favorite
I am brand new to Ubuntu. I have just build my new PC, it has 2 separate hard drives installed in it. I would like to install Windows 10 on the first SDD (They are both 250GB Samsung 850 EVO) and i would like to install Ubuntu on the other and be able to choose to use either one or the other on dual boot. As i said I am brand new to Ubuntu. In fact, I have not downloaded or installed it as yet. So, one I would like to know if this dual booting from separate hard drives is possible.
Thank You
boot dual-boot hard-drive
I have not tested it but I don't see why this would not be possible ?
– solsTiCe
May 8 at 9:17
1
Yes, this works. I'll recommend to first install Windows and then Ubuntu. Also, you can set the Ubuntu bootloader in the bios to be the one to be booted first. So you can choose either Ubuntu or Windows in the GRUB menu.
– Deepak
May 8 at 9:17
@Deepak Yes but I would also like to know what the correct and complete step by step procedure is
– Sergio Olivieri
May 8 at 9:49
add a comment |
up vote
3
down vote
favorite
up vote
3
down vote
favorite
I am brand new to Ubuntu. I have just build my new PC, it has 2 separate hard drives installed in it. I would like to install Windows 10 on the first SDD (They are both 250GB Samsung 850 EVO) and i would like to install Ubuntu on the other and be able to choose to use either one or the other on dual boot. As i said I am brand new to Ubuntu. In fact, I have not downloaded or installed it as yet. So, one I would like to know if this dual booting from separate hard drives is possible.
Thank You
boot dual-boot hard-drive
I am brand new to Ubuntu. I have just build my new PC, it has 2 separate hard drives installed in it. I would like to install Windows 10 on the first SDD (They are both 250GB Samsung 850 EVO) and i would like to install Ubuntu on the other and be able to choose to use either one or the other on dual boot. As i said I am brand new to Ubuntu. In fact, I have not downloaded or installed it as yet. So, one I would like to know if this dual booting from separate hard drives is possible.
Thank You
boot dual-boot hard-drive
boot dual-boot hard-drive
asked May 8 at 9:10
Sergio Olivieri
1614
1614
I have not tested it but I don't see why this would not be possible ?
– solsTiCe
May 8 at 9:17
1
Yes, this works. I'll recommend to first install Windows and then Ubuntu. Also, you can set the Ubuntu bootloader in the bios to be the one to be booted first. So you can choose either Ubuntu or Windows in the GRUB menu.
– Deepak
May 8 at 9:17
@Deepak Yes but I would also like to know what the correct and complete step by step procedure is
– Sergio Olivieri
May 8 at 9:49
add a comment |
I have not tested it but I don't see why this would not be possible ?
– solsTiCe
May 8 at 9:17
1
Yes, this works. I'll recommend to first install Windows and then Ubuntu. Also, you can set the Ubuntu bootloader in the bios to be the one to be booted first. So you can choose either Ubuntu or Windows in the GRUB menu.
– Deepak
May 8 at 9:17
@Deepak Yes but I would also like to know what the correct and complete step by step procedure is
– Sergio Olivieri
May 8 at 9:49
I have not tested it but I don't see why this would not be possible ?
– solsTiCe
May 8 at 9:17
I have not tested it but I don't see why this would not be possible ?
– solsTiCe
May 8 at 9:17
1
1
Yes, this works. I'll recommend to first install Windows and then Ubuntu. Also, you can set the Ubuntu bootloader in the bios to be the one to be booted first. So you can choose either Ubuntu or Windows in the GRUB menu.
– Deepak
May 8 at 9:17
Yes, this works. I'll recommend to first install Windows and then Ubuntu. Also, you can set the Ubuntu bootloader in the bios to be the one to be booted first. So you can choose either Ubuntu or Windows in the GRUB menu.
– Deepak
May 8 at 9:17
@Deepak Yes but I would also like to know what the correct and complete step by step procedure is
– Sergio Olivieri
May 8 at 9:49
@Deepak Yes but I would also like to know what the correct and complete step by step procedure is
– Sergio Olivieri
May 8 at 9:49
add a comment |
2 Answers
2
active
oldest
votes
up vote
3
down vote
- Install Windows 10 on the first SSD.
- Unplug this first SSD.
- Now install Ubuntu into the second SSD while the first is still disconnected
(Please note that failure to disconnect the first SSD while installing Ubuntu in the second SSD will see to it that GRUB is installed on the EFI Boot Partition of the Windows 10 hard drive, which is not something you want) - Connect the first SSD (the one with Windows 10) and boot into the second SSD (Ubuntu). You can do this by pressing ESC, F2, F12 (or whatever your system works with) and selecting the second SSD as the desired boot device.
- Once logged in to Ubuntu, open terminal and run
sudo update-grub
and Grub will detect Windows 10 in the first SSD and add it to the grub menu entries. - Reboot your computer and get into BIOS setup and set the SSD with Ubuntu as the first device in the boot devices. Save settings and exit the BIOS setup.
- In your next boot, Grub will allow you to select which of the two operating systems you wish to boot into.
You might find this article useful:
- How to dual-boot Windows 10 and Ubuntu 15.10 on two hard drives
what a complete answer!! Thank you very much. I'll try to do that and i'll let you know
– Sergio Olivieri
May 10 at 7:13
@SergioOlivieri For boot selection, you have three choices: the bare BIOS Boot Menu (usually opened by F8 upon boot, not recommended), the GRUB bootloader (the solution suggested by this question) or a boot manager like rEFInd (most recommended if you have a UEFI BIOS: it has a very nice GUI).
– Manchineel
Nov 25 at 10:54
add a comment |
up vote
0
down vote
I have recently done this. I first installed windows 10 onto a harddrive.
Then unplugged the HD and plugged in the HD to be used for Ubuntu.
I installed Ubuntu from a USB Stick then, when I was happy with the install I turned off the PC and plugged the Windows HD back in.
I now turn on the PC and just press F12 to get to the boot menu and choose which HD to boot from.
add a comment |
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
3
down vote
- Install Windows 10 on the first SSD.
- Unplug this first SSD.
- Now install Ubuntu into the second SSD while the first is still disconnected
(Please note that failure to disconnect the first SSD while installing Ubuntu in the second SSD will see to it that GRUB is installed on the EFI Boot Partition of the Windows 10 hard drive, which is not something you want) - Connect the first SSD (the one with Windows 10) and boot into the second SSD (Ubuntu). You can do this by pressing ESC, F2, F12 (or whatever your system works with) and selecting the second SSD as the desired boot device.
- Once logged in to Ubuntu, open terminal and run
sudo update-grub
and Grub will detect Windows 10 in the first SSD and add it to the grub menu entries. - Reboot your computer and get into BIOS setup and set the SSD with Ubuntu as the first device in the boot devices. Save settings and exit the BIOS setup.
- In your next boot, Grub will allow you to select which of the two operating systems you wish to boot into.
You might find this article useful:
- How to dual-boot Windows 10 and Ubuntu 15.10 on two hard drives
what a complete answer!! Thank you very much. I'll try to do that and i'll let you know
– Sergio Olivieri
May 10 at 7:13
@SergioOlivieri For boot selection, you have three choices: the bare BIOS Boot Menu (usually opened by F8 upon boot, not recommended), the GRUB bootloader (the solution suggested by this question) or a boot manager like rEFInd (most recommended if you have a UEFI BIOS: it has a very nice GUI).
– Manchineel
Nov 25 at 10:54
add a comment |
up vote
3
down vote
- Install Windows 10 on the first SSD.
- Unplug this first SSD.
- Now install Ubuntu into the second SSD while the first is still disconnected
(Please note that failure to disconnect the first SSD while installing Ubuntu in the second SSD will see to it that GRUB is installed on the EFI Boot Partition of the Windows 10 hard drive, which is not something you want) - Connect the first SSD (the one with Windows 10) and boot into the second SSD (Ubuntu). You can do this by pressing ESC, F2, F12 (or whatever your system works with) and selecting the second SSD as the desired boot device.
- Once logged in to Ubuntu, open terminal and run
sudo update-grub
and Grub will detect Windows 10 in the first SSD and add it to the grub menu entries. - Reboot your computer and get into BIOS setup and set the SSD with Ubuntu as the first device in the boot devices. Save settings and exit the BIOS setup.
- In your next boot, Grub will allow you to select which of the two operating systems you wish to boot into.
You might find this article useful:
- How to dual-boot Windows 10 and Ubuntu 15.10 on two hard drives
what a complete answer!! Thank you very much. I'll try to do that and i'll let you know
– Sergio Olivieri
May 10 at 7:13
@SergioOlivieri For boot selection, you have three choices: the bare BIOS Boot Menu (usually opened by F8 upon boot, not recommended), the GRUB bootloader (the solution suggested by this question) or a boot manager like rEFInd (most recommended if you have a UEFI BIOS: it has a very nice GUI).
– Manchineel
Nov 25 at 10:54
add a comment |
up vote
3
down vote
up vote
3
down vote
- Install Windows 10 on the first SSD.
- Unplug this first SSD.
- Now install Ubuntu into the second SSD while the first is still disconnected
(Please note that failure to disconnect the first SSD while installing Ubuntu in the second SSD will see to it that GRUB is installed on the EFI Boot Partition of the Windows 10 hard drive, which is not something you want) - Connect the first SSD (the one with Windows 10) and boot into the second SSD (Ubuntu). You can do this by pressing ESC, F2, F12 (or whatever your system works with) and selecting the second SSD as the desired boot device.
- Once logged in to Ubuntu, open terminal and run
sudo update-grub
and Grub will detect Windows 10 in the first SSD and add it to the grub menu entries. - Reboot your computer and get into BIOS setup and set the SSD with Ubuntu as the first device in the boot devices. Save settings and exit the BIOS setup.
- In your next boot, Grub will allow you to select which of the two operating systems you wish to boot into.
You might find this article useful:
- How to dual-boot Windows 10 and Ubuntu 15.10 on two hard drives
- Install Windows 10 on the first SSD.
- Unplug this first SSD.
- Now install Ubuntu into the second SSD while the first is still disconnected
(Please note that failure to disconnect the first SSD while installing Ubuntu in the second SSD will see to it that GRUB is installed on the EFI Boot Partition of the Windows 10 hard drive, which is not something you want) - Connect the first SSD (the one with Windows 10) and boot into the second SSD (Ubuntu). You can do this by pressing ESC, F2, F12 (or whatever your system works with) and selecting the second SSD as the desired boot device.
- Once logged in to Ubuntu, open terminal and run
sudo update-grub
and Grub will detect Windows 10 in the first SSD and add it to the grub menu entries. - Reboot your computer and get into BIOS setup and set the SSD with Ubuntu as the first device in the boot devices. Save settings and exit the BIOS setup.
- In your next boot, Grub will allow you to select which of the two operating systems you wish to boot into.
You might find this article useful:
- How to dual-boot Windows 10 and Ubuntu 15.10 on two hard drives
answered May 8 at 20:26
Trasicio Maina
1246
1246
what a complete answer!! Thank you very much. I'll try to do that and i'll let you know
– Sergio Olivieri
May 10 at 7:13
@SergioOlivieri For boot selection, you have three choices: the bare BIOS Boot Menu (usually opened by F8 upon boot, not recommended), the GRUB bootloader (the solution suggested by this question) or a boot manager like rEFInd (most recommended if you have a UEFI BIOS: it has a very nice GUI).
– Manchineel
Nov 25 at 10:54
add a comment |
what a complete answer!! Thank you very much. I'll try to do that and i'll let you know
– Sergio Olivieri
May 10 at 7:13
@SergioOlivieri For boot selection, you have three choices: the bare BIOS Boot Menu (usually opened by F8 upon boot, not recommended), the GRUB bootloader (the solution suggested by this question) or a boot manager like rEFInd (most recommended if you have a UEFI BIOS: it has a very nice GUI).
– Manchineel
Nov 25 at 10:54
what a complete answer!! Thank you very much. I'll try to do that and i'll let you know
– Sergio Olivieri
May 10 at 7:13
what a complete answer!! Thank you very much. I'll try to do that and i'll let you know
– Sergio Olivieri
May 10 at 7:13
@SergioOlivieri For boot selection, you have three choices: the bare BIOS Boot Menu (usually opened by F8 upon boot, not recommended), the GRUB bootloader (the solution suggested by this question) or a boot manager like rEFInd (most recommended if you have a UEFI BIOS: it has a very nice GUI).
– Manchineel
Nov 25 at 10:54
@SergioOlivieri For boot selection, you have three choices: the bare BIOS Boot Menu (usually opened by F8 upon boot, not recommended), the GRUB bootloader (the solution suggested by this question) or a boot manager like rEFInd (most recommended if you have a UEFI BIOS: it has a very nice GUI).
– Manchineel
Nov 25 at 10:54
add a comment |
up vote
0
down vote
I have recently done this. I first installed windows 10 onto a harddrive.
Then unplugged the HD and plugged in the HD to be used for Ubuntu.
I installed Ubuntu from a USB Stick then, when I was happy with the install I turned off the PC and plugged the Windows HD back in.
I now turn on the PC and just press F12 to get to the boot menu and choose which HD to boot from.
add a comment |
up vote
0
down vote
I have recently done this. I first installed windows 10 onto a harddrive.
Then unplugged the HD and plugged in the HD to be used for Ubuntu.
I installed Ubuntu from a USB Stick then, when I was happy with the install I turned off the PC and plugged the Windows HD back in.
I now turn on the PC and just press F12 to get to the boot menu and choose which HD to boot from.
add a comment |
up vote
0
down vote
up vote
0
down vote
I have recently done this. I first installed windows 10 onto a harddrive.
Then unplugged the HD and plugged in the HD to be used for Ubuntu.
I installed Ubuntu from a USB Stick then, when I was happy with the install I turned off the PC and plugged the Windows HD back in.
I now turn on the PC and just press F12 to get to the boot menu and choose which HD to boot from.
I have recently done this. I first installed windows 10 onto a harddrive.
Then unplugged the HD and plugged in the HD to be used for Ubuntu.
I installed Ubuntu from a USB Stick then, when I was happy with the install I turned off the PC and plugged the Windows HD back in.
I now turn on the PC and just press F12 to get to the boot menu and choose which HD to boot from.
answered May 8 at 19:29
PeterB
11
11
add a comment |
add a comment |
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.
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%2faskubuntu.com%2fquestions%2f1033497%2fdual-boot-windows-10-and-linux-ubuntu-on-separate-ssd%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
I have not tested it but I don't see why this would not be possible ?
– solsTiCe
May 8 at 9:17
1
Yes, this works. I'll recommend to first install Windows and then Ubuntu. Also, you can set the Ubuntu bootloader in the bios to be the one to be booted first. So you can choose either Ubuntu or Windows in the GRUB menu.
– Deepak
May 8 at 9:17
@Deepak Yes but I would also like to know what the correct and complete step by step procedure is
– Sergio Olivieri
May 8 at 9:49