2020-09-28 15:09:35 +00:00
|
|
|
# [efibootmgr](https://github.com/rhboot/efibootmgr)
|
|
|
|
|
|
|
|
| Distribution | Package |
|
|
|
|
| ------------ | ------------ |
|
|
|
|
| Arch Linux | `efibootmgr` |
|
|
|
|
| Ubuntu | `efibootmgr` |
|
|
|
|
|
|
|
|
Display current Boot Manager settings:
|
|
|
|
|
|
|
|
```sh
|
2020-10-13 04:40:45 +00:00
|
|
|
efibootmgr -v
|
2020-09-28 15:09:35 +00:00
|
|
|
```
|
|
|
|
|
|
|
|
Delete boot entry 7th:
|
|
|
|
|
|
|
|
```sh
|
|
|
|
efibootmgr -b 7 -B
|
|
|
|
```
|