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
--- 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
>
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'"
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
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;
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
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
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
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
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
10 matches
Mail list logo