diff options
author | Jan Janssen <medhefgo@web.de> | 2022-10-31 09:52:56 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2022-10-31 11:08:13 +0100 |
commit | 6e50cf38a6196af0d46b274c29125b6e58d310bb (patch) | |
tree | 1db0f864d089f779fc8d146d441e94dc647c2db8 /man/systemd-stub.xml | |
parent | Merge pull request #25193 from takaswie/topic/udev/builtin/hwdb/ieee1394/supp... (diff) | |
download | systemd-6e50cf38a6196af0d46b274c29125b6e58d310bb.tar.xz systemd-6e50cf38a6196af0d46b274c29125b6e58d310bb.zip |
NEWS: Clarify overlapping UKI PE section offsets
Diffstat (limited to 'man/systemd-stub.xml')
-rw-r--r-- | man/systemd-stub.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/man/systemd-stub.xml b/man/systemd-stub.xml index dacf0fa7a7..415d663f53 100644 --- a/man/systemd-stub.xml +++ b/man/systemd-stub.xml @@ -396,6 +396,10 @@ /usr/lib/systemd/boot/efi/linuxx64.efi.stub \ foo-unsigned.efi</programlisting> + <para>Note that these PE section offsets are example values and a properly assembled image must not + contain any overlapping sections (this includes already existing sections inside the stub before + assembly) or boot may fail.</para> + <para>This generates one PE executable file <filename>foo-unsigned.efi</filename> from the six individual files for OS release information, kernel command line, boot splash image, kernel image, main initrd and UEFI boot stub.</para> |