Hi everyone,
I know that I can repeat quite common question but all answers I found didn't help me.
I have two windows 7 system installed (one for development and one for normal use). Next I installed Fedora 17 and I want to change grub loader to see both of windows 7 entries.
Actual behavior is that there is fedora entry and windows 7 entry which refers to windows loader where I can choose the windows 7 I wanna use.
I tried to add something like this to 40_custom file:
menuentry "Windows 7_1" {
set root=(hd0,2)
chainloader +1
}
menuentry "Windows 7_2" {
set root=(hd0,3)
chainloader +1
}
and to execute:
grub2-mkconfig -o /boot/grub2/grub.cfg
but it doesn't work.
Can you help me to tell me what I'm missing please?
Thank you very much