I bought two SSD disks and as usual I though that installing Windows on a completely separate disk would be the easiest solution, but I can't find any tutorials for dual booting with grub2 (efi). All tutorials assume one EFI boot partition.
Using just:
menuentry "Windows 7" {
set root=(hd1,1)
chainloader +1
}
Gives me invalid EFI path.
What is the correct configuration?