kenetics wrote:Thanks. One other question, will there be a /boot for each Linux OS and does Grub reside in the boot?
Each Linux installation has its /boot directory, yes. So this can either just be a sub-directory in each of the root directories of each installation ... or if you really want it super complicated, you could create each /boot for each Linux installation as a separate partition and mount point. The big question is: How are you going to partition your harddisk then so that these things don't get into each other's way ?? (It can be done ... but it's not easy!!) Also, something that you need to think ahead of: The GRUB installation of the last Linux distribution you install is most likely the one that will take control of the Master Boot Record of your harddisk. So when the PC boots, you'll first see the GRUB of the last Linux distribution you installed. All other Linux installations should still be selectable as boot options. Regardless of this, you can still always overwrite the MBR's GRUB with a GRUB from your currently running distribution, regardless in which order it was installed. You'll just have to make sure that the /boot/grub/menu.lst you want to use is right about the various menu entries and that everything is selectable. Basically you can copy and paste the relevant sections of each menu.lst file from one distribution to another (ain't that cool or what?)
My partitioning scheme which I posted in this thread was assuming that one would only have one Linux as the main OS and a Windows installation somewhere (e.g. for the casual game here and there).
With multiple Linux installations things might be slightly more complicated. Let's take a 120 GB disk as basis and let's assume you would install up to three Linux distros on it (e.g. for evaluation purposes). Let's assume we're talking about these fine Linux distributions:
- - openSuSE 10.2
- Linux Mint "Bianca"
- Fedora Core 6
- /dev/hda1 -- 15 GB openSUSE 10.2, containing everything but /home
/dev/hda2 -- 15 GB Fedora Core 6, containing everything but /home
/dev/hda3 -- 15 GB Linux Mint, containing everything but /home
/dev/hda4 -- extended partition, from here to the end of the HD
/dev/hda5 -- ca. 75-78 GB shared /home between all three distros (user names could nontheless be different between the three; having the same user name on all three may create new problems eg. with incompatible settings in GNOME and KDE ... with the help of symbolic links stuff like documents, browser settings, etc. could still be shared easily between all three distros and user accounts!) ...Very important: Make sure you only format this partition the first time (e.g. during the installation of the first Linux distro you want to use) and then don't format it in all subsequent installations!
/dev/hda9 -- swap, whatever is left of the harddisk (e.g. 2 GB)






