#1006541 dpkg-reconfigure should run grub-install

Package:
grub-efi-amd64
Source:
grub2
Description:
GRand Unified Bootloader, version 2 (EFI-AMD64 version)
Submitter:
Harald Dunkel
Date:
2022-02-27 09:51:04 UTC
Severity:
normal
#1006541#5
Date:
2022-02-27 09:40:27 UTC
From:
To:
Trying to migrate from MBR to uefi I prepared an ESP (vfat, "esp" tag
is set, mounted on /boot/efi) and replaced the grub-pc and grub-pc-bin
packages by grub-efi and grub-efi-amd64.

Problem: The postinst script of grub-efi-amd64 seems to update
/boot/grub/grub.cfg, but /boot/efi/EFI is not set up. I had to explicitly
run

	grub-install --target=x86_64-efi /dev/sdf

That should be the job of the postinst script, as it is for grub-pc.


Regards

Harri