first, sorry for my english.
Can somebody help with grub?
I updated from mbr to gpt and now i have broken grub.
I need to be able to select in grub menu which OS i want to start.
Now i have only option to select "windows" and then i selecting again which windows i want to start.. This is bad.. I need to select in grub what os to start and no more selecting anything.
grub loading bootmgfw.efi file and every windows share this file.
How i can separate this? Make for example 2bootmgfw2.efi file for second windows to be able start into system directly from grub and not going into windows boot manager. Go around, or somehow tell to bootmgfw.efi boot directly into system one (or two) and i dont want to select anything anymore.. Is it possible? (im sure it is, I had this on my mbr system working perfectly, but im not able to replicate this on gpt without help.
For easy example, when I have this in grub.cfg
insmod part_gpt
insmod chain
set root=(hd0,gpt1)
chainloader /EFI/Microsoft/Boot/bootmgfw.efi
boot
Can i add some parameter in this code to tell what specific OS i want to start and skip that selecting in ugly, black, text windows bootmanager?