wok-current annotate efibootmgr/description.txt @ rev 24269
updated perl-xml-rss (1.61 -> 1.62)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Jan 02 10:37:59 2022 +0100 (2022-01-02) |
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. |