diff options
Diffstat (limited to 'system/efibootmgr/README')
-rw-r--r-- | system/efibootmgr/README | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/system/efibootmgr/README b/system/efibootmgr/README new file mode 100644 index 0000000000000..91b0b1e4abffa --- /dev/null +++ b/system/efibootmgr/README @@ -0,0 +1,14 @@ +efibootmgr is a Linux user-space application to modify the Intel Extensible +Firmware Interface (EFI) Boot Manager. This application can create and +destroy boot entries, change the boot order, change the next running boot +option, and more. + +Details on the EFI Boot Manager are available from the EFI Specification, +v1.02 or above, available from: + +http://developer.intel.com + +Note: In order to use this, you'll have to boot your system in EFI mode and +load the "efivars" kernel module: + +modprobe efivars |