Partitioning an EMPTY hard drive for Windows 10 and Ubuntu 16 dual-boot from gparted
I've always wanted to dual-boot Windows and Ubuntu and have some experience partitioning but have never been able to, mainly because any time I install Ubuntu from a live disk it seems to prevent me from partitioning the remainder of the hard drive later (this is standard, whatever).
However I recently had a hard drive crash and came to realize that now I have the perfect opportunity to dual-boot Windows and Ubuntu on a fresh, 1TB hard drive.
I understand questions like this have been asked before, but here I am in an ubuntu live session, trying to partition my empty 1TB hard drive to make installation easiest, and cannot seem to find a clear-cut answer for my exact situation.
Here was my plan going in:
Using gparted...
- Create /dev/sda1, ext4, 16GB for Linux Boot
- Create /dev/sda2, ext4, 440GB, for Linux home
- Create /dev/sda3, ext4, 40GB, for linux swap
- Create /dev/sda4, ntfs, 16GB, for Windows boot
- Create /dev/sda5, ntfs, 400GB, for Windows home,
- Create /dev/sda6, ntfs, remaining GB, for Windows swap
Each partition has 0 bytes preceding it, except for the first one, which has 1 MB preceding it.
First error I hit is "you can only have at most 4 primary partitions, but you can make an extended partition which can hold other partitions". Okay... That's too confusing for me, so I decided to just get rid of the swap spaces.
Now I have 4 primary partitions, but gparted refuses to apply this to my new hard drive? I really have no idea what I'm doing. Can someone give me a quick run down, similar to the bullet points above, on what I should partition my hard drive as?
I figure, then, I'll boot into Ubuntu Live and install Ubuntu next in the specified location (e.g. /dev/sda2), and then boot into a Windows Live or whatever its called and install Windows in the specified location (e.g. /dev/sda4).
boot dual-boot partitioning hard-drive
add a comment |
I've always wanted to dual-boot Windows and Ubuntu and have some experience partitioning but have never been able to, mainly because any time I install Ubuntu from a live disk it seems to prevent me from partitioning the remainder of the hard drive later (this is standard, whatever).
However I recently had a hard drive crash and came to realize that now I have the perfect opportunity to dual-boot Windows and Ubuntu on a fresh, 1TB hard drive.
I understand questions like this have been asked before, but here I am in an ubuntu live session, trying to partition my empty 1TB hard drive to make installation easiest, and cannot seem to find a clear-cut answer for my exact situation.
Here was my plan going in:
Using gparted...
- Create /dev/sda1, ext4, 16GB for Linux Boot
- Create /dev/sda2, ext4, 440GB, for Linux home
- Create /dev/sda3, ext4, 40GB, for linux swap
- Create /dev/sda4, ntfs, 16GB, for Windows boot
- Create /dev/sda5, ntfs, 400GB, for Windows home,
- Create /dev/sda6, ntfs, remaining GB, for Windows swap
Each partition has 0 bytes preceding it, except for the first one, which has 1 MB preceding it.
First error I hit is "you can only have at most 4 primary partitions, but you can make an extended partition which can hold other partitions". Okay... That's too confusing for me, so I decided to just get rid of the swap spaces.
Now I have 4 primary partitions, but gparted refuses to apply this to my new hard drive? I really have no idea what I'm doing. Can someone give me a quick run down, similar to the bullet points above, on what I should partition my hard drive as?
I figure, then, I'll boot into Ubuntu Live and install Ubuntu next in the specified location (e.g. /dev/sda2), and then boot into a Windows Live or whatever its called and install Windows in the specified location (e.g. /dev/sda4).
boot dual-boot partitioning hard-drive
You don't say which version of Ubuntu; some versions need swap. 16gb is fine for Ubuntu but if you load lots of software you may not have the space to release-upgrade to the next version. I would create an extended partition for Ubuntu, then subdivide the space there (and /boot isn't needed or needs little space, but I'm sure you mean /). I would also install windoze first, as it tends to overwrite the MBR & boot loader (grub) that lets you select Ubuntu. You didn't specify version of windoze; but they don't use /home just drives (C: D:) & swap is often just a file (w version specific)
– guiverc
Apr 26 '18 at 1:42
Windows 10, Ubuntu 16 (just edited the question title, thanks)
– nick carraway
Apr 26 '18 at 2:02
UEFI or BIOS. And how you boot install media for both Windows & Ubuntu defines whether install is UEFI or BIOS install. And then Windows install will define whether drive is gpt for UEFI boot only (with Windows) or MBR for BIOS boot. Ubuntu then should be installed in same boot mode. With MBR you only have 4 primary partitions, but one can be the extended and it then is a container for as many logical partitions as you want. With gpt all partitions are primary. Best just to install Windows first as both BIOS & UEFI want extra partitions.Windows also can only be in primary NTFS partition.
– oldfred
Apr 26 '18 at 3:46
add a comment |
I've always wanted to dual-boot Windows and Ubuntu and have some experience partitioning but have never been able to, mainly because any time I install Ubuntu from a live disk it seems to prevent me from partitioning the remainder of the hard drive later (this is standard, whatever).
However I recently had a hard drive crash and came to realize that now I have the perfect opportunity to dual-boot Windows and Ubuntu on a fresh, 1TB hard drive.
I understand questions like this have been asked before, but here I am in an ubuntu live session, trying to partition my empty 1TB hard drive to make installation easiest, and cannot seem to find a clear-cut answer for my exact situation.
Here was my plan going in:
Using gparted...
- Create /dev/sda1, ext4, 16GB for Linux Boot
- Create /dev/sda2, ext4, 440GB, for Linux home
- Create /dev/sda3, ext4, 40GB, for linux swap
- Create /dev/sda4, ntfs, 16GB, for Windows boot
- Create /dev/sda5, ntfs, 400GB, for Windows home,
- Create /dev/sda6, ntfs, remaining GB, for Windows swap
Each partition has 0 bytes preceding it, except for the first one, which has 1 MB preceding it.
First error I hit is "you can only have at most 4 primary partitions, but you can make an extended partition which can hold other partitions". Okay... That's too confusing for me, so I decided to just get rid of the swap spaces.
Now I have 4 primary partitions, but gparted refuses to apply this to my new hard drive? I really have no idea what I'm doing. Can someone give me a quick run down, similar to the bullet points above, on what I should partition my hard drive as?
I figure, then, I'll boot into Ubuntu Live and install Ubuntu next in the specified location (e.g. /dev/sda2), and then boot into a Windows Live or whatever its called and install Windows in the specified location (e.g. /dev/sda4).
boot dual-boot partitioning hard-drive
I've always wanted to dual-boot Windows and Ubuntu and have some experience partitioning but have never been able to, mainly because any time I install Ubuntu from a live disk it seems to prevent me from partitioning the remainder of the hard drive later (this is standard, whatever).
However I recently had a hard drive crash and came to realize that now I have the perfect opportunity to dual-boot Windows and Ubuntu on a fresh, 1TB hard drive.
I understand questions like this have been asked before, but here I am in an ubuntu live session, trying to partition my empty 1TB hard drive to make installation easiest, and cannot seem to find a clear-cut answer for my exact situation.
Here was my plan going in:
Using gparted...
- Create /dev/sda1, ext4, 16GB for Linux Boot
- Create /dev/sda2, ext4, 440GB, for Linux home
- Create /dev/sda3, ext4, 40GB, for linux swap
- Create /dev/sda4, ntfs, 16GB, for Windows boot
- Create /dev/sda5, ntfs, 400GB, for Windows home,
- Create /dev/sda6, ntfs, remaining GB, for Windows swap
Each partition has 0 bytes preceding it, except for the first one, which has 1 MB preceding it.
First error I hit is "you can only have at most 4 primary partitions, but you can make an extended partition which can hold other partitions". Okay... That's too confusing for me, so I decided to just get rid of the swap spaces.
Now I have 4 primary partitions, but gparted refuses to apply this to my new hard drive? I really have no idea what I'm doing. Can someone give me a quick run down, similar to the bullet points above, on what I should partition my hard drive as?
I figure, then, I'll boot into Ubuntu Live and install Ubuntu next in the specified location (e.g. /dev/sda2), and then boot into a Windows Live or whatever its called and install Windows in the specified location (e.g. /dev/sda4).
boot dual-boot partitioning hard-drive
boot dual-boot partitioning hard-drive
edited Apr 26 '18 at 2:02
nick carraway
asked Apr 26 '18 at 1:13
nick carrawaynick carraway
1308
1308
You don't say which version of Ubuntu; some versions need swap. 16gb is fine for Ubuntu but if you load lots of software you may not have the space to release-upgrade to the next version. I would create an extended partition for Ubuntu, then subdivide the space there (and /boot isn't needed or needs little space, but I'm sure you mean /). I would also install windoze first, as it tends to overwrite the MBR & boot loader (grub) that lets you select Ubuntu. You didn't specify version of windoze; but they don't use /home just drives (C: D:) & swap is often just a file (w version specific)
– guiverc
Apr 26 '18 at 1:42
Windows 10, Ubuntu 16 (just edited the question title, thanks)
– nick carraway
Apr 26 '18 at 2:02
UEFI or BIOS. And how you boot install media for both Windows & Ubuntu defines whether install is UEFI or BIOS install. And then Windows install will define whether drive is gpt for UEFI boot only (with Windows) or MBR for BIOS boot. Ubuntu then should be installed in same boot mode. With MBR you only have 4 primary partitions, but one can be the extended and it then is a container for as many logical partitions as you want. With gpt all partitions are primary. Best just to install Windows first as both BIOS & UEFI want extra partitions.Windows also can only be in primary NTFS partition.
– oldfred
Apr 26 '18 at 3:46
add a comment |
You don't say which version of Ubuntu; some versions need swap. 16gb is fine for Ubuntu but if you load lots of software you may not have the space to release-upgrade to the next version. I would create an extended partition for Ubuntu, then subdivide the space there (and /boot isn't needed or needs little space, but I'm sure you mean /). I would also install windoze first, as it tends to overwrite the MBR & boot loader (grub) that lets you select Ubuntu. You didn't specify version of windoze; but they don't use /home just drives (C: D:) & swap is often just a file (w version specific)
– guiverc
Apr 26 '18 at 1:42
Windows 10, Ubuntu 16 (just edited the question title, thanks)
– nick carraway
Apr 26 '18 at 2:02
UEFI or BIOS. And how you boot install media for both Windows & Ubuntu defines whether install is UEFI or BIOS install. And then Windows install will define whether drive is gpt for UEFI boot only (with Windows) or MBR for BIOS boot. Ubuntu then should be installed in same boot mode. With MBR you only have 4 primary partitions, but one can be the extended and it then is a container for as many logical partitions as you want. With gpt all partitions are primary. Best just to install Windows first as both BIOS & UEFI want extra partitions.Windows also can only be in primary NTFS partition.
– oldfred
Apr 26 '18 at 3:46
You don't say which version of Ubuntu; some versions need swap. 16gb is fine for Ubuntu but if you load lots of software you may not have the space to release-upgrade to the next version. I would create an extended partition for Ubuntu, then subdivide the space there (and /boot isn't needed or needs little space, but I'm sure you mean /). I would also install windoze first, as it tends to overwrite the MBR & boot loader (grub) that lets you select Ubuntu. You didn't specify version of windoze; but they don't use /home just drives (C: D:) & swap is often just a file (w version specific)
– guiverc
Apr 26 '18 at 1:42
You don't say which version of Ubuntu; some versions need swap. 16gb is fine for Ubuntu but if you load lots of software you may not have the space to release-upgrade to the next version. I would create an extended partition for Ubuntu, then subdivide the space there (and /boot isn't needed or needs little space, but I'm sure you mean /). I would also install windoze first, as it tends to overwrite the MBR & boot loader (grub) that lets you select Ubuntu. You didn't specify version of windoze; but they don't use /home just drives (C: D:) & swap is often just a file (w version specific)
– guiverc
Apr 26 '18 at 1:42
Windows 10, Ubuntu 16 (just edited the question title, thanks)
– nick carraway
Apr 26 '18 at 2:02
Windows 10, Ubuntu 16 (just edited the question title, thanks)
– nick carraway
Apr 26 '18 at 2:02
UEFI or BIOS. And how you boot install media for both Windows & Ubuntu defines whether install is UEFI or BIOS install. And then Windows install will define whether drive is gpt for UEFI boot only (with Windows) or MBR for BIOS boot. Ubuntu then should be installed in same boot mode. With MBR you only have 4 primary partitions, but one can be the extended and it then is a container for as many logical partitions as you want. With gpt all partitions are primary. Best just to install Windows first as both BIOS & UEFI want extra partitions.Windows also can only be in primary NTFS partition.
– oldfred
Apr 26 '18 at 3:46
UEFI or BIOS. And how you boot install media for both Windows & Ubuntu defines whether install is UEFI or BIOS install. And then Windows install will define whether drive is gpt for UEFI boot only (with Windows) or MBR for BIOS boot. Ubuntu then should be installed in same boot mode. With MBR you only have 4 primary partitions, but one can be the extended and it then is a container for as many logical partitions as you want. With gpt all partitions are primary. Best just to install Windows first as both BIOS & UEFI want extra partitions.Windows also can only be in primary NTFS partition.
– oldfred
Apr 26 '18 at 3:46
add a comment |
1 Answer
1
active
oldest
votes
Install always and only as UEFI.
Under BIOS you have limitation to 4 partitions, you don't have such limitation under UEFI.
You than leave the unalocated space for LINUX!
16GB for Linux Boot
for Linux Swap your size of installed RAM + 8 GB
for Linux Home as much as you are able,
for Windows you shall have the partition created for by windows installation and for Windows 10 "recovery"
When installing Windows I always separate partition for Windows + all the software about 120 GB to 160 GB, and max for my "archives" (my all personal files). I was able under (UEFI) Windows to partition
as many as 16 plus partitions, for Windows swap (all "moving" files known as Temporary Internet files) and other Microsoft crap files (including all the latest factory drivers) I reserve about 16 GB.
Before I complete installation after installing Windows I routinely decrapify Hard Disk always using PrivaZer
All my software not related to WINDOWS OS is always installed in a DEDICATED FOLDER so I don't have to ever search for in the case I need to access it!!
https://privazer.com/en/PrivaZer_free.exe
I also under Linux purge the Windows System Volume Information leaving the only partition log file and getting rid of all other Microsoft crap files.
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%2f1028239%2fpartitioning-an-empty-hard-drive-for-windows-10-and-ubuntu-16-dual-boot-from-gpa%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 always and only as UEFI.
Under BIOS you have limitation to 4 partitions, you don't have such limitation under UEFI.
You than leave the unalocated space for LINUX!
16GB for Linux Boot
for Linux Swap your size of installed RAM + 8 GB
for Linux Home as much as you are able,
for Windows you shall have the partition created for by windows installation and for Windows 10 "recovery"
When installing Windows I always separate partition for Windows + all the software about 120 GB to 160 GB, and max for my "archives" (my all personal files). I was able under (UEFI) Windows to partition
as many as 16 plus partitions, for Windows swap (all "moving" files known as Temporary Internet files) and other Microsoft crap files (including all the latest factory drivers) I reserve about 16 GB.
Before I complete installation after installing Windows I routinely decrapify Hard Disk always using PrivaZer
All my software not related to WINDOWS OS is always installed in a DEDICATED FOLDER so I don't have to ever search for in the case I need to access it!!
https://privazer.com/en/PrivaZer_free.exe
I also under Linux purge the Windows System Volume Information leaving the only partition log file and getting rid of all other Microsoft crap files.
add a comment |
Install always and only as UEFI.
Under BIOS you have limitation to 4 partitions, you don't have such limitation under UEFI.
You than leave the unalocated space for LINUX!
16GB for Linux Boot
for Linux Swap your size of installed RAM + 8 GB
for Linux Home as much as you are able,
for Windows you shall have the partition created for by windows installation and for Windows 10 "recovery"
When installing Windows I always separate partition for Windows + all the software about 120 GB to 160 GB, and max for my "archives" (my all personal files). I was able under (UEFI) Windows to partition
as many as 16 plus partitions, for Windows swap (all "moving" files known as Temporary Internet files) and other Microsoft crap files (including all the latest factory drivers) I reserve about 16 GB.
Before I complete installation after installing Windows I routinely decrapify Hard Disk always using PrivaZer
All my software not related to WINDOWS OS is always installed in a DEDICATED FOLDER so I don't have to ever search for in the case I need to access it!!
https://privazer.com/en/PrivaZer_free.exe
I also under Linux purge the Windows System Volume Information leaving the only partition log file and getting rid of all other Microsoft crap files.
add a comment |
Install always and only as UEFI.
Under BIOS you have limitation to 4 partitions, you don't have such limitation under UEFI.
You than leave the unalocated space for LINUX!
16GB for Linux Boot
for Linux Swap your size of installed RAM + 8 GB
for Linux Home as much as you are able,
for Windows you shall have the partition created for by windows installation and for Windows 10 "recovery"
When installing Windows I always separate partition for Windows + all the software about 120 GB to 160 GB, and max for my "archives" (my all personal files). I was able under (UEFI) Windows to partition
as many as 16 plus partitions, for Windows swap (all "moving" files known as Temporary Internet files) and other Microsoft crap files (including all the latest factory drivers) I reserve about 16 GB.
Before I complete installation after installing Windows I routinely decrapify Hard Disk always using PrivaZer
All my software not related to WINDOWS OS is always installed in a DEDICATED FOLDER so I don't have to ever search for in the case I need to access it!!
https://privazer.com/en/PrivaZer_free.exe
I also under Linux purge the Windows System Volume Information leaving the only partition log file and getting rid of all other Microsoft crap files.
Install always and only as UEFI.
Under BIOS you have limitation to 4 partitions, you don't have such limitation under UEFI.
You than leave the unalocated space for LINUX!
16GB for Linux Boot
for Linux Swap your size of installed RAM + 8 GB
for Linux Home as much as you are able,
for Windows you shall have the partition created for by windows installation and for Windows 10 "recovery"
When installing Windows I always separate partition for Windows + all the software about 120 GB to 160 GB, and max for my "archives" (my all personal files). I was able under (UEFI) Windows to partition
as many as 16 plus partitions, for Windows swap (all "moving" files known as Temporary Internet files) and other Microsoft crap files (including all the latest factory drivers) I reserve about 16 GB.
Before I complete installation after installing Windows I routinely decrapify Hard Disk always using PrivaZer
All my software not related to WINDOWS OS is always installed in a DEDICATED FOLDER so I don't have to ever search for in the case I need to access it!!
https://privazer.com/en/PrivaZer_free.exe
I also under Linux purge the Windows System Volume Information leaving the only partition log file and getting rid of all other Microsoft crap files.
answered Dec 31 '18 at 21:12
da Kindda Kind
1
1
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.
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%2f1028239%2fpartitioning-an-empty-hard-drive-for-windows-10-and-ubuntu-16-dual-boot-from-gpa%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
You don't say which version of Ubuntu; some versions need swap. 16gb is fine for Ubuntu but if you load lots of software you may not have the space to release-upgrade to the next version. I would create an extended partition for Ubuntu, then subdivide the space there (and /boot isn't needed or needs little space, but I'm sure you mean /). I would also install windoze first, as it tends to overwrite the MBR & boot loader (grub) that lets you select Ubuntu. You didn't specify version of windoze; but they don't use /home just drives (C: D:) & swap is often just a file (w version specific)
– guiverc
Apr 26 '18 at 1:42
Windows 10, Ubuntu 16 (just edited the question title, thanks)
– nick carraway
Apr 26 '18 at 2:02
UEFI or BIOS. And how you boot install media for both Windows & Ubuntu defines whether install is UEFI or BIOS install. And then Windows install will define whether drive is gpt for UEFI boot only (with Windows) or MBR for BIOS boot. Ubuntu then should be installed in same boot mode. With MBR you only have 4 primary partitions, but one can be the extended and it then is a container for as many logical partitions as you want. With gpt all partitions are primary. Best just to install Windows first as both BIOS & UEFI want extra partitions.Windows also can only be in primary NTFS partition.
– oldfred
Apr 26 '18 at 3:46