Skip to content

Inokinoki/QEFIEntryManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

30054b6 · Apr 9, 2022

History

69 Commits
Apr 9, 2022
Jan 24, 2022
Jul 3, 2021
Dec 7, 2021
Apr 9, 2022
Jun 25, 2021
Apr 9, 2022
Dec 7, 2021
Jul 11, 2021
Apr 9, 2022
Apr 9, 2022
Mar 31, 2022
Mar 31, 2022
Dec 7, 2021
Mar 31, 2022
Jun 27, 2021
Apr 9, 2022
Apr 9, 2022

Repository files navigation

QEFI Entry Manager

Linux x64 AppImage

Build Windows x64

An EFI manager in Qt.

Usage

This application needs to be run with root/sudo on Linux, or Run as administrator on Windows.

You can change the boot order or temporally set the next boot entry in this app:

Boot Entry

click on Yes to reboot immediately:

Reboot Confirmation

Install

Download the prebuilt app from CI:

Run it as root (*nix):

sudo ./<executable>

or administrator on Windows(right click).

Build from scratch

Clone and compile this project:

git clone --recursive https://github.com/Inokinoki/QEFIEntryManager.git
cd QEFIEntryManager
mkdir build && cd build
cmake ..
make

And there will be an executable QEFIEntryManager in your build directory. Run it as root (*nix) or administrator (Windows).