Random Thoughts

Just posting stupid things.


Blog maintained by syedlabeeq

How to use Linux efibootmgr for UEFI boot menu

 

The Linux efibootmgr command-line tool is a powerful asset for managing UEFI boot options. I’ll explain its usage through practical examples.  

Installation

 

Debian/Ubuntu/Mint

sudo apt install efibootmgr

Fedora, CentOS, RedHat

sudo dnf install efibootmgr

Arch Linux

sudo pacman -S efibootmgr

 

efibootmgr current settings

efibootmgr

or

efibootmgr -v

 

back