I have been trying unsuccessfully to dual boot a Fedora 9 and a Ubuntu 11.10 system. The system has a 200GB HD.
I installed Fedora 9 first on /dev/sda1 with a 80 GB partition. Installed the bootloader on 100 MB partition /dev/sda2. Then installed Ubuntu on /dev/sda4. However on booting up Ubuntu 11.10 does not display the bootloader.
Then I tried the other way round. Installed Ubuntu first and then Fedora next. However the Fedora Bootloader does not show Ubuntu as well.
I do understand that Fedora 9 uses the ext3 file system and Ubuntu 11.10 uses the ext4 file sytstem.Also they use different versions of grub. Fedora 9 uses grub1 and ubuntu uses grub2.
Could anyone please help me with the installation process to get this up and running?
Multi-booting between different Linux OS’s is really, really easy. All you need to do is edit your Grub configuration.
Similarly, ext3 vs ext4 shouldn’t matter: grub just looks at the partition.
One minor complication: Fedora 9 defaults to “grub”; your Ubuntu 11.10 defaults to grub2. Both versions allow multi-boot. It’s merely a question of which bootloader (grub, or grub2) you happen to have now.
And I assume you still have both OS’s (one on /dev/sda2, the other on /dev/sda4). Correct?
Assuming you have grub, here’s a link with some samples menu.lst files that should help (your OS, drives and drive UUIDs will be different):
Finally, here’s more than you ever wanted to know about grub2:
https://help.ubuntu.com/community/Grub2#A.27.27grub.3E.27.27_Prompt_Booting