I'm trying to correctly partition my hard-drive to facilitate a dual-boot setup Windows 10/Linux Mint 18.3
I'm using a brand new laptop and completed the out-of-box-experience so Windows 10 was installed. I then inserted the Gparted live CD and rebooted.
I shrinked down /dev/sda3 which was the ntfs windows partition to 100GiB with the msftdata flag. This process left me with approximately 350GiB unallocated space.
I selected the un-allocated space and created 3 primary partitions (the other options were grayed out):
One of these partition with Fat16 Filesystem of 150MiB I gave the boot, esp flags. The other two partitions were linux-swap and ext4 based partition for general storage.
The question that is bothering me is:
Is it ok to have two separate partitions on the one hard drive with the boot,esp flags? One partition for windows boot and one partition for Linux boot?