simonbru / nextboot

Choose which OS to boot on next restart

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Choose which OS to boot on next restart

License:MIT License


Languages

Language:Python 93.7%Language:Shell 6.3%