[bug #64475] grub failed to initrd /boot/amd-ucode.img in btrfs partition with bees

2023-10-10 Thread INVALID.NOREPLY
Follow-up Comment #6, bug #64475 (project grub): It happened to me too and I'd like to receive notifications on this bug (I didn't figure out another way besides leaving a comment). ___ Reply to this item at:

[bug #59409] cryptomount: introduce argon2i support

2023-09-09 Thread INVALID.NOREPLY
Follow-up Comment #1, bug #59409 (project grub): Is this a duplicate bug of #55093 (https://savannah.gnu.org/bugs/index.php?55093)? ___ Reply to this item at:

[bug #64385] Add GRUB_CMDLINE_LINUX_* variable for recovery mode only

2023-07-12 Thread INVALID.NOREPLY
Follow-up Comment #1, bug #64385 (project grub): We see the problem lies in /etc/grub.d/10_linux if [ -x /lib/recovery-mode/recovery-menu ]; then GRUB_CMDLINE_LINUX_RECOVERY=recovery else GRUB_CMDLINE_LINUX_RECOVERY=single GRUB_CMDLINE_LINUX_RECOVERY gets born here, with no way for the

[bug #64385] Add GRUB_CMDLINE_LINUX_* variable for recovery mode only

2023-07-05 Thread INVALID.NOREPLY
URL: Summary: Add GRUB_CMDLINE_LINUX_* variable for recovery mode only Group: GNU GRUB Submitter: jidanni Submitted: Wed 05 Jul 2023 03:17:19 PM UTC Category: None

[bug #62719] grub2-mkconfig generates invalid configuration with motherboards that do not support EFI.

2023-06-28 Thread INVALID.NOREPLY
Follow-up Comment #1, bug #62719 (project grub): It looks like you're on Fedora and so you have a GRUB modified by them. The official repo does not replect the contents of the uefi-firmware script. Please take this issue up with your distro.

[bug #64262] Unknown kernel command line parameters "BOOT_IMAGE=/boot/...", will be passed to user space.

2023-05-29 Thread INVALID.NOREPLY
URL: Summary: Unknown kernel command line parameters "BOOT_IMAGE=/boot/...", will be passed to user space. Group: GNU GRUB Submitter: jidanni Submitted: Mon 29 May 2023 06:00:20 PM UTC

[bug #41801] Please provide a possibility in /etc/default/grub to pass --unrestricted to all menuentries

2023-04-19 Thread INVALID.NOREPLY
Follow-up Comment #4, bug #41801 (project grub): Is there any movement on this? This feature request has been open for nearly 10 years As Axel Beckert stated, this is vital for enterprise Linux workstation deployments. In its current state, there is no clean way to prevent modifying grub

[bug #61190] Vary slow rendering speen with HiDPI screen

2023-02-27 Thread INVALID.NOREPLY
Follow-up Comment #2, bug #61190 (project grub): I'm also experiencing the same issue, and lowering the GFXMODE resolution only reduced the keyboard input lag for me. The workaround that really fixed it was setting the terminal output to console only: /etc/default/grub.d$ cat custom.cfg

[bug #62920] Memory address error when booting from LUKS-encrypted /boot

2022-08-25 Thread INVALID.NOREPLY
Follow-up Comment #1, bug #62920 (project grub): I'm new here and I have created an account just for this issue. I would vote instead of leaving a comment, but I don't really understand how the votes work here :/ so I would be glad if this is fixed soon, since I am not the only one who has this

[bug #62886] Wrong $cmdpath when booting from an optical disc

2022-08-11 Thread INVALID.NOREPLY
Follow-up Comment #3, bug #62886 (project grub): [comment #1 comment #1:] > FAT is case-insensitive While the El Torito image from which GRUB is launched is FAT, (cd0) which GRUB uses in its $cmdpath is ISO 9660 + Rock Ridge + Joliet. ___

[bug #62886] Wrong $cmdpath when booting from an optical disc

2022-08-11 Thread INVALID.NOREPLY
Follow-up Comment #2, bug #62886 (project grub): The issue is that configfile ${cmdpath}/grub.cfg doesn't work since $cmdpath is (cd0)/EFI/Boot. configfile (cd0)/EFI/Boot/grub.cfg doesn't work, while configfile (cd0)/EFI/BOOT/grub.cfg works. P.S. Sorry, I made a copy-paste fail in the

[bug #62886] Wrong $cmdpath when booting from an optical disc

2022-08-11 Thread INVALID.NOREPLY
URL: Summary: Wrong $cmdpath when booting from an optical disc Project: GNU GRUB Submitter: nl6720 Submitted: Thu 11 Aug 2022 12:55:39 PM EEST Category: Booting

[bug #62579] Newline characters are missing in grub-file.1

2022-06-03 Thread INVALID.NOREPLY
URL: Summary: Newline characters are missing in grub-file.1 Project: GNU GRUB Submitter: ribbon Submitted: Fri 03 Jun 2022 10:43:29 PM UTC Category: Documentation

[bug #61233] grub 2.06 (fedora 34) grub-core kern disk_common.c:47 attempt to read or write outside of disk

2021-09-28 Thread INVALID.NOREPLY
Follow-up Comment #1, bug #61233 (project grub): It looks like vgDATA-data has an XFS filesystem. XFS was recently broken and I believe that's the cause of your issue. Since you're not booting of vgDATA-data it doesn't cause your boot to fail. If this is indeed the XFS bug, its been fixed in

[bug #60067] grub-install --core-compress option broken (trivial fix)

2021-09-24 Thread INVALID.NOREPLY
Follow-up Comment #1, bug #60067 (project grub): Yep, you'll be happy to hear this has been known for at least 3 years along with the solution. See: https://lists.gnu.org/archive/html/grub-devel/2018-09/msg00018.html I actually created a patch many months ago implemented similar to what you

[bug #60211] error: verification requested but nobody cares

2021-05-02 Thread INVALID.NOREPLY
Follow-up Comment #3, bug #60211 (project grub): [comment #0 original submission:] > I have detailed the steps on how to reproduce this issue: > https://md.archlinux.org/F1JuYj5xQtWyhvH8_ilErg Having the same problem when trying to use only my own keys (following the arch-wiki guide without shim

[bug #60067] grub-install --core-compress option broken (trivial fix)

2021-02-16 Thread INVALID.NOREPLY
URL: Summary: grub-install --core-compress option broken (trivial fix) Project: GNU GRUB Submitted by: ratter Submitted on: Tue 16 Feb 2021 03:52:43 PM UTC Category: Installation

[bug #59520] Dynamically append luks key to initramfs to avoid having it stored on system

2020-12-18 Thread INVALID.NOREPLY
Follow-up Comment #3, bug #59520 (project grub): What does (proc)/ have to do with it? I presume you're referring to (proc)/luks_script. While this does show the master key for the luks volume, how is that a solution to passing the key to the initrd environment? I do not believe that this issue

[bug #59520] Dynamically append luks key to initramfs to avoid having it stored on system

2020-12-17 Thread INVALID.NOREPLY
Follow-up Comment #1, bug #59520 (project grub): Seems like this might be an idea who time has come. I recently realized this earlier this year and implemented it in my setup. Actually, no changes to grub are required. Just create your initrd with the key, and then when booting add the new

[bug #59713] some test scripts don't work when using dash as shell

2020-12-17 Thread INVALID.NOREPLY
URL: Summary: some test scripts don't work when using dash as shell Project: GNU GRUB Submitted by: g10 Submitted on: Thu 17 Dec 2020 08:24:58 PM UTC Category: None

[bug #59437] garbled GRUB screen on first boot

2020-11-18 Thread INVALID.NOREPLY
Additional Item Attachment, bug #59437 (project grub): File name: 20201119_072527.jpgSize:258 KB ___ Reply to this item at:

[bug #59437] garbled GRUB screen on first boot

2020-11-09 Thread INVALID.NOREPLY
URL: Summary: garbled GRUB screen on first boot Project: GNU GRUB Submitted by: durdin Submitted on: Tue 10 Nov 2020 06:56:35 AM UTC Category: Booting Severity: Major

[bug #59240] Enumerating VBE modes can abort halfway through

2020-10-09 Thread INVALID.NOREPLY
URL: Summary: Enumerating VBE modes can abort halfway through Project: GNU GRUB Submitted by: qwertial Submitted on: Fri 09 Oct 2020 08:18:13 AM UTC Category: User Interface

[bug #58934] No documentation on grub scripting syntax

2020-08-10 Thread INVALID.NOREPLY
URL: Summary: No documentation on grub scripting syntax Project: GNU GRUB Submitted by: g10 Submitted on: Mon 10 Aug 2020 09:40:43 PM UTC Category: Documentation

[bug #58914] Building i386-emu on an x86_64 machine fails

2020-08-07 Thread INVALID.NOREPLY
URL: Summary: Building i386-emu on an x86_64 machine fails Project: GNU GRUB Submitted by: g10 Submitted on: Sat 08 Aug 2020 02:14:20 AM UTC Category: Documentation

[bug #58913] Allow rescue parser to parse comments

2020-08-07 Thread INVALID.NOREPLY
URL: Summary: Allow rescue parser to parse comments Project: GNU GRUB Submitted by: g10 Submitted on: Sat 08 Aug 2020 01:52:45 AM UTC Category: None Severity: Major

[bug #55093] Add LUKS2 support

2020-01-10 Thread INVALID.NOREPLY
Follow-up Comment #8, bug #55093 (project grub): [comment #5 comment #5:] > Yay, this is implemented in https://git.savannah.gnu.org/cgit/grub.git/commit/?id=365e0cc3e7e44151c14dd29514c2f870b49f9755 Awesome! Thanks to everyone involved in getting this implemented!

[bug #57298] translation problem in 2.04-pre1

2019-11-25 Thread INVALID.NOREPLY
URL: Summary: translation problem in 2.04-pre1 Project: GNU GRUB Submitted by: kulu Submitted on: lun. 25 nov. 2019 17:51:20 UTC Category: Configuration Severity:

[bug #56530] grub.cfg generated in wrong location

2019-10-19 Thread INVALID.NOREPLY
Follow-up Comment #1, bug #56530 (project grub): I don't have the same problem, maybe is a old problem. You could copy the file manually anyway. ___ Reply to this item at:

[bug #56070] Allow environmental access to all variables

2019-04-03 Thread INVALID.NOREPLY
URL: Summary: Allow environmental access to all variables Project: GNU GRUB Submitted by: jidanni Submitted on: Thu 04 Apr 2019 04:34:23 AM UTC Category: Configuration

[bug #55718] Command-line interface gotchas

2019-02-18 Thread INVALID.NOREPLY
Follow-up Comment #2, bug #55718 (project grub): There are video test commands. Add audio test commands. And hopefully ones that will play a sound. (Yes, we know about GRUB_INIT_TUNE) ___ Reply to this item at:

[bug #55718] Command-line interface gotchas

2019-02-18 Thread INVALID.NOREPLY
Follow-up Comment #1, bug #55718 (project grub): On (info "(grub) echo") ... '\t' horizontal tab '\v' vertical tab When interpreting backslash escapes, backslash followed by any other character will print that character. Say if you mean "any other

[bug #55718] Command-line interface gotchas

2019-02-15 Thread INVALID.NOREPLY
URL: Summary: Command-line interface gotchas Project: GNU GRUB Submitted by: jidanni Submitted on: Fri 15 Feb 2019 11:59:00 PM UTC Category: Documentation Severity:

[bug #51712] Issue with serial console redirection being lost over IPMI when booting to dos

2017-10-05 Thread INVALID.NOREPLY
Follow-up Comment #1, bug #51712 (project grub): Judging from the documentation I can find, all IPMI serial-over-LAN does is redirect serial port traffic to a network connection. This functionality doesn't seem include capturing writes to video memory, whether directly or via BIOS calls: the

[bug #50438] mention pager at bottom of help

2017-03-02 Thread INVALID.NOREPLY
Follow-up Comment #1, bug #50438 (project grub): And put a box around it. ___ Reply to this item at: ___ Message sent via/by Savannah

[bug #50438] mention pager at bottom of help

2017-03-02 Thread INVALID.NOREPLY
URL: Summary: mention pager at bottom of help Project: GNU GRUB Submitted by: jidanni Submitted on: Thu 02 Mar 2017 11:16:15 PM UTC Category: None Severity: Major

[bug #46616] grub-mkimage ignores the -C option for certain platforms without a warning

2016-07-05 Thread INVALID.NOREPLY
Follow-up Comment #4, bug #46616 (project grub): Yes, sir. I just wanted to inspect whether the generated image was correct by looking at the hexdump, and compression was getting in the way. (The problem was alignment, it turned out.) I don't really care which way it gets resolved; I solved my

[bug #46616] grub-mkimage ignores the -C option for certain platforms without a warning

2015-12-16 Thread INVALID.NOREPLY
Follow-up Comment #2, bug #46616 (project grub): Yes. Well, it's for debugging mostly. I was doing a port for fun, had GRUB built for i386-pc, and I was wondering why the image doesn't detect the embedded modules. The image size wasn't a problem for me because I loaded it through qemu -kernel

[bug #46616] grub-mkimage ignores the -C option for certain platforms without a warning

2015-12-06 Thread INVALID.NOREPLY
URL: Summary: grub-mkimage ignores the -C option for certain platforms without a warning Project: GNU GRUB Submitted by: qwertial Submitted on: dim. 06 déc. 2015 14:17:54 GMT

[bug #45310] Building with "915resolution.c" from grub-extras fails.

2015-11-30 Thread INVALID.NOREPLY
Follow-up Comment #2, bug #45310 (project grub): Still fails to compile for i386-pc, with this message: __divdi3 in 915resolution is not defined Building for x86_64-efi works fine. I figure GRUB_DIVISION_IN_SOFTWARE should be enabled for i386 too.

[bug #44258] grub-install is not built on the none platform

2015-02-15 Thread INVALID.NOREPLY
URL: http://savannah.gnu.org/bugs/?44258 Summary: grub-install is not built on the none platform Project: GNU GRUB Submitted by: qwertial Submitted on: dim. 15 févr. 2015 10:51:13 GMT Category: Compilation

[bug #43307] make pager=1 default or at least mention it on the greeter screen

2014-09-27 Thread INVALID.NOREPLY
URL: http://savannah.gnu.org/bugs/?43307 Summary: make pager=1 default or at least mention it on the greeter screen Project: GNU GRUB Submitted by: jidanni Submitted on: Sat 27 Sep 2014 01:07:17 PM GMT Category: User

[bug #41030] grub-install does not check arguments for sanity before proceeding

2013-12-29 Thread INVALID.NOREPLY
URL: http://savannah.gnu.org/bugs/?41030 Summary: grub-install does not check arguments for sanity before proceeding Project: GNU GRUB Submitted by: qwertial Submitted on: Sun 29 Dec 2013 09:20:19 PM GMT Category:

[bug #41031] mingw: bad defaults for grub-install

2013-12-29 Thread INVALID.NOREPLY
URL: http://savannah.gnu.org/bugs/?41031 Summary: mingw: bad defaults for grub-install Project: GNU GRUB Submitted by: qwertial Submitted on: Sun 29 Dec 2013 10:02:52 PM GMT Category: None Severity: Major

[bug #41012] Loading cbmemc.mod makes GRUB abort

2013-12-27 Thread INVALID.NOREPLY
URL: http://savannah.gnu.org/bugs/?41012 Summary: Loading cbmemc.mod makes GRUB abort Project: GNU GRUB Submitted by: qwertial Submitted on: Fri 27 Dec 2013 02:24:06 PM GMT Category: None Severity: Major

[bug #39892] AHCI: no support for optical drives

2013-11-20 Thread INVALID.NOREPLY
Follow-up Comment #1, bug #39892 (project grub): Latest git snapshot fully detects the drive and reads media correctly, but there is still a noticeable delay when there is no medium present when accessing the drive. Can something be done about this?