Hey,
On Fri, Oct 25, 2024 at 01:59:25PM +0200, Valentin Gehrke wrote:
> Hey Daniel,
>
> did you have time yet to give the patch in my last email
> a try? I just want to make sure the email didn't get
> overlooked.
Sorry, it looks it fell through the cracks.
Anyway, I think I was going to ask you
Leo,
On Thu, Oct 10, 2024 at 03:43:18PM -0600, Leo Sandoval wrote:
> This is the first patch series, taken from Fedora Rawhide spec [1] that
> is distro-agnostic. The goal is to merge most of them so all the
> community/distros
> would benefit.
I think it will be much easier to deal with patches
On Thu, Oct 24, 2024 at 08:37:51PM -0500, Andrew Hamilton wrote:
> Currently the GRUB Manual has a few small issues captured in bug
> reports (54480, 62004, and 65152). These are related to issues in
> documentation for environment variables "pxe_default_server",
> "pxe_default_gateway"; incorrect
Adding Leo...
On Tue, Oct 29, 2024 at 03:57:18PM +0800, Michael Chang via Grub-devel wrote:
> The "cmdpath" environment variable is set at startup to the location
> from which the grub image is loaded. It includes a device part and,
> optionally, an absolute directory name if the grub image is boo
Hey,
CC-ing Vladimir...
On Sun, Oct 13, 2024 at 11:11:46PM +0200, Samuel Thibault wrote:
> Hello,
>
> For the debian installation CD, when using syslinux we can set an
> on-timeout entry which is different from the default entry. This is
> quite important because we want sighted people to be able
Multiboot modules that could not be read successfully (e.g. via network)
should not be added to the list of modules to forward to the operating
system that is to be booted subsequently.
This patch is necessary because even if a grub.cfg checks whether or not
a module was successfully downloaded, i
Hi Daniel,
Thanks for your feedback, comment inline.
On Wed, Oct 30, 2024 at 10:40 AM Daniel Kiper wrote:
> Leo,
>
> On Thu, Oct 10, 2024 at 03:43:18PM -0600, Leo Sandoval wrote:
> > This is the first patch series, taken from Fedora Rawhide spec [1] that
> > is distro-agnostic. The goal is to m
Multiboot modules that could not be read successfully (e.g. via network)
should not be added to the list of modules to forward to the operating
system that is to be booted subsequently.
This patch is necessary because even if a grub.cfg checks whether or not
a module was successfully downloaded, i
Correct the documentation for the grub.cfg searching via network that
will be done based on a given MAC address (was missing the Ethernet
Type - 01).
Fixes: https://savannah.gnu.org/bugs/?65152
Signed-off-by: Andrew Hamilton
Reviewed-by: Daniel Kiper
---
docs/grub.texi | 4 ++--
1 file changed
Currently the GRUB Manual has a few small issues captured in bug
reports (54480, 62004, and 65152). These are related to issues in
documentation for environment variables "pxe_default_server",
"pxe_default_gateway"; incorrect statement that "chainloader" does
not support secure boot; and an issue i
Correct documentation for secure boot with UEFI to remove statement that
chainloader does not work with secure boot, as this was added by a
previous GRUB update.
Fixes: https://savannah.gnu.org/bugs/?62004
Signed-off-by: Andrew Hamilton
Reviewed-by: Daniel Kiper
---
docs/grub.texi | 14 +++
Correct documentation for pxe_default_server, pxe_default_gatway, and
pxe_blksize. Only pxe_default_server is actually used (alias for
net_default_server) so capture this, and remove the other two.
Fixes: https://savannah.gnu.org/bugs/?54480
Signed-off-by: Andrew Hamilton
Reviewed-by: Daniel Kip
12 matches
Mail list logo