commit | f2594d928444fc4d593117db2da8c9ffa26433f7 | [log] [tgz] |
---|---|---|
author | Gerd Hoffmann <kraxel@redhat.com> | Thu Sep 05 16:12:09 2024 +0200 |
committer | Gerd Hoffmann <kraxel@redhat.com> | Mon Dec 16 07:31:28 2024 +0100 |
tree | fcf87ae7a03eaa34f089d4db1d09b3cbf48770dd | |
parent | 214191f6b57458814d279a53539d64c6e54e764b [diff] |
x86/loader: expose unpatched kernel Add a new "etc/boot/kernel" fw_cfg file, containing the kernel without the setup header patches. Intended use is booting in UEFI with secure boot enabled, where the setup header patching breaks secure boot verification. Needs OVMF changes too to be actually useful. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Message-ID: <20240905141211.1253307-5-kraxel@redhat.com>