diff --git a/build_library/grub_install.sh b/build_library/grub_install.sh index 61e2fc6fb8..0c0dfe0bb0 100755 --- a/build_library/grub_install.sh +++ b/build_library/grub_install.sh @@ -75,7 +75,9 @@ esac info "Updating GRUB in ${BOARD_ROOT}" emerge-${BOARD} \ --nodeps --select --verbose --update --getbinpkg --usepkgonly --newuse \ - sys-boot/grub + sys-boot/grub \ + sys-boot/shim \ + sys-boot/shim-signed GRUB_SRC="${BOARD_ROOT}/usr/lib/grub/${FLAGS_target}" [[ -d "${GRUB_SRC}" ]] || die "GRUB not installed at ${GRUB_SRC}"