wok-next annotate efibootmgr/description.txt @ rev 21721

created recipes for efivar and efibootmgr
author Hans-G?nter Theisgen
date Tue Sep 01 10:09:15 2020 +0100 (2020-09-01)
parents
children
rev   line source
Hans-G?nter@21721 1 This is efibootmgr, a Linux user-space application to modify the
Hans-G?nter@21721 2 Intel Extensible Firmware Interface (EFI) Boot Manager.
Hans-G?nter@21721 3 This application can create and destroy boot entries, change the
Hans-G?nter@21721 4 boot order, change the next running boot option, and more.
Hans-G?nter@21721 5
Hans-G?nter@21721 6 Details on the EFI Boot Manager are available from the EFI Specification,
Hans-G?nter@21721 7 v1.02 or above, available from: http://www.uefi.org
Hans-G?nter@21721 8
Hans-G?nter@21721 9 Note: efibootmgr requires that the kernel module efivars be loaded
Hans-G?nter@21721 10 prior to use. Running modprobe efivars should do the trick.