d3sf wrote: how do i create the / partition? If I use gParted i can't select the mount point nor primary partition. So do i need to make both partitions logical ones and then install mint on the logical ext4 partition inside my extended partition? Doing this will allow me to dualboot?
Create any other partition is the same as create swap partition, just click to select in gparted.
Yes, you put ext4 partition inside extended partition.
When you create ext4 partition inside extended container, of course all will become logical, and it is correct that gparted WILL NOT let you choose primary.. it is impossible.
Mount point will be selected by the installer.
Yes, most Linux OS installer will be able to install onto ext4 partition as you instruct it to, some old distros do not support ext4, if that is the case, you can let the installer format to its default format.
No problem for dual boot, no problem for multiboot. Linux OS can be in logical partition.
- Code: Select all
Also a last question if it's not too much to ask, how much swap should i get (in Mib)
You have 8G Ram, it is a lot, and it is unlikely your programs will take all 8G.
If you do not hibernate, swap would be used.
If you hibernate, all RAM will be copied to Swap partition.
To be on the safe side, just put 9G on Swap. There are people who will oppose to it.
But then, think over it, what is 9G size to your 750G hard disk?.
and where do i need to put the boot loader installation? I can select
/dev/sda ATA WDC WD7500BPVT-5 (750.2 GB)
/dev/sda1 Windows Recovery Environment (loader)
/dev/sda2 Windows 7 (loader)
/dev/sda3 (that one is ntfs which i asume is the "C: drive" in windows)
/dev/sda6 (that one is ext4 33353 MB)
Two methods
1. /dev/sda, this is the MBR of the first boot drive.
Selecting this mean you let Linux boot loader ( usually grub2) to take over control of MBR.
2. If you use other boot loader, such as Win7's BCD, win7's EasyBCD, etc that already control MBR and you want to maintain that way,
then, you select root partition, /dev/sda6.
most likely you would not choose this method, unless you already understand how to use another boot loader or you can use EasyBCD / BCD.