Load single binary under grub

2025-05-27 Thread Sumeet R.P.
Hi, Can we pass and load the single binary under grub with UEFI support? This single binary contains the vmlinuz and initrd images. Thanks, Sumeet. ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel

lib-crypto-Add-character-echo-for-password-input.patch

2025-05-27 Thread 刘阳
Dear GRUB2 Maintainers,   I have submitted a patch  titled "lib-crypto-Add-character-echo-for-passwprd-input.path" which addresses the issue of adding character echo functionality during password input in GRUB2.   This change aims to improve user experience by providing visual feedback when typing

Re: [RFC Discussion] Proposing an Unstable Repository for GRUB Development

2025-05-27 Thread Vladimir 'phcoder' Serbinenko
I appreciate your concern about pace of development and share them. However maintaining what is effectively 2 versions is twice as much effort and would only slow down both versions. We are already discussing among maintainers how we can improve the state of affairs but don't have anything ready fo

[RFC Discussion] Proposing an Unstable Repository for GRUB Development

2025-05-27 Thread Khalid Ali
Hey GRUB community, This RFC discussion is about proposing a less stable repository alongside the current official one. The issue I'd like to raise is the slow pace of development. While this slow development helps ensure stability, it can also become a barrier to introducing new features, lim

Re: [PATCH] luks2: Add attempting to decrypt message to align with luks and geli modules

2025-05-27 Thread Daniel Kiper
On Tue, May 27, 2025 at 11:28:45AM +0300, Egor Ignatov wrote: > Signed-off-by: Egor Ignatov Reviewed-by: Daniel Kiper Daniel ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel

Re: [PATCH v2 2/3] Option to set title of submenus

2025-05-27 Thread Jiří 'bindiff' Wolker via Grub-devel
Why specifying the text as direct argument to menu entry not enough? menuentry "Title" { } Sometimes, you can want to have some additional information, such as menu entry hotkey, in the submenu title (i.e., its label in the parent menu). This would result in cluttered menu titles. Consider

[PATCH v2 3/3] Documentation for the --menutitle option

2025-05-27 Thread Jiří ‘bindiff’ Wolker via Grub-devel
--- docs/grub.texi | 13 ++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/docs/grub.texi b/docs/grub.texi index 34b3484dc..5b5e40c49 100644 --- a/docs/grub.texi +++ b/docs/grub.texi @@ -1845,7 +1845,7 @@ definitions do not affect the exit status in @code{$?}. When exe

Re: [PATCH v2 2/3] Option to set title of submenus

2025-05-27 Thread Vladimir 'phcoder' Serbinenko
Why specifying the text as direct argument to menu entry not enough? menuentry "Title" { } Regards Vladimir 'phcoder' Serbinenko Le mar. 27 mai 2025, 15:57, Jiří Wolker via Grub-devel a écrit : > --- > grub-core/commands/menuentry.c | 47 ++ > 1 file change

[PATCH v2 2/3] Option to set title of submenus

2025-05-27 Thread Jiří Wolker via Grub-devel
--- grub-core/commands/menuentry.c | 47 ++ 1 file changed, 47 insertions(+) diff --git a/grub-core/commands/menuentry.c b/grub-core/commands/menuentry.c index 720e6d8ea..c68afae38 100644 --- a/grub-core/commands/menuentry.c +++ b/grub-core/commands/menuentry.c @@

[PATCH v2 1/3] Customization of GRUB menu title

2025-05-27 Thread Jiří Wolker via Grub-devel
Since these changes, the module ‘normal’ initializes environment variable ‘grub_menu_title’ with the previously hardcoded text. The variable is automatically exported, so it applies also to submenus. Scripts may change this variable to change the title of the menu. --- grub-core/normal/main.c |

[PATCH v2 0/3] Allow script-configurable GRUB menu title

2025-05-27 Thread Jiří 'bindiff' Wolker via Grub-devel
This patches allow setting custom title of menus in the GRUB menu-based interface. This introduces new environment variable ‘grub_menu_title’ which can be set by the script to override the title shown in the text-based GRUB menu. This replaces the “GNU GRUB  ” message, which was set to this fixed

Re: [PATCH 2/3] Option to set title of submenus

2025-05-27 Thread Jiří 'bindiff' Wolker via Grub-devel
Hi Jiří, Something like this below might be better here! [… source code fixes …] Hi Avnish, Thanks for you fix suggestions. I did not write anything in the GNU coding style for a long time. Also, using my default mail client was absolutely wrong (and lazy) decision – it did corrupt whitespac

Re: [PATCH 1/2] Exporting variables to upper levels

2025-05-27 Thread Avnish Chouhan
Message: 4 Date: Mon, 26 May 2025 19:22:38 +0200 From: Jiří 'bindiff' Wolker To: grub-devel@gnu.org Subject: [PATCH 1/2] Exporting variables to upper levels Message-ID: <853421b8-f534-45a9-9c21-0769148fc...@jwo.cz> Content-Type: text/plain; charset=UTF-8; format=flowed This adds new options ‘-g’

Re: Add character echo for password input

2025-05-27 Thread Jiří 'bindiff' Wolker via Grub-devel
I have submitted a patch  titled "lib-crypto-Add-character-echo-for- passwprd-input.path" which addresses the issue of adding character echo functionality during password input in GRUB2. This change aims to improve user experience by providing visual feedback when typing passwords. As a GR

Re: [PATCH 2/3] Option to set title of submenus

2025-05-27 Thread Avnish Chouhan
Message: 2 Date: Mon, 26 May 2025 20:18:26 +0200 From: Jiří Wolker To: grub-devel@gnu.org Cc: Jiří 'bindiff' Wolker Subject: [PATCH 2/3] Option to set title of submenus Message-ID: <87cybvdyml@gnat.mail-host-address-is-not-set> Content-Type: text/plain; charset=utf-8 --- grub-core/commands

Re: [PATCH 2/3] Option to set title of submenus

2025-05-27 Thread sudhakar
On 2025-05-26 23:48, Jiří Wolker via Grub-devel wrote: --- grub-core/commands/menuentry.c | 50 ++ 1 file changed, 50 insertions(+) diff --git a/grub-core/commands/menuentry.c b/grub-core/commands/menuentry.c index 720e6d8ea..c40b27d8b 100644 --- a/grub-core/co

Re: [PATCH v13 02/13] Import b64dec from gpg-error

2025-05-27 Thread Avnish Chouhan
Message: 2 Date: Sat, 24 May 2025 20:22:54 + From: Vladimir Serbinenko To: grub-devel@gnu.org Cc: Vladimir Serbinenko Subject: [PATCH v13 02/13] Import b64dec from gpg-error Message-ID: <20250524202424.840406-3-phco...@gmail.com> Imported from libgpg-error 1.51 Signed-off-by: Vladimir Serb

[PATCH] luks2: Add attempting to decrypt message to align with luks and geli modules

2025-05-27 Thread Egor Ignatov
Signed-off-by: Egor Ignatov --- grub-core/disk/luks2.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/grub-core/disk/luks2.c b/grub-core/disk/luks2.c index 8036d76ff..b17cd2115 100644 --- a/grub-core/disk/luks2.c +++ b/grub-core/disk/luks2.c @@ -579,6 +579,8 @@ luks2_recover_key (grub_disk