Dual boot windows 10 and Ubuntu 18.04.1 on separate hard drives
This is my system:
Asus N552VW (my bios mode is Legacy):
128GB SSD: my windows 10 is installed on it
2 TB HDD (partitioned to two 1000 GB): 250 GB shrinked for Ubuntu
My question is: looking at the picture below, which device should I use for boot loader installation ? Ubuntu installation
Ubuntu installation
update:
I think this can help:
boot priorities in bios menu
dual-boot grub2 partitioning windows-10 hybrid
add a comment |
This is my system:
Asus N552VW (my bios mode is Legacy):
128GB SSD: my windows 10 is installed on it
2 TB HDD (partitioned to two 1000 GB): 250 GB shrinked for Ubuntu
My question is: looking at the picture below, which device should I use for boot loader installation ? Ubuntu installation
Ubuntu installation
update:
I think this can help:
boot priorities in bios menu
dual-boot grub2 partitioning windows-10 hybrid
Assuming your Windows boot-loader is installed onsda
, you should install Grub tosdb
.
– mook765
Feb 3 at 15:03
doing what you've said, Would I get two entries in grub menu (one for Windows 10 and one for Ubuntu)?
– Kasra
Feb 3 at 15:08
If Windows fast start up or hibernation is enabled, the Linux NTFS driver cannot see the NTFS partitions. So then grub only boots working (not hibernated) Windows. So grub will offer to boot Windows as long as you keep fast start up off. askubuntu.com/questions/843153/…
– oldfred
Feb 3 at 16:42
I faced a problem posted here: askubuntu.com/questions/1117120/…
– Kasra
Feb 10 at 12:57
add a comment |
This is my system:
Asus N552VW (my bios mode is Legacy):
128GB SSD: my windows 10 is installed on it
2 TB HDD (partitioned to two 1000 GB): 250 GB shrinked for Ubuntu
My question is: looking at the picture below, which device should I use for boot loader installation ? Ubuntu installation
Ubuntu installation
update:
I think this can help:
boot priorities in bios menu
dual-boot grub2 partitioning windows-10 hybrid
This is my system:
Asus N552VW (my bios mode is Legacy):
128GB SSD: my windows 10 is installed on it
2 TB HDD (partitioned to two 1000 GB): 250 GB shrinked for Ubuntu
My question is: looking at the picture below, which device should I use for boot loader installation ? Ubuntu installation
Ubuntu installation
update:
I think this can help:
boot priorities in bios menu
dual-boot grub2 partitioning windows-10 hybrid
dual-boot grub2 partitioning windows-10 hybrid
edited Feb 5 at 9:15
Kasra
asked Feb 3 at 14:43
KasraKasra
11
11
Assuming your Windows boot-loader is installed onsda
, you should install Grub tosdb
.
– mook765
Feb 3 at 15:03
doing what you've said, Would I get two entries in grub menu (one for Windows 10 and one for Ubuntu)?
– Kasra
Feb 3 at 15:08
If Windows fast start up or hibernation is enabled, the Linux NTFS driver cannot see the NTFS partitions. So then grub only boots working (not hibernated) Windows. So grub will offer to boot Windows as long as you keep fast start up off. askubuntu.com/questions/843153/…
– oldfred
Feb 3 at 16:42
I faced a problem posted here: askubuntu.com/questions/1117120/…
– Kasra
Feb 10 at 12:57
add a comment |
Assuming your Windows boot-loader is installed onsda
, you should install Grub tosdb
.
– mook765
Feb 3 at 15:03
doing what you've said, Would I get two entries in grub menu (one for Windows 10 and one for Ubuntu)?
– Kasra
Feb 3 at 15:08
If Windows fast start up or hibernation is enabled, the Linux NTFS driver cannot see the NTFS partitions. So then grub only boots working (not hibernated) Windows. So grub will offer to boot Windows as long as you keep fast start up off. askubuntu.com/questions/843153/…
– oldfred
Feb 3 at 16:42
I faced a problem posted here: askubuntu.com/questions/1117120/…
– Kasra
Feb 10 at 12:57
Assuming your Windows boot-loader is installed on
sda
, you should install Grub to sdb
.– mook765
Feb 3 at 15:03
Assuming your Windows boot-loader is installed on
sda
, you should install Grub to sdb
.– mook765
Feb 3 at 15:03
doing what you've said, Would I get two entries in grub menu (one for Windows 10 and one for Ubuntu)?
– Kasra
Feb 3 at 15:08
doing what you've said, Would I get two entries in grub menu (one for Windows 10 and one for Ubuntu)?
– Kasra
Feb 3 at 15:08
If Windows fast start up or hibernation is enabled, the Linux NTFS driver cannot see the NTFS partitions. So then grub only boots working (not hibernated) Windows. So grub will offer to boot Windows as long as you keep fast start up off. askubuntu.com/questions/843153/…
– oldfred
Feb 3 at 16:42
If Windows fast start up or hibernation is enabled, the Linux NTFS driver cannot see the NTFS partitions. So then grub only boots working (not hibernated) Windows. So grub will offer to boot Windows as long as you keep fast start up off. askubuntu.com/questions/843153/…
– oldfred
Feb 3 at 16:42
I faced a problem posted here: askubuntu.com/questions/1117120/…
– Kasra
Feb 10 at 12:57
I faced a problem posted here: askubuntu.com/questions/1117120/…
– Kasra
Feb 10 at 12:57
add a comment |
2 Answers
2
active
oldest
votes
The simple mode
Use two partitions on the HDD disk
- 242 GB for the root /
- 8 GB for a swap partition
When you create the partitions, select the boot device the sda.
Recommended method
The 242 GB of the root partition. Divide it in two:
- 60 GB to mount the linux root: /
- 182 to mount the user directories: /home
Same as the previous suggestion. Select the boot device to disk sda.
(remember the swap partition 8GB)
1
New versions of Ubuntu now use a swap file by default, no swap partition required. But if you do create a swap partition, then it will be used.
– oldfred
Feb 3 at 16:40
@oldfred, You are right. I'm used to doing partitions, by servers.
– Carlos Dagorret
Feb 3 at 23:23
1
I updated the question.
– Kasra
Feb 5 at 11:50
I faced a problem posted here: askubuntu.com/questions/1117120/…
– Kasra
Feb 10 at 12:57
add a comment |
Having similar case, I did:
- I left original Windows bootloder on sda
- I installed Grub on sdb
- I set up BIOS to boot from sdb by default
Grub menu still allows me to boot in Linux or Windows. But if something goes wrong, I can revert in BIOS and still boot in Windows, or even use BIOS F12 menu to choose system.
Btw. can't you somewhat place swap on SSD? This sometimes is very helpful.
I'm a bit confused. your suggestion is exactly the opposite of the one above. I still in doubt whether to choose sda or sdb. But I must say that in my boot priorities (in bios menu) I only see the SSD hard drive (sda).
– Kasra
Feb 5 at 9:12
I edited the question to make it more clear
– Kasra
Feb 5 at 9:15
Let me say this way: default choice of "green" user is sda, so Grub replaces Windows 10 bootloader. I took another approach that gave me some additional features. But if you do not know what and why, maybe really use sda.
– Maciej Polański
Feb 5 at 15:57
add a comment |
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',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
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%2faskubuntu.com%2fquestions%2f1115263%2fdual-boot-windows-10-and-ubuntu-18-04-1-on-separate-hard-drives%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
The simple mode
Use two partitions on the HDD disk
- 242 GB for the root /
- 8 GB for a swap partition
When you create the partitions, select the boot device the sda.
Recommended method
The 242 GB of the root partition. Divide it in two:
- 60 GB to mount the linux root: /
- 182 to mount the user directories: /home
Same as the previous suggestion. Select the boot device to disk sda.
(remember the swap partition 8GB)
1
New versions of Ubuntu now use a swap file by default, no swap partition required. But if you do create a swap partition, then it will be used.
– oldfred
Feb 3 at 16:40
@oldfred, You are right. I'm used to doing partitions, by servers.
– Carlos Dagorret
Feb 3 at 23:23
1
I updated the question.
– Kasra
Feb 5 at 11:50
I faced a problem posted here: askubuntu.com/questions/1117120/…
– Kasra
Feb 10 at 12:57
add a comment |
The simple mode
Use two partitions on the HDD disk
- 242 GB for the root /
- 8 GB for a swap partition
When you create the partitions, select the boot device the sda.
Recommended method
The 242 GB of the root partition. Divide it in two:
- 60 GB to mount the linux root: /
- 182 to mount the user directories: /home
Same as the previous suggestion. Select the boot device to disk sda.
(remember the swap partition 8GB)
1
New versions of Ubuntu now use a swap file by default, no swap partition required. But if you do create a swap partition, then it will be used.
– oldfred
Feb 3 at 16:40
@oldfred, You are right. I'm used to doing partitions, by servers.
– Carlos Dagorret
Feb 3 at 23:23
1
I updated the question.
– Kasra
Feb 5 at 11:50
I faced a problem posted here: askubuntu.com/questions/1117120/…
– Kasra
Feb 10 at 12:57
add a comment |
The simple mode
Use two partitions on the HDD disk
- 242 GB for the root /
- 8 GB for a swap partition
When you create the partitions, select the boot device the sda.
Recommended method
The 242 GB of the root partition. Divide it in two:
- 60 GB to mount the linux root: /
- 182 to mount the user directories: /home
Same as the previous suggestion. Select the boot device to disk sda.
(remember the swap partition 8GB)
The simple mode
Use two partitions on the HDD disk
- 242 GB for the root /
- 8 GB for a swap partition
When you create the partitions, select the boot device the sda.
Recommended method
The 242 GB of the root partition. Divide it in two:
- 60 GB to mount the linux root: /
- 182 to mount the user directories: /home
Same as the previous suggestion. Select the boot device to disk sda.
(remember the swap partition 8GB)
answered Feb 3 at 15:15
Carlos DagorretCarlos Dagorret
529214
529214
1
New versions of Ubuntu now use a swap file by default, no swap partition required. But if you do create a swap partition, then it will be used.
– oldfred
Feb 3 at 16:40
@oldfred, You are right. I'm used to doing partitions, by servers.
– Carlos Dagorret
Feb 3 at 23:23
1
I updated the question.
– Kasra
Feb 5 at 11:50
I faced a problem posted here: askubuntu.com/questions/1117120/…
– Kasra
Feb 10 at 12:57
add a comment |
1
New versions of Ubuntu now use a swap file by default, no swap partition required. But if you do create a swap partition, then it will be used.
– oldfred
Feb 3 at 16:40
@oldfred, You are right. I'm used to doing partitions, by servers.
– Carlos Dagorret
Feb 3 at 23:23
1
I updated the question.
– Kasra
Feb 5 at 11:50
I faced a problem posted here: askubuntu.com/questions/1117120/…
– Kasra
Feb 10 at 12:57
1
1
New versions of Ubuntu now use a swap file by default, no swap partition required. But if you do create a swap partition, then it will be used.
– oldfred
Feb 3 at 16:40
New versions of Ubuntu now use a swap file by default, no swap partition required. But if you do create a swap partition, then it will be used.
– oldfred
Feb 3 at 16:40
@oldfred, You are right. I'm used to doing partitions, by servers.
– Carlos Dagorret
Feb 3 at 23:23
@oldfred, You are right. I'm used to doing partitions, by servers.
– Carlos Dagorret
Feb 3 at 23:23
1
1
I updated the question.
– Kasra
Feb 5 at 11:50
I updated the question.
– Kasra
Feb 5 at 11:50
I faced a problem posted here: askubuntu.com/questions/1117120/…
– Kasra
Feb 10 at 12:57
I faced a problem posted here: askubuntu.com/questions/1117120/…
– Kasra
Feb 10 at 12:57
add a comment |
Having similar case, I did:
- I left original Windows bootloder on sda
- I installed Grub on sdb
- I set up BIOS to boot from sdb by default
Grub menu still allows me to boot in Linux or Windows. But if something goes wrong, I can revert in BIOS and still boot in Windows, or even use BIOS F12 menu to choose system.
Btw. can't you somewhat place swap on SSD? This sometimes is very helpful.
I'm a bit confused. your suggestion is exactly the opposite of the one above. I still in doubt whether to choose sda or sdb. But I must say that in my boot priorities (in bios menu) I only see the SSD hard drive (sda).
– Kasra
Feb 5 at 9:12
I edited the question to make it more clear
– Kasra
Feb 5 at 9:15
Let me say this way: default choice of "green" user is sda, so Grub replaces Windows 10 bootloader. I took another approach that gave me some additional features. But if you do not know what and why, maybe really use sda.
– Maciej Polański
Feb 5 at 15:57
add a comment |
Having similar case, I did:
- I left original Windows bootloder on sda
- I installed Grub on sdb
- I set up BIOS to boot from sdb by default
Grub menu still allows me to boot in Linux or Windows. But if something goes wrong, I can revert in BIOS and still boot in Windows, or even use BIOS F12 menu to choose system.
Btw. can't you somewhat place swap on SSD? This sometimes is very helpful.
I'm a bit confused. your suggestion is exactly the opposite of the one above. I still in doubt whether to choose sda or sdb. But I must say that in my boot priorities (in bios menu) I only see the SSD hard drive (sda).
– Kasra
Feb 5 at 9:12
I edited the question to make it more clear
– Kasra
Feb 5 at 9:15
Let me say this way: default choice of "green" user is sda, so Grub replaces Windows 10 bootloader. I took another approach that gave me some additional features. But if you do not know what and why, maybe really use sda.
– Maciej Polański
Feb 5 at 15:57
add a comment |
Having similar case, I did:
- I left original Windows bootloder on sda
- I installed Grub on sdb
- I set up BIOS to boot from sdb by default
Grub menu still allows me to boot in Linux or Windows. But if something goes wrong, I can revert in BIOS and still boot in Windows, or even use BIOS F12 menu to choose system.
Btw. can't you somewhat place swap on SSD? This sometimes is very helpful.
Having similar case, I did:
- I left original Windows bootloder on sda
- I installed Grub on sdb
- I set up BIOS to boot from sdb by default
Grub menu still allows me to boot in Linux or Windows. But if something goes wrong, I can revert in BIOS and still boot in Windows, or even use BIOS F12 menu to choose system.
Btw. can't you somewhat place swap on SSD? This sometimes is very helpful.
answered Feb 4 at 1:45
Maciej PolańskiMaciej Polański
12
12
I'm a bit confused. your suggestion is exactly the opposite of the one above. I still in doubt whether to choose sda or sdb. But I must say that in my boot priorities (in bios menu) I only see the SSD hard drive (sda).
– Kasra
Feb 5 at 9:12
I edited the question to make it more clear
– Kasra
Feb 5 at 9:15
Let me say this way: default choice of "green" user is sda, so Grub replaces Windows 10 bootloader. I took another approach that gave me some additional features. But if you do not know what and why, maybe really use sda.
– Maciej Polański
Feb 5 at 15:57
add a comment |
I'm a bit confused. your suggestion is exactly the opposite of the one above. I still in doubt whether to choose sda or sdb. But I must say that in my boot priorities (in bios menu) I only see the SSD hard drive (sda).
– Kasra
Feb 5 at 9:12
I edited the question to make it more clear
– Kasra
Feb 5 at 9:15
Let me say this way: default choice of "green" user is sda, so Grub replaces Windows 10 bootloader. I took another approach that gave me some additional features. But if you do not know what and why, maybe really use sda.
– Maciej Polański
Feb 5 at 15:57
I'm a bit confused. your suggestion is exactly the opposite of the one above. I still in doubt whether to choose sda or sdb. But I must say that in my boot priorities (in bios menu) I only see the SSD hard drive (sda).
– Kasra
Feb 5 at 9:12
I'm a bit confused. your suggestion is exactly the opposite of the one above. I still in doubt whether to choose sda or sdb. But I must say that in my boot priorities (in bios menu) I only see the SSD hard drive (sda).
– Kasra
Feb 5 at 9:12
I edited the question to make it more clear
– Kasra
Feb 5 at 9:15
I edited the question to make it more clear
– Kasra
Feb 5 at 9:15
Let me say this way: default choice of "green" user is sda, so Grub replaces Windows 10 bootloader. I took another approach that gave me some additional features. But if you do not know what and why, maybe really use sda.
– Maciej Polański
Feb 5 at 15:57
Let me say this way: default choice of "green" user is sda, so Grub replaces Windows 10 bootloader. I took another approach that gave me some additional features. But if you do not know what and why, maybe really use sda.
– Maciej Polański
Feb 5 at 15:57
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.
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%2f1115263%2fdual-boot-windows-10-and-ubuntu-18-04-1-on-separate-hard-drives%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
Assuming your Windows boot-loader is installed on
sda
, you should install Grub tosdb
.– mook765
Feb 3 at 15:03
doing what you've said, Would I get two entries in grub menu (one for Windows 10 and one for Ubuntu)?
– Kasra
Feb 3 at 15:08
If Windows fast start up or hibernation is enabled, the Linux NTFS driver cannot see the NTFS partitions. So then grub only boots working (not hibernated) Windows. So grub will offer to boot Windows as long as you keep fast start up off. askubuntu.com/questions/843153/…
– oldfred
Feb 3 at 16:42
I faced a problem posted here: askubuntu.com/questions/1117120/…
– Kasra
Feb 10 at 12:57