Open demitriusbelai opened 1 year ago
Add efibootkey command for add hot keys to boot options.
efibootkey
Spec: https://uefi.org/specs/UEFI/2.10/03_Boot_Manager.html#launching-boot-load-options-using-hot-keys
Command line arguments:
Verifing if hot key is supported:
efibootkey --support
If I want use F1 to boot Boot0001:
efibootkey -b 1 -k F1
'l' to boot Boot0000:
efibootkey -b 0 -k l
List hot keys:
efibootkey --list
Now, delete the hot key:
efibootkey -B -n 1
Add
efibootkey
command for add hot keys to boot options.Spec: https://uefi.org/specs/UEFI/2.10/03_Boot_Manager.html#launching-boot-load-options-using-hot-keys
Command line arguments:
Examples
Verifing if hot key is supported:
efibootkey --support
If I want use F1 to boot Boot0001:
efibootkey -b 1 -k F1
'l' to boot Boot0000:
efibootkey -b 0 -k l
List hot keys:
efibootkey --list
Now, delete the hot key:
efibootkey -B -n 1