Project Description

Grub has limited LUKS2 support in master branch for few months (only PBKDF2, Argon2 is not yet supported). It'd be useful to implement LUKS2 detection in grub-probe in order not have to specify required modules manually.

Resources

Looking for hackers with the skills:

grub2 grub luks

This project is part of:

Hack Week 20

Activity

  • over 3 years ago: mkubecek liked this project.
  • over 3 years ago: abergmann liked this project.
  • over 3 years ago: kukuk liked this project.
  • over 3 years ago: pvorel added keyword "luks" to this project.
  • over 3 years ago: pvorel added keyword "grub2" to this project.
  • over 3 years ago: pvorel added keyword "grub" to this project.
  • over 3 years ago: pvorel started this project.
  • over 3 years ago: pvorel originated this project.

  • Comments

    Be the first to comment!

    Similar Projects

    Create DRM drivers for VESA and EFI framebuffers by tdz

    Description

    We already have simpledrm for firmware framebuffers. But the driver is originally for ARM boards, not PCs. It is already overloaded with code to support both use cases. At the same time it is missing possible features for VESA and EFI, such as palette modes or EDID support. We should have DRM drivers for VESA and EFI interfaces. The infrastructure exists already and initial drivers can be forked from simpledrm.

    Goals

    • Initially, a bare driver for VESA or EFI should be created. It can take functionality from simpledrm.
    • Then we can begin to add additional features. The boot loader can provide EDID data. With VGA hardware, VESA can support paletted modes or color management. Example code exists in vesafb.