Package: grub2 / 2.14~git20250718.0e36779-2
Metadata
| Package | Version | Patches format |
|---|---|---|
| grub2 | 2.14~git20250718.0e36779-2 | 3.0 (quilt) |
Patch series
view the series file| Patch | File delta | Description |
|---|---|---|
| upstream/fs xfs Handle root inode read failure in grub_xfs_mount.patch | (download) |
grub-core/fs/xfs.c |
2 2 + 0 - 0 ! |
fs/xfs: handle root inode read failure in grub_xfs_mount Signed-off-by: Egor Ignatov <egori@altlinux.org> |
| upstream/zfs fix LINUX_ROOT_DEVICE when grub probe fails.patch | (download) |
util/grub.d/10_linux.in |
2 1 + 1 - 0 ! |
zfs: fix linux_root_device when grub-probe fails When grub-probe fails, the current code is to just stuff an empty result in which causes the user to not knowingly have a system that no longer boots. grub-probe can fail because the ZFS pool that contains the root filesystem might have features that grub does not yet support which is a common configuration for people with a rpool and a bpool. This behavior uses the zdb utility to dump the same value as the filesystem label would print. Signed-off-by: Doug Goldstein <cardoe@cardoe.com> |
| upstream/Add noescape argument to cmdline creation.patch | (download) |
grub-core/lib/cmdline.c |
40 24 + 16 - 0 ! |
add "noescape" argument to cmdline creation |
| upstream/Check out missing distfiles from upstream git branch.patch | (download) |
grub-core/lib/libgcrypt-patches/01_md.patch |
124 124 + 0 - 0 ! |
check out missing distfiles from upstream git branch These files are missing from the release tarball due to upstream Makefile mistakes. Should be fixed by the real 2.14 release, so this is just a temporary workaround that we will drop. |
| install signed.patch | (download) |
util/grub-install.c |
220 155 + 65 - 0 ! |
install signed images if uefi secure boot is enabled MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit |
| grub install extra removable.patch | (download) |
util/grub-install.c |
110 108 + 2 - 0 ! |
add support for forcing efi installation to the removable media path Add an extra option to grub-install "--force-extra-removable". On EFI platforms, this will cause an extra copy of the grub-efi image to be written to the appropriate removable media patch /boot/efi/EFI/BOOT/BOOT$ARCH.EFI as well. This will help with broken UEFI implementations where the firmware does not work when configured with new boot paths. Signed-off-by: Steve McIntyre <93sam@debian.org> Bug-Debian: https://bugs.debian.org/767037 https://bugs.debian.org/773092 |
| grub install removable shim.patch | (download) |
util/grub-install.c |
84 67 + 17 - 0 ! |
deal with --force-extra-removable with signed shim too In this case, we need both the signed shim as /EFI/BOOT/BOOTXXX.EFI and signed Grub as /EFI/BOOT/grubXXX.efi. Also install the BOOTXXX.CSV into /EFI/debian, and FBXXX.EFI into /EFI/BOOT/ so that it can work when needed (*iff* we're updating the NVRAM). [cjwatson: Refactored also_install_removable somewhat for brevity and so that we're using consistent case-insensitive logic.] Bug-Debian: https://bugs.debian.org/930531 |
| upstream/util bash completion.d Makefile.am s mkrescure mkrescue g.patch | (download) |
util/bash-completion.d/Makefile.am |
4 2 + 2 - 0 ! |
util/bash-completion.d/makefile.am: s/mkrescure/mkrescue/g This is a typo that was stopping this bash-completion from being installed. Signed-off-by: Mate Kukri <mate.kukri@canonical.com> |
