Re: small mkconfig patch

2024-09-26 Thread Marta Lewandowska
On fedora. centos, rhel-9 (and rhel-10 once released) etc, the main config file is at /boot/grub2/grub.cfg -marta On Thu, Sep 26, 2024 at 10:00 AM Mate Kukri wrote: > The main GRUB2 config is still at /boot/grub/grub.cfg on Debian and > its derivatives today. > > Mate > > On Wed, Sep 25, 2024 a

Re: small mkconfig patch

2024-09-26 Thread Mate Kukri
The main GRUB2 config is still at /boot/grub/grub.cfg on Debian and its derivatives today. Mate On Wed, Sep 25, 2024 at 10:54 PM Ross Philipson via Grub-devel wrote: > > On 9/25/24 11:45 AM, gabriel.barros wrote: > > Hi. With most every project using .conf nowadays, i happened to waste > > some

grub menu gets stuck issue report and fix patch merge request

2024-09-26 Thread 段亚勇 via Grub-devel
Hi All, *We are working on Debian 10 OS version and Intel Xeon-2775TE HW model platform. We found a grub issue that grub menu will be stuck with a 1/200 ratio in AC power on/off stress test. After multiple validation and we co-worked with Intel, we found the root cause is unreliable "rdtsc" instru

grub menu gets stuck issue report and fix patch merge request

2024-09-26 Thread 段亚勇 via Grub-devel
Sorry for correcting the mail address from sunm...@huaqin.com to simon@huaqin.com. --- Best Regards, 段亚勇 Data-SYS-STE-操作系统 上海市杨浦区抖音新江湾广场 T2B 3F --- From: "段亚勇" Date:

Re: [PATCH 0/4] Various test fixes proposed by Thomas Schmitt

2024-09-26 Thread Glenn Washburn
On Mon, 23 Sep 2024 17:52:00 +0200 "Thomas Schmitt" wrote: > Hi, > > The patches apply without complaints by "git am". > > But when i run (again as superuser, shudder): > > make check TESTS=grub_cmd_cryptomount > > i still get in /tmp the empty direcories /tmp/17*.LUKS2_*. > > > Minor nit

Re: [PATCH] Change "efi" to "EFI" in grub-mkrescue for secure boot

2024-09-26 Thread Askar Safin via Grub-devel
Hi, Adrian.   On Sat, 14 Sep 2024 17:56:17 +0400  adrian15sgd  wrote ---  > Well, that needs more detailed explanation. Debian has 4 signed GRUB images ( https://salsa.debian.org/grub-team/grub/-/blob/master/debian/build-efi-images?ref_type=heads ) (I will refer to this file as "build-efi-

Re: [PATCH 0/4] Various test fixes proposed by Thomas Schmitt

2024-09-26 Thread Glenn Washburn
On Thu, 26 Sep 2024 22:44:20 +0200 "Thomas Schmitt" wrote: > Hi, > > i wrote: > > > I meanwhile forgot why i proposed > > > > +unset TMPDIR > > > but there was some theoretical reason for this ... > > Glenn Washburn wrote: > > My guess was that you wanted to unexport TMPDIR. > > Yes. The r

Re: [PATCH 0/4] Various test fixes proposed by Thomas Schmitt

2024-09-26 Thread Thomas Schmitt via Grub-devel
Hi, i wrote: > > I meanwhile forgot why i proposed > > > +unset TMPDIR > > but there was some theoretical reason for this ... Glenn Washburn wrote: > My guess was that you wanted to unexport TMPDIR. Yes. The reason was that i wanted to limit the effect of exporting to the run of grub-shell-l