efibootmgr パッケージは EFI 変数を操作するツールおよびライブラリを提供します。
LFS や依存パッケージが本ブックに示す最新安定バージョンでなかった場合には、BLFS 開発版においては、パッケージのビルドや処理実行が適切に行われないことがあります。
ダウンロード (HTTP): https://github.com/rhboot/efibootmgr/archive/18/efibootmgr-18.tar.gz
ダウンロード MD5 sum: e170147da25e1d5f72721ffc46fe4e06
ダウンロードサイズ: 48 KB
必要ディスク容量: 1.1 MB
概算ビルド時間: 0.1 SBU 以下
Build efibootmgr with the following commands:
make EFIDIR=LFS EFI_LOADER=grubx64.efi
このパッケージにテストスイートはありません。
root
ユーザーになって以下を実行します。
make install EFIDIR=LFS
EFIDIR=LFS
: This option
specifies the distro's subdirectory name under /boot/efi/EFI
. The building system of this
package needs it to be set explicitly.
EFI_LOADER=grubx64.efi
:
This option specifies the name of the default EFI boot loader. It
is set to match the EFI boot loader provided by GRUB .