引导加载程序接口#
systemd can interface with the boot loader
to receive performance data and other information,
and pass control information.
This is only supported on EFI systems.
Data is transferred between the boot loader and systemd in EFI variables.
All EFI variables use the vendor UUID 4a67b082-0a4c-41cf-b6c7-440b29bb8c4f.
Variables will be listed below using the Linux efivarfs naming,
<name>-<vendoruuid>.
The EFI Variable
LoaderTimeInitUSec-4a67b082-0a4c-41cf-b6c7-440b29bb8c4fcontains the timestamp in microseconds when the loader was initialized. This value is the time spent in the firmware for initialization. It is formatted as numeric, NUL-terminated, decimal string, in UTF-16.