
efibootmgr
List of commands for efibootmgr:
-
efibootmgr:tldr:12437 efibootmgr: Add UEFI Shell v2 as a boot option.$ sudo efibootmgr -c -d ${-dev-sda1} -l ${\EFI\tools\Shell-efi} -L "${UEFI Shell}"try on your machineexplain this command
-
efibootmgr:tldr:a99f9 efibootmgr: Delete a boot option.$ sudo efibootmgr -b ${0008} --delete-bootnumtry on your machineexplain this command
-
efibootmgr:tldr:b86f5 efibootmgr: List the current settings then bootnums with their name.$ efibootmgrtry on your machineexplain this command
-
efibootmgr:tldr:ee912 efibootmgr: Change the current boot order.$ sudo efibootmgr -o ${0002,0008,0001,0005}try on your machineexplain this command
-
efibootmgr:tldr:fd37a efibootmgr: List the filepaths.$ efibootmgr -vtry on your machineexplain this command