After installing Mageia, I could not seem to install Fedora to the 50GB partition I set up. I kept getting an error of "not enough free space"!
I went back into Windows disk management and discovered my problem of "not enough free space". Too many primary partitions. I did not intend it that way. I removed Mageia again and create an extended partition. I couldn't to do that from disk management.
Found to do this in Windows 7 I had to run diskpart from a command prompt. Can't do it from the GUI.
- Code: Select all
C:\~\diskpart
DISKPART> select disk 0
DISKPART> create partition extended
DISKPART> exit
C:\~\exit
I then went back into disk management and created 3 logical drives without assigning them a drive letter or formatting them.
Finally I went back to installing Mageia and Fedora. Using the custom disk partition option in both Mageia and Fedora I choose to install each to Free Space on one of the logical drives each with the mount point being
/. When I installed Fedora for the GRUB location option I choose
/ of the Fedora partition instead of the default MBR.
After installing Mageia first, then Fedora, I added the following to menu.lst in Mageia.
- Code: Select all
title Fedora 15
root (hd0,5)
configfile /boot/grub/grub.conf
Now when I get to Mageia's GRUB boot menu, Fedora 15 is there, and when I click on it, it boots Fedora fine. Of course I can boot Windows 7 and Mageia from there as well.
Thanks to the admin
glennzo at Fedora Forums for helping me to reach the solution.
