Re: [pve-devel] [PATCH 1/1] pve7to8: check for proper grub meta-package for bootmode

2023-10-09 Thread Friedrich Weber
On 04/10/2023 14:05, Stoiko Ivanov wrote: > +} elsif ( ! -f "/usr/share/doc/grub-efi-amd64/changelog.Debian.gz" ) { > + log_warn( > + "System booted in uefi mode but grub-efi-amd64 meta-package not > installed" > + . " new grub versions will not be installed to /boot/efi

[pve-devel] [PATCH 1/1] pve7to8: check for proper grub meta-package for bootmode

2023-10-04 Thread Stoiko Ivanov
This should catch installations from our ISO on non-ZFS in uefi mode, which won't get the updated grub efi binary installed upon upgrade, because grub-pc is installed instead of grub-efi-amd64. Adding this to pve7to8 should make this even more visible, than the corresponding patch for