Issue solved.
In order to load Grub 2 from another Grub 2 you have to use the command multiboot instead of linux or kernel or...
Make sure to adjust the line set root=(hd0,x) to your needs, pay attention to the fact that Grub 2 starts the counting of the partitions with 1, unlike Grub's 0.Code:menuentry "sda5" { insmod ext2 set root=(hd0,5) multiboot /boot/grub/core.img }
Regards,
Franz



Adv Reply

Bookmarks