add efibootmgr

main
hau 2020-09-28 22:09:35 +07:00
parent 759ac013d7
commit dcdcbf1f01
1 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,18 @@
# [efibootmgr](https://github.com/rhboot/efibootmgr)
| Distribution | Package |
| ------------ | ------------ |
| Arch Linux | `efibootmgr` |
| Ubuntu | `efibootmgr` |
Display current Boot Manager settings:
```sh
efibootmgr
```
Delete boot entry 7th:
```sh
efibootmgr -b 7 -B
```