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: about 1 year ago
JSON representation
Tool to simplify dual-boot scenarios by changing the UEFI boot order to a desired entry before rebooting.
- Host: GitHub
- URL: https://github.com/sippeangelo/rebootinto
- Owner: sippeangelo
- License: gpl-3.0
- Created: 2016-11-09T02:36:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-11T20:22:25.000Z (over 9 years ago)
- Last Synced: 2025-03-11T12:38:32.861Z (over 1 year ago)
- Topics: boot, command-line, reboot, uefi, uefi-boot-order, utility
- Language: C++
- Size: 110 KB
- Stars: 6
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
```