Lines Matching +full:documentation +full:- +full:service
1 .. SPDX-License-Identifier: GPL-2.0
16 done using the <Documentation/admin-guide/efi-stub.rst> or using a
22 ---------
24 Refer to <Documentation/admin-guide/efi-stub.rst> to learn how to use the EFI stub.
29 - Build the kernel with the following configuration::
40 - Create a VFAT partition on the disk with the EFI System flag
43 1. g - initialize a GPT partition table
44 2. n - create a new partition
45 3. t - change the partition type to "EFI System" (number 1)
46 4. w - write and save the changes
50 mkfs.fat /dev/<your-partition>
52 - Copy the boot files to the VFAT partition:
56 so that it will automatically get booted, see the <Documentation/admin-guide/efi-stub.rst> page
59 If you use a custom bootloader, refer to the relevant documentation for help on this part.
61 - If some or all EFI runtime services don't work, you can try following
68 turn off EFI reboot runtime service
70 - If the EFI memory map has additional entries not in the E820 map,