Git Product home page Git Product logo

qefientrymanager's Introduction

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

Arch Linux

AUR

  • Stable version
[yay/paru] -S qefientrymanager
  • Latest git version
[yay/paru] -S qefientrymanager-git

archlinuxcn

  • Stable version
sudo pacman -S qefientrymanager
  • Latest git version
sudo pacman -S qefientrymanager-git

Other Linux Distros & Windows

Download the prebuilt app from release or 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).

qefientrymanager's People

Contributors

ho-229 avatar inokinoki avatar integral-tech avatar yunfeizhao avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

qefientrymanager's Issues

Cannot build on FreeBSD

Cannot build on FreeBSD:

[ 61%] Building CXX object CMakeFiles/QEFIEntryManager.dir/qefidpeditorview.cpp.o
[ 66%] Building CXX object CMakeFiles/QEFIEntryManager.dir/qefiloadoptioneditorview.cpp.o
[ 72%] Building CXX object CMakeFiles/QEFIEntryManager.dir/qefivar/qefi.cpp.o
/tmp/QEFIEntryManager/qefivar/qefi.cpp:61:23: warning: relational comparison result unused [-Wunused-comparison]
    for (int i = 0; i < count, size < max_dp_size; i++) {
                    ~~^~~~~~~
/tmp/QEFIEntryManager/qefivar/qefi.cpp:683:10: fatal error: 'efivar/efivar.h' file not found                                                                                                                                                 
#include <efivar/efivar.h>
         ^~~~~~~~~~~~~~~~~
1 warning and 1 error generated.                                                                                                                                                                                                             
*** Error code 1

On FreeBSD, /usr/local/include/efivar.h exists; efiboot.h does not seem to exist.

[RFC] Add command line

  • Adding a --nogui option to enable the command line parsing.
  • Try to align with the command line options in efibootmgr?

Run error 0n centos 7

sudo ./EFI_Entry_Manager-69555ee-x86_64.AppImage
/tmp/.mount_EFI_EnWgPVjK/AppRun.wrapped: /lib64/libQt5Core.so.5: version Qt_5.12' not found (required by /tmp/.mount_EFI_EnWgPVjK/AppRun.wrapped) /tmp/.mount_EFI_EnWgPVjK/AppRun.wrapped: /lib64/libstdc++.so.6: version GLIBCXX_3.4.21' not found (required by /tmp/.mount_EFI_EnWgPVjK/AppRun.wrapped)
/tmp/.mount_EFI_EnWgPVjK/AppRun.wrapped: /lib64/libm.so.6: version GLIBC_2.29' not found (required by /tmp/.mount_EFI_EnWgPVjK/usr/bin/../lib/libQt5Widgets.so.5) /tmp/.mount_EFI_EnWgPVjK/AppRun.wrapped: /lib64/libstdc++.so.6: version CXXABI_1.3.9' not found (required by /tmp/.mount_EFI_EnWgPVjK/usr/bin/../lib/libQt5Widgets.so.5)
/tmp/.mount_EFI_EnWgPVjK/AppRun.wrapped: /lib64/libQt5Core.so.5: version Qt_5.12' not found (required by /tmp/.mount_EFI_EnWgPVjK/usr/bin/../lib/libQt5Widgets.so.5) /tmp/.mount_EFI_EnWgPVjK/AppRun.wrapped: /lib64/libm.so.6: version GLIBC_2.29' not found (required by /tmp/.mount_EFI_EnWgPVjK/usr/bin/../lib/libQt5Gui.so.5)
/tmp/.mount_EFI_EnWgPVjK/AppRun.wrapped: /lib64/libstdc++.so.6: version CXXABI_1.3.9' not found (required by /tmp/.mount_EFI_EnWgPVjK/usr/bin/../lib/libQt5Gui.so.5) /tmp/.mount_EFI_EnWgPVjK/AppRun.wrapped: /lib64/libQt5Core.so.5: version Qt_5.12' not found (required by /tmp/.mount_EFI_EnWgPVjK/usr/bin/../lib/libQt5Gui.so.5)
/tmp/.mount_EFI_EnWgPVjK/AppRun.wrapped: /lib64/libm.so.6: version GLIBC_2.29' not found (required by /tmp/.mount_EFI_EnWgPVjK/usr/bin/../lib/libpng16.so.16) /tmp/.mount_EFI_EnWgPVjK/AppRun.wrapped: /lib64/libz.so.1: version ZLIB_1.2.9' not found (required by /tmp/.mount_EFI_EnWgPVjK/usr/bin/../lib/libpng16.so.16)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.