Command line UEFI bootnext tool for windows,
Start without parameters for interactive mode or use the following syntax:
Command line usage: efiboot [<boot item name>|<boot item number>[!]]
Example: efiboot ubuntu!
Example: efiboot “Windows Boot Manager”
Example: efiboot 3!
! will restart the system after setting the boot next parameter
Tag: EFIboot
EFIboot: runs ELF binaries inside UEFI Shell
Sugawaray has written EFIboot, which runs Linux-style ELF binaries inside the UEFI Shell. Here’s the *full* readme:
A tool to execute an elf binary in the UEFI shell environment.
This tool executes an elf binary in the UEFI SHELL.
The name of the elf binary must be ‘test.elf’.
For more information, read the code:
https://github.com/sugawaray/efiboot
