~daxtens/grub/+git/ubuntu:fresh-initrd-less-boot

Last commit made on 2018-09-20
Get this branch:
git clone -b fresh-initrd-less-boot https://git.launchpad.net/~daxtens/grub/+git/ubuntu
Only Daniel Axtens can upload to this branch. If you are Daniel Axtens please log in for upload directions.

Branch merges

Branch information

Name:
fresh-initrd-less-boot
Repository:
lp:~daxtens/grub/+git/ubuntu

Recent commits

17de372... by Ɓukasz Zemczak

debian/patches/add-initrd-less-boot-fallback.patch: add initrd-less boot capabilities.

55c1502... by Chris Glass

Added initrd-less boot capabilities.

In case the kernel fails to boot without an initrd, grub will fallback
to trying to boot the kernel with an initrd.

Signed-off-by: Steve Langasek <email address hidden>

Patch-Name: add-initrd-less-boot-fallback.patch

9745b3c... by Steve Langasek

use dh_systemd to enable the initrd fallback handling unit

c3e65b8... by Mathieu Trudel-Lapierre

releasing package grub2 version 2.02+dfsg1-5ubuntu4

9cd8d73... by Mathieu Trudel-Lapierre

debian/patches/linuxefi_fix_relocate_coff.patch: fix typo in relocate_coff() causing issues with relocation of code in chainload. (LP: #1792575)

bfe7c89... by Laszlo Ersek (Red Hat)

efi/chainloader: fix wrong sanity check in relocate_coff()

In relocate_coff(), the relocation entries are parsed from the original
image (not the section-wise copied image). The original image is
pointed-to by the "orig" pointer. The current check

  (void *)reloc_end < data

compares the addresses of independent memory allocations. "data" is a typo
here, it should be "orig".

Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1347291
Signed-off-by: Laszlo Ersek <email address hidden>
Tested-by: Bogdan Costescu <email address hidden>
Tested-by: Juan Orti <email address hidden>
Patch-Name: linuxefi_fix_relocate_coff.patch

24125e3... by dann frazier

releasing package grub2 version 2.02+dfsg1-5ubuntu3

c1b1035... by dann frazier

debian/patches/grub-reboot-warn.patch: Warn when "for the next boot only" promise cannot be kept. (LP: #788298)

8a775a3... by dann frazier

grub-reboot: Warn when "for the next boot only" promise cannot be kept

The "for the next boot only" property of grub-reboot is dependent upon
GRUB being able to clear the next_entry variable in the environment
block. However, GRUB cannot write to devices using the diskfilter
and lvm abstractions.

Ref: https://lists.gnu.org/archive/html/grub-devel/2009-12/msg00276.html
Ref: https://bugs.launchpad.net/bugs/788298

Signed-off-by: dann frazier <email address hidden>
Reviewed-by: Daniel Kiper <email address hidden>

Patch-Name: grub-reboot-warn.patch
Last-Updated: 2018-09-13

ceb9a81... by Mathieu Trudel-Lapierre

releasing package grub2 version 2.02+dfsg1-5ubuntu2