I've asked this question in the past and just havn't been able to get an
answer with a solution, or if I can even do what I want to do so I'm
going to throw it out here again.
I have a QEMU/KVM environment with flat disk images, no partitioning, no
MBR, just a ext filesystem. These instances a
On Wed, May 21, 2025 at 12:51:26PM +, Alec Brown wrote:
> A Unified Kernel Image is a single UEFI PE file that combines a UEFI boot
> stub,
> a Linux kernel image, an initrd, and further resources. The uki command will
> locate where the UKI file is and create a GRUB menu entry to load it.
>
>
> Hi Khalid Ali,
> For pointers, you have to use like port == NULL instead !port
Hi Sudhakar Kuppusamy,
Well i checked on entire source tree to look for some consistency pattern,
and basically both are valid and used. I think it is matter of code author
preference. Beside i didn't write the cod
Hi,
i made a hopefully harmless change to grub-install-common.c in order to
avoid that backup files of /boot/grub/locale/*.mo get copied into
the resulting ISO image of grub-mkrescue when more than one
platform-target combination is configured. E.g. "x86_64-efi" together
with "i386-pc".
Begin of t
Dear GRUB2 Maintainers,
Thank you very much to Jiří "bindiff" Wolker for the excellent suggestion.
Based on his feedback, I have implemented support for a new boolean environment variable called echo_password,
which allows users to control whether characters are echoed (as *) when entering pass
Hi Alec,
I believe you're are right. Making "do while" a "while" will not make
any difference for the infinite scenario.
Adding a check which you mentioned "checking a value after removing the
excess" will resolve the concerns I raised.
Thank you!
Regards,
Avnish Chouhan
Reviewed-by: Avnish
On 2025-05-29 21:47, Khalid Ali wrote:
Fix possible and absolute memory leaks of "handles"
returned by grub_efi_locate_handle() using grub_malloc().
Signed-off-by: Khalid Ali
---
grub-core/commands/efi/lsefi.c | 1 +
grub-core/commands/efi/tpm.c | 2 ++
grub-core/term/efi/serial.c| 4 ++-