An open API service indexing awesome lists of open source software.

https://github.com/sippeangelo/RebootInto

Tool to simplify dual-boot scenarios by changing the UEFI boot order to a desired entry before rebooting.
https://github.com/sippeangelo/RebootInto

boot command-line reboot uefi uefi-boot-order utility

Last synced: over 1 year ago
JSON representation

Tool to simplify dual-boot scenarios by changing the UEFI boot order to a desired entry before rebooting.

Awesome Lists containing this project

README

          

# RebootInto
**RebootInto is a Windows and Linux compatible utility to modify the UEFI boot order before a reboot.**
Its purpose is to simplify a dual-boot scenario by modifying the UEFI boot order
before rebooting, letting you boot into a different operating system without
touching your keyboard.

```
USAGE:

rebootinto [-v] [-b] [-n] [-o ] [-c] [-l] [--] [--version]
[-h]

Where:

-v, --verbose
Verbose output.

-b, --noreboot
Do not reboot.

-n, --once
Change boot order for the next boot only

-o , --offset
Numerical offset from the top of the boot order that acts as a barrier
to how high entries will be moved. Default is 0, which means boot
entries will be moved to the very top. Useful if you want UEFI to try
another media before proceeding with your chosen boot entry.

-c, --current
Move the currently booted UEFI entry to the top of the boot order and
exit. Useful if you want your manual UEFI choices to stick, by
automatically running this argument at startup.

-l, --list
List current UEFI boot order and exit.

--, --ignore_rest
Ignores the rest of the labeled arguments following this flag.

--version
Displays version information and exits.

-h, --help
Displays usage information and exits.


The UEFI entry to reboot into.
```