wok-current annotate efibootmgr/description.txt @ rev 24187
updated perl-compress-raw-zlib (2.093 -> 2.101)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Dec 31 14:17:26 2021 +0100 (2021-12-31) |
parents | |
children | 3ef416821a7d |
rev | line source |
---|---|
Hans-G?nter@23928 | 1 This is efibootmgr, a Linux user-space application to modify the |
Hans-G?nter@23928 | 2 Intel Extensible Firmware Interface (EFI) Boot Manager. |
Hans-G?nter@23928 | 3 This application can create and destroy boot entries, change the |
Hans-G?nter@23928 | 4 boot order, change the next running boot option, and more. |
Hans-G?nter@23928 | 5 |
Hans-G?nter@23928 | 6 Details on the EFI Boot Manager are available from the EFI Specification, |
Hans-G?nter@23928 | 7 v1.02 or above, available from: http://www.uefi.org |
Hans-G?nter@23928 | 8 |
Hans-G?nter@23928 | 9 Note: efibootmgr requires that the kernel module efivars be loaded |
Hans-G?nter@23928 | 10 prior to use. Running modprobe efivars should do the trick. |