There is the possibillity to use /etc/grub.d/40_custom
- Define a “Master-GRUB”, for example Debian.
- any other or second OS should be loaded via “chainloading”
EXAMPLE:
menuentry 'Windows8 (UEFI)' {
insmod ntfs
set root=(hd0,gpt4)
chainloader (${root})/EFI/Microsoft/Boot/bootmgfw.efi
boot
}
And please read:
1 Like