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
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
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
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
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
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
---
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
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
---
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
@@
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 |
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
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
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’
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
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
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
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
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
18 matches
Mail list logo