Merge ~xypron/grub:disable_lf2 into ~ubuntu-core-dev/grub/+git/ubuntu:ubuntu
Proposed by
Heinrich Schuchardt
Status: | Merged |
---|---|
Merged at revision: | c411c65c28035c4b7a6e5e25f04376513dd039a8 |
Proposed branch: | ~xypron/grub:disable_lf2 |
Merge into: | ~ubuntu-core-dev/grub/+git/ubuntu:ubuntu |
Diff against target: |
78 lines (+64/-0) 2 files modified
debian/patches/series (+1/-0) debian/patches/ubuntu-disable-LOAD-FILE2-protocol-for-initrd-on-ARM.patch (+63/-0) |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
dann frazier | Approve | ||
Review via email:
|
Commit message
Disable LOAD FILE2 protocol for initrd on ARM
RISC-V cannot load the initrd without the LOAD FILE2 protocol.
Currently the LOAD FILE2 protocol does not work with PXE due to a preboot
hook invoking grub_net_fini_hw().
So let's disable this for ARM until a solution has been agreed on with
To post a comment you must log in.
I can't see this from the patch itself, but is the variable initialized at the declaration? Because it is set explicitly to 0 later if kernel not new enough, so I am wondering