Bug#945404: grub2-common: '/boot/grub/.background_cache.png' is not created on LUKS encrypted system

2020-11-21 Thread Steve McIntyre
Control: tags -1 +patch On Wed, Aug 12, 2020 at 12:53:46PM +0200, Gábor Gombás wrote: >Package: grub2-common >Version: 2.04-9 >Followup-For: Bug #945404 > >The reason is lack of LUKS2 support. Specifically, in >grub-core/osdep/devmapper/getroot.c, grub_util_get_dm_abstraction() has: > > if (strnc

Bug#945404: grub2-common: '/boot/grub/.background_cache.png' is not created on LUKS encrypted system

2020-08-12 Thread Gábor Gombás
Package: grub2-common Version: 2.04-9 Followup-For: Bug #945404 The reason is lack of LUKS2 support. Specifically, in grub-core/osdep/devmapper/getroot.c, grub_util_get_dm_abstraction() has: if (strncmp (uuid, "CRYPT-LUKS1-", 12) == 0) { grub_free (uuid); return GRUB_DEV_ABSTRAC

Bug#945404: grub2-common: '/boot/grub/.background_cache.png' is not created on LUKS encrypted system

2020-01-13 Thread Vincent Bernat
Package: grub2-common Version: 2.04-5 Followup-For: Bug #945404 -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hey! On a system where it works, I get: # grub-probe -t abstraction /usr/share/desktop-base/futureprototype-theme/grub/grub-16x9.png cryptodisk luks gcry_rijndael gcry_rijndael gcry_

Bug#945404: grub2-common: '/boot/grub/.background_cache.png' is not created on LUKS encrypted system

2019-11-24 Thread Robert
Package: grub2-common Version: 2.04-4 Severity: normal Dear Maintainer, on a newly installed system with full disk encryption, update-grub does not create '/boot/grub/.background_cache.png'. It looks like the command 'if is_path_readable_by_grub "${1}"; then' in line 100 in '/etc/grub.d/05_debia