From: Arindam Nath Date: Fri, 17 Oct 2014 14:08:08 +0000 (-0400) Subject: grub: add cmdpath to grub configuration file X-Git-Tag: 2015-4~1351 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=5ce73b6055ac5a47906e2e661bc5163604f5cec9;p=openembedded-core.git grub: add cmdpath to grub configuration file An issue was found where when yocto is installed to a hard disk from a live USB key, no matter what boot order was selected in the BIOS menu, the grub menu of the USB key would always show up. The issue was narrowed down to the way grub configuration file gets embedded into the standalone bootx64.efi image. The commit prepends ($cmdpath) to the search path for grub.cfg, thus making sure the UEFI environment itself sets this to the correct device path. This in-turn lets the grub.cfg of the boot device to be loaded. Signed-off-by: Arindam Nath Reviewed-by: Drew Moseley Tested-by: Ravikiran Polepalli Signed-off-by: Ross Burton --- diff --git a/meta/recipes-bsp/grub/files/cfg b/meta/recipes-bsp/grub/files/cfg index ffffe47638..8ca53d24d7 100644 --- a/meta/recipes-bsp/grub/files/cfg +++ b/meta/recipes-bsp/grub/files/cfg @@ -1,2 +1,2 @@ -search.file /EFI/BOOT/grub.cfg root +search.file ($cmdpath)/EFI/BOOT/grub.cfg root set prefix=($root)/EFI/BOOT