#reboot #uefi #efi #rebootinto

rebootinto-core

The core API for rebooting into other OS

3 releases

0.1.2 Jan 26, 2020
0.1.1 Jan 26, 2020
0.1.0 Nov 29, 2019

#1371 in Hardware support

39 downloads per month
Used in 2 crates

MIT license

3KB

rebootinto

Instruct your system to reboot into a particular OS.

Currently only supports UEFI-powered systems.

Apps

This project provides the following apps:

  • rebootinto-cli - a command-line interface;
  • rebootinto-tui - a terminal user interface;
  • rebootinto-iui - a graphical user interface (based on libiui);
  • rebootinto-iced - a graphical user interface (based on iced crate).
  • rebootinto-gtk - a graphical user interface (based on gtk crate).

Installation

Github Releases

Grab packages from the Github releases.

Not all installation artifacts are currently uploaded to the Github releases. Use other installation methods if you didn't find what you were looking for.

CI Artifacts

You can download prebuilt binaries from CI system artifacts storage. Find a commit that has a CI build associated and grab stuff from there. As with Github Releases, not everything is currently built there, so if you didn't find what you were looking for - try other installation methods.

Source installation

When building on Windows, use Visual Studio shell, or somehow otherwise point the build system to the Windows Resource Compiler.

You'll need a Rust installation (stable).

  1. Clone the repo and cd into it.

  2. cargo build --release

  3. Install built executables.

Dependencies

~1.5–2MB
~44K SLoC