diff --git a/scripts/chroot.sh b/scripts/chroot.sh index 0bf8f9372ffa62f6c5f26748e1ea5a639ff0788d..62095989161a46741eede73475b47321eea54fb1 100755 --- a/scripts/chroot.sh +++ b/scripts/chroot.sh @@ -1013,6 +1013,10 @@ cat > "${DIR}/chroot_script.sh" <<-__EOF__ echo "GRUB_DISABLE_LINUX_UUID=true" >> /etc/default/grub echo "rcn-ee: grub: disable OS_PROBER, repeated OS entries" >> /etc/default/grub echo "GRUB_DISABLE_OS_PROBER=true" >> /etc/default/grub + + mkdir -p /boot/efi/ + echo "Log: (chroot): grub-install --efi-directory=/boot/efi/ --target=arm-efi" + grub-install --efi-directory=/boot/efi/ --target=arm-efi } #cat /chroot_script.sh