lp:~juliank/grub/+git/ubuntu

Get this repository:
git clone https://git.qastaging.paddev.net/~juliank/grub/+git/ubuntu
Only Julian Andres Klode can upload to this repository. If you are Julian Andres Klode please log in for upload directions.

Branches

Name Last Modified Last Commit
for-fedora 2022-12-06 14:56:07 UTC
Allow internal grub allocations over 4GB

Author: Julian Andres Klode
Author Date: 2022-12-06 14:29:13 UTC

Allow internal grub allocations over 4GB

Previous commits introduced support for loading kernel and
initrd over 4GB if necessary, but only for the actual loading.

Grub also needs to load large initrds into memory as part of
the verifiers framework.

Increase the maximum allocation limit to the maximum usable
address, and at the same time, to preserve existing behavior,
define a 4G limit that behaves like the old one.

Signed-off-by: Julian Andres Klode <julian.klode@canonical.com>

grub-multi-install-discovery 2022-11-24 15:05:31 UTC
grub-multi-install: Reset partition type between partitions

Author: Julian Andres Klode
Author Date: 2022-06-23 07:51:45 UTC

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

boot-complete 2022-10-12 12:43:33 UTC
grub-common.service: Add After/Requires=boot-complete.target

Author: Julian Andres Klode
Author Date: 2022-10-12 12:36:26 UTC

grub-common.service: Add After/Requires=boot-complete.target

LP: #1992643

ubuntu 2021-12-08 16:15:11 UTC
releasing package grub2 version 2.06-2ubuntu2

Author: Julian Andres Klode
Author Date: 2021-12-08 16:15:11 UTC

releasing package grub2 version 2.06-2ubuntu2

fix-esp-debconf-migration 2020-04-14 12:45:01 UTC
Display disk name and size again in ESP prompts

Author: Julian Andres Klode
Author Date: 2020-04-14 12:39:28 UTC

Display disk name and size again in ESP prompts

This was lost during cleanup of the branch, where the usage
of grub-mkdevicemap was dropped - original code created a
list of disks, and then iterated over those disks, and all
partitions, finding the ones matching belonging to the disk;
it did that because it was grouping partitions by disk - which
does not make sense here, as disks are not suitable install
devices by themselves.

Looking at postinst.in, it matched a parition to a disk by
doing:

  if [ "${partition_id#$disk_id-part}" != "$partition_id" ]; then

aka, it stripped the disk id and "-part" from the partition and
checked that this did something.

This means we can still easily get the device ($disk-id): we
just strip of "-part*" at the end.

resilient-boot 2020-04-09 10:19:05 UTC
Run debconf-updatepo

Author: Julian Andres Klode
Author Date: 2020-04-09 10:19:05 UTC

Run debconf-updatepo

bionic 2020-03-11 16:29:54 UTC
change version to 2.02-2ubuntu8.15 (UNRELEASED)

Author: Julian Andres Klode
Author Date: 2020-03-11 16:29:36 UTC

change version to 2.02-2ubuntu8.15 (UNRELEASED)
Make the linux command in EFI grub always try EFI handover; thanks
to Chris Coulson for the patches (LP: #1864533)

ubuntu-bionic 2020-03-11 16:04:59 UTC
change version to 2.02-2ubuntu8.2 (UNRELEASED)

Author: Julian Andres Klode
Author Date: 2020-03-11 16:04:03 UTC

change version to 2.02-2ubuntu8.2 (UNRELEASED)
Make the linux command in EFI grub always try EFI handover; thanks
to Chris Coulson for the patches (LP: #1864533)

eoan 2020-03-11 15:56:00 UTC
change version to 2.04-1ubuntu12.2 (UNRELEASED)

Author: Julian Andres Klode
Author Date: 2020-03-11 15:55:47 UTC

change version to 2.04-1ubuntu12.2 (UNRELEASED)
Make the linux command in EFI grub always try EFI handover; thanks
to Chris Coulson for the patches (LP: #1864533)

ofnet-bootpath-parser-fix 2018-08-23 17:21:23 UTC
merge patched-ubuntu into ubuntu

Author: Julian Andres Klode
Author Date: 2018-08-23 17:21:22 UTC

merge patched-ubuntu into ubuntu

juliank/check-signed-kernels 2018-07-13 08:43:22 UTC
Adjust for review comments

Author: Julian Andres Klode
Author Date: 2018-07-13 08:43:22 UTC

Adjust for review comments

111 of 11 results
This repository contains Public information 
Everyone can see this information.