-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

efibootmgr


> Manipulate the UEFI Boot Manager.

More information.


List the current settings / bootnums:

efibootmgr

List the filepaths:

efibootmgr -v

Add UEFI Shell v2 as a boot option:

sudo efibootmgr -c -d {/dev/sda1} -l {\EFI\tools\Shell.efi} -L "{UEFI Shell}"

Change the current boot order:

sudo efibootmgr -o {0002,0008,0001,0005}

Delete a boot option:

sudo efibootmgr -b {0008} --delete-bootnum


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Fri May 17 13:23:54 2024