On Wed, 20 Feb 2013 23:01:17 +0100, Louis Lagendijk wrote: > I recommend the OP to run > grub2-mkconfig -o /etc/grub2.cfg Please don't! That's the wrong file. /etc/grub2.cfg is a symlink, but grub2-mkconfig doesn't follow symlinks. It would replace the symlink with the new config file, but the boot loader doesn't load it from there. Run grub2-mkconfig -o /boot/grub2/grub.cfg instead. That's the correct command. > When I installed F18 Anaconda did not install the other OS's for me > either. The command above did the trick for me > > -- Fedora release 18 (Spherical Cow) - Linux 3.7.2-204.fc18.x86_64 loadavg: 0.07 0.09 0.08 -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org