Bug 37663

Summary: grubx64.efi does not contain a few modules required to boot from a LUKS partition
Product: Sisyphus Reporter: Dmitry V. Levin <ldv>
Component: grub-efiAssignee: Николай Костригин <nickel>
Status: CLOSED FIXED QA Contact: qa-sisyphus
Severity: critical    
Priority: P3 CC: aen, mcpain, nickel, placeholder, rider
Version: unstable   
Hardware: x86_64   
OS: Linux   
Bug Depends on:    
Bug Blocks: 37660    

Description Dmitry V. Levin 2019-12-23 03:46:57 MSK
I had to add the following modules:
cryptodisk
luks
gcry_rijndael
gcry_sha512

It probably makes sense to add a few more gcry_* modules:
gcry_serpent
gcry_twofish
gcry_sha256

Proposed fix: /people/ldv/packages/grub.git branch luks
Comment 1 Олег Соловьев 2020-01-15 10:52:33 MSK
(В ответ на комментарий №0)
> I had to add the following modules:
> cryptodisk
> luks
> gcry_rijndael
> gcry_sha512
> 
> It probably makes sense to add a few more gcry_* modules:
> gcry_serpent
> gcry_twofish
> gcry_sha256
> 
> Proposed fix: /people/ldv/packages/grub.git branch luks

Additionally, gcry_sha1 should be added.
Comment 2 Николай Костригин 2020-01-23 10:23:27 MSK
fixed in

[#244525] DONE (try 3) grub.git=2.02-alt21
Comment 3 AEN 2020-01-23 10:36:32 MSK
(Ответ для nickel@altlinux.org на комментарий #2)
> fixed in
> 
> [#244525] DONE (try 3) grub.git=2.02-alt21

Спасибо!