Partitioning an EMPTY hard drive for Windows 10 and Ubuntu 16 dual-boot from gparted
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
up vote
0
down vote
favorite
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 |Â
up vote
0
down vote
favorite
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 at 1:42
Windows 10, Ubuntu 16 (just edited the question title, thanks)
â nick carraway
Apr 26 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 at 3:46
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
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
edited Apr 26 at 2:02
asked Apr 26 at 1:13
nick carraway
1208
1208
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 at 1:42
Windows 10, Ubuntu 16 (just edited the question title, thanks)
â nick carraway
Apr 26 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 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 at 1:42
Windows 10, Ubuntu 16 (just edited the question title, thanks)
â nick carraway
Apr 26 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 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 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 at 1:42
Windows 10, Ubuntu 16 (just edited the question title, thanks)
â nick carraway
Apr 26 at 2:02
Windows 10, Ubuntu 16 (just edited the question title, thanks)
â nick carraway
Apr 26 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 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 at 3:46
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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
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 at 1:42
Windows 10, Ubuntu 16 (just edited the question title, thanks)
â nick carraway
Apr 26 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 at 3:46