Alex, I'm afraid you have at least to re-install all Linux distros.
as far as I can understand you have bios firmware. win7 takes two primary partitions (first one is very small). only two are left. of course next steps are only of your choice.
If I were you. I can only guess. in this case we need one logical partition for all Linux distros and one for let say depot (substitute of common home for your data). for Linux you need at least 1GB for swap (depends on your ram) plus 5GB multiplied by number of distros for systems. a little more if you think you need many additional software (at the moment Point takes less than 3GB). you can use one swap for all distros but you can't use same home. there are not only your data in home directory but also config/setting files.
so third logical partition is divided into three sub-partitions. rest (at the end of your disc) as primary partition for your data. in this case you have to delete/reinstall mint - it's very difficult (if possible) to convert partition types.
the order of installation is not essential but you can use only one grub. take the newer one (ver 2 works better than 1.99 from Point). installing second distro you can lost your swap (installation can change uuid) but it's very easy to maintain changing the number manually in fstab file.
moreover, manually depot partition can be added to fstab by adding
- Code: Select all
# [depot] /dev/sda4
/dev/sda4 /media/depot ext4 defaults,users,auto 0 0
(watch the number. my depot in on /dev/sda4. we were discussing the subject on this forum a few month ago). of course you have to create directory /media/depot first and next add this code to every fstab of every distro.
Point has all tools to change partitions. so first start with Point changing configuration of your disc and install it (choose swap all all system on one partition). for next distro you have swap ready partition and one free partition. if you decide to use grub from the second installation all systems are seen immediately. if not, you have to go back to the first one for update-grub command to find and rebuild grub.cfs file.
maybe all seems to be very complicated but isn't. after tenth re-installation you will be an expert. of course save your data first because formatting damages all.
cheers,