Hello people,
I built a new computer capable of UEFI. Just like I always did, I installed windows 7 64-bit first, hoping that Fedora will pick it and make a line in boot menu.
So I installed windows in UEFI mode. Then put Fedora 17 64-bit and also made sure that I start it in UEFI mode via bios boot shortcut. It installed just fine, but there's no windows option in grub.
I have also noticed that Fedora 17 installed with grub 1/grub legacy.
I have googled for hours and tried all sort of things. The last 'most successful' attempt was adding:
Code:
title windows
root (hd0,0)
chainloader /EFI/microsoft/BOOT/bootmgfw.efi
to the /boot/efi/EFI/redhat/grub.conf file.
It initiates windows load, but then immediately results in some windows error 0xC000000F (unexpected error has occurred).
At this point I don't know what to do to make GRUB my primary bootloader and have windows on it.
Has anyone had successful experience setting both windows and F17 in UEFI and had boot entry for windows in grub? Can anyone help?