# QEFIEntryManager **Repository Path**: BI4PWI/QEFIEntryManager ## Basic Information - **Project Name**: QEFIEntryManager - **Description**: https://github.com/Inokinoki/QEFIEntryManager - **Primary Language**: Java - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-26 - **Last Updated**: 2021-12-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # QEFI Entry Manager [![Linux x64 AppImage](https://github.com/Inokinoki/QEFIEntryManager/actions/workflows/cmake-linux-amd64-appimage.yml/badge.svg)](https://github.com/Inokinoki/QEFIEntryManager/actions/workflows/cmake-linux-amd64-appimage.yml) [![Build Windows x64](https://github.com/Inokinoki/QEFIEntryManager/actions/workflows/cmake-windows-x86-x64.yml/badge.svg)](https://github.com/Inokinoki/QEFIEntryManager/actions/workflows/cmake-windows-x86-x64.yml) 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: ![Boot Entry](.github/entries.png) or temporally set the next boot entry in this app: ![Reboot](.github/reboot.png) click on `Yes` to reboot immediately: ![Reboot Confirmation](.github/reboot_confirm.png) ## Install Download the prebuilt app from CI: - [Linux AppImages from CI](https://github.com/Inokinoki/QEFIEntryManager/actions/workflows/cmake-linux-amd64-appimage.yml) - [Windows from CI](https://github.com/Inokinoki/QEFIEntryManager/actions/workflows/cmake-windows-x86-x64.yml) Run it as root (*nix): ``` sudo ./ ``` 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).