efibootmgr

Manipulate the UEFI Boot Manager. More information: <https://manned.org/efibootmgr>.

Debian Debian
RUN apt-get update && \ apt-get install -y efibootmgr
Ubuntu
RUN apt-get update && \ apt-get install -y efibootmgr
Arch Arch Linux
RUN pacman -S --noconfirm efibootmgr
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y efibootmgr
CentOS
RUN yum install -y efibootmgr
Fedora
RUN dnf install -y efibootmgr
Raspbian
RUN apt-get update && \ apt-get install -y efibootmgr
click the source code to copy install efibootmgr on any operating system with command-not-found.com