~ubuntu-core-dev/grub/+git/ubuntu:focal

Last commit made on 2022-12-02
Get this branch:
git clone -b focal https://git.launchpad.net/~ubuntu-core-dev/grub/+git/ubuntu
Members of Ubuntu Core Development Team can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
focal
Repository:
lp:~ubuntu-core-dev/grub/+git/ubuntu

Recent commits

b9dd8bf... by Julian Andres Klode

releasing package grub2 version 2.04-1ubuntu26.16

ee512e2... by Julian Andres Klode

grub-multi-install: Reset partition type between partitions

Reconfiguring shim-signed in a lxd VM offered /dev/sda as
an ESP, which is obviously wrong.

What happened is that it did not have any ID_PART_ENTRY_TYPE
or ID_PART_ENTRY_SCHEME properties set in udev, so the eval
did not set anything, and the values from the previous partition
were reused.

LP: #1997795

5aa833b... by Julian Andres Klode

releasing package grub2 version 2.04-1ubuntu26.15

9fc4212... by Mauricio Faria de Oliveira

Call hwmatch only on the grub-pc platform

Call hwmatch only on i386/pc as it is only available there.
This avoids "error: can't find command `hwmatch'." on e.g., x86_64/efi.

The equivalent behavior is linux_gfx_mode=keep because grub is special:
the `if hwmatch` clause is true on that error and `$match = 0` is true
too, as it is undefined (confirmed in grub shell.) A quick fix for now.

Before and After:

    grub> hwmatch
    error: can't find command `hwmatch'.

    grub> echo $grub_platform
    efi

    grub> echo $linux_gfx_mode
    keep

Signed-off-by: Mauricio Faria de Oliveira <email address hidden>

Bug-Ubuntu: https://bugs.launchpad.net/bugs/1840560
Bug-Debian: https://bugs.debian.org/990836
Forwarded: no
Last-Update: 2020-08-20
LP: #1840560

Gbp-Pq: Name 0241-Call-hwmatch-only-on-the-grub-pc-platform.patch

cb9f84c... by Julian Andres Klode

fixup release in changelog

6bfd89a... by Julian Andres Klode

releasing package grub2 version 2.04-1ubuntu26.14

0d4f2e3... by Julian Andres Klode

grub-check-signatures: Support gzip compressed kernels

LP: #1954683

2197bf9... by Julian Andres Klode

releasing package grub2 version 2.04-1ubuntu26.13

5a71e15... by Dimitri John Ledkov

grub-initrd-fallback.service, debian/grub-common.service: only start units when booted with grub. Use presence of /boot/grub/grub.cfg as proxy. LP: #1925507

721ae14... by Dimitri John Ledkov

grub-initrd-fallback.service: add wantedby sleep.target, after
sleep.target. The service will now start after resume from
hybernation. LP: #1929860