>>976-979
以下実施

# efibootmgr -b 0003 -B
# rm -Rfv /boot/efi/EFI/[Dd]ebian* /etc/initramfs-tools/conf.d/resume
# update-initramfs -u
# grub-mkconfig | tee /boot/grub/grub.cfg (詳細な出力が確認出来る) 又は # update-grub (簡略化された出力がいいならこっち)
# grub-install --bootloader-id=Debian2
# mkdir /boot/efi/EFI/BOOT
# cp -v /boot/efi/EFI/[Dd]ebian*/grubx64.efi /boot/efi/EFI/BOOT/bootx64.efi
# exit
# mount | grep \/mnt | awk '{ print $3 }' | tac | xargs -tI % umount -v %
# mkdir /boot/efi/EFI/BOOT
# cp -v /boot/efi/EFI/debian/grubx64.efi /boot/efi/EFI/BOOT/bootx64.efi
# systemctl reboot

以上 寝ます