Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 599 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 599 Bytes

Nextboot

Choose which OS to boot on next restart from a simple terminal UI. Works on Windows and Linux.

Screenshot of Nextboot

How it works

OS entries are retrieved using efibootmgr on Linux and bcdedit on Windows.

The BootNext UEFI variable is set to selected entry. The firmware resets BootNext after booting.

Requirements

  • pick (install with pip)
  • efibootmgr
  • ncurses (optional)

Windows users can install ncurses from these wheels. A fallback UI is used when ncurses is missing.