Re: [PATCH 1/2] plainmount: Support decryption of devices encrypted in plain mode.

2022-01-31 Thread Milan Broz
On 30/01/2022 20:40, Maxim Fomin wrote: This patch introduces support for plain encryption mode (plain dm-crypt) via new module and command named 'plainmount'. The command allows to open devices encrypted in plain mode (without LUKS) with following syntax: + ... +#define GRUB_PLAINMOUNT_UUID

Re: [PATCH 1/2] plainmount: Support decryption of devices encrypted in plain mode.

2022-01-31 Thread Maxim Fomin
--- Original Message --- On Monday, January 31st, 2022 at 14:15, Milan Broz wrote: > On 30/01/2022 20:40, Maxim Fomin wrote: > > > This patch introduces support for plain encryption mode (plain dm-crypt) via > > > > new module and command named 'plainmount'. The command allows to open >

Re: [PATCH 1/2] normal/menu: Don't show "Booting `%s'" msg when auto-booting with TIMEOUT_STYLE_HIDDEN

2022-01-31 Thread Robbie Harwood
Hans de Goede writes: > When the user has asked the menu code to be hidden/quiet and the current > entry is being autobooted because the timeout has expired don't show > the "Booting `%s'" msg. > > This is necessary to let flicker-free boots really be flicker free, > otherwise the "Booting `%s'"

Re: [PATCH 2/2] EFI: suppress the "Welcome to GRUB!" message in EFI builds

2022-01-31 Thread Robbie Harwood
Hans de Goede writes: > Grub EFI builds are now often used in combination with flicker-free > boot, but this breaks with upstream grub because the "Welcome to GRUB!" > message will kick the EFI fb into text mode and show the msg, > breaking the flicker-free experience. > > EFI systems are so fast

Re: [PATCH 2/2] EFI: console: Do not set cursor until the first text output

2022-01-31 Thread Robbie Harwood
Javier Martinez Canillas writes: > On 1/28/22 12:43, Hans de Goede wrote: >> To allow flickerfree boot the EFI console code does not call >> grub_efi_set_text_mode (1) until some text is actually output. >> >> Depending on if the output text is because of an error loading >> e.g. the .cfg file;

Re: [PATCH 1/2] EFI: console: Do not set colorstate until the first text output

2022-01-31 Thread Robbie Harwood
Javier Martinez Canillas writes: > Hello Hans, > > Thanks for the patch. > > On 1/28/22 12:43, Hans de Goede wrote: >> GRUB_MOD_INIT(normal) does an unconditional: >> >> grub_env_set ("color_normal", "light-gray/black"); >> >> which triggers a grub_term_setcolorstate() call. The original versio

Re: [PATCH 0/2] Support plain encryption mode.

2022-01-31 Thread Glenn Washburn
On Sun, 30 Jan 2022 19:40:37 + Maxim Fomin wrote: > This patch adds support for plain encryption mode (plain dm-crypt) via new > module/command named 'plainmount'. This is an extension of previous patch > (member of crypto enhancement patch series) sent to grub-devel by John Lane. > The plain

Re: [PATCH 1/2] plainmount: Support decryption of devices encrypted in plain mode.

2022-01-31 Thread Glenn Washburn
On Sun, 30 Jan 2022 19:40:43 + Maxim Fomin wrote: > This patch introduces support for plain encryption mode (plain dm-crypt) via > new module and command named 'plainmount'. The command allows to open devices > encrypted in plain mode (without LUKS) with following syntax: > > plainmount -h

Re: [PATCH 1/2] plainmount: Support decryption of devices encrypted in plain mode.

2022-01-31 Thread Glenn Washburn
On Mon, 31 Jan 2022 17:40:24 + Maxim Fomin wrote: > --- Original Message --- > > On Monday, January 31st, 2022 at 14:15, Milan Broz > wrote: > > > On 30/01/2022 20:40, Maxim Fomin wrote: > > > > > This patch introduces support for plain encryption mode (plain dm-crypt) > > > via

Re: [PATCH 1/2] plainmount: Support decryption of devices encrypted in plain mode.

2022-01-31 Thread Milan Broz
On 01/02/2022 03:45, Glenn Washburn wrote: On Mon, 31 Jan 2022 17:40:24 + Maxim Fomin wrote: --- Original Message --- On Monday, January 31st, 2022 at 14:15, Milan Broz wrote: On 30/01/2022 20:40, Maxim Fomin wrote: This patch introduces support for plain encryption mode (pla