• Stars
    star
    163
  • Rank 231,141 (Top 5 %)
  • Language
    C++
  • License
    GNU General Publi...
  • Created over 3 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A userspace cross-platform EFI boot entry management GUI App based on Qt.

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, add/import new boot entry, or temporally set the next boot entry in this app:

Boot Entry

click on Yes to reboot immediately:

Reboot Confirmation

Right click on the boot entry to enable/disable/delete the entry, or show the detailed properties.

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).

More Repositories

1

libjoycon

A lib to encode/decode Joycon Bluetooth packet.
C
84
star
2

xnu-bcm2837-hackintosh

Efforts to build and run XNU (macOS Kernel)/Hackintosh on Raspberry Pi 3
62
star
3

kdeconnect-ios

An iOS 10+ compatible KDE Connect app
Objective-C
40
star
4

kde-blog

HTML
39
star
5

qefivar

A cross-platform lib for EFI variables editing on Windows and *nix (except macOS)
C++
30
star
6

ParallelFFT

FFT(WIP)&DFT implementations in NVIDIA CUDA and Apple Metal
Objective-C++
26
star
7

softfpu-rs

A WIP Float32 soft FPU implementation
Rust
20
star
8

PL-0-rs

PL0 interpreter implemented in Rust
Rust
10
star
9

BadApplePkg

An EFI application to play Bad Apple
C
10
star
10

fourier-svg-rs

Rust
4
star
11

pl-identifier-clisp

Assignment for Artificial Intelligence
Common Lisp
3
star
12

minecraft-wordle

Java
3
star
13

XatGPT

C#
3
star
14

android_kernel_inokia_msm8998

Inoki's NB1 kernel source tree based on Nokia official tarball
C
2
star
15

js-image-compress-form

Use HTML5 Canvas element to compress image to limit size in a form
JavaScript
2
star
16

find-the-invisible-asoul

JavaScript
2
star
17

compressed-badapple-bitmap

Python
2
star
18

kdeconnect-kde-homebrew

C++
2
star
19

acpi-softfpu

ASL
1
star
20

pikachu

Pikachu language based on brainfuck
Yacc
1
star
21

arm-emu-hs

Haskell
1
star
22

ncurses-api-sample

C
1
star
23

acpi-raytracer

ASL
1
star
24

inoki.phd

HTML
1
star
25

BluetoothHIDProfileTester

Java
1
star
26

SharpEInk

Waveshare E-Ink screen UWP "driver" in C#
C#
1
star
27

django-multiplefilefield

A multiple file field implementation based on django 1.8.18
HTML
1
star
28

DalFs

Rust
1
star
29

SerialIP

Original lib: https://www.shikadi.net/files/arduino/SerialIP-1.0.zip
C
1
star
30

acpi-top-bottom

[WIP] Yet another ACPI tutorial from top to bottom (Maybe, still under consideration)
ASL
1
star
31

macOSXPCSample

Test Use Cases of XPC (Cross Process Communication) on macOS
Objective-C
1
star
32

LoRast

LoRa Packet Air Time calculator and Tool Sets in Rust
Rust
1
star