Install Efibootdump On A Debian, Ubuntu, Arch, Kali, CentOS, Fedora And Raspbian

Install Efibootdump On A Debian, Ubuntu, Arch, Kali, CentOS, Fedora And Raspbian

efibootdump

Interact with the EFI Boot Manager

Maintainer: Debian UEFI Maintainers


Section: admin

Install efibootdump

  • Debian apt-get install efibootmgr Click to copy
  • Ubuntu apt-get install efibootmgr Click to copy
  • Arch Linux pacman -S efibootmgr Click to copy
  • Kali Linux apt-get install efibootmgr Click to copy
  • CentOS yum install efibootmgr Click to copy
  • Fedora dnf install efibootmgr Click to copy
  • Raspbian apt-get install efibootmgr Click to copy

efibootmgr

Interact with the EFI Boot Manager

This is a Linux user-space application to modify the Intel Extensible Firmware Interface (EFI) Boot Manager configuration. This application can create and destroy boot entries, change the boot order, change the next running boot option, and more. Additional information about (U)EFI can be found at http://www.uefi.org/. Note: efibootmgr requires that the kernel module efivars be loaded prior to use. 'modprobe efivars' should do the trick if it does not automatically load.

Install the latest version of efibootdump in Debian, Ubuntu, Arch, Kali, CentOS, Fedora and Raspbian from terminal. To install the efibootdump just copy the above command for your OS and run into terminal. After you run the command it will grab the latest version of efibootdump from the respository and install it in your computer/server.