All Projects → Elinvention → Efibootmgr Gui

Elinvention / Efibootmgr Gui

Licence: gpl-3.0
Manage EFI boot loader entries with this simple GUI

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Efibootmgr Gui

Macos Dell Latitude E7470
EFI for installing macOS Catalina and Big Sur on Dell Latitude E7470 using OpenCore
Stars: ✭ 28 (-49.09%)
Mutual labels:  efi
Gigabyte Z390 Gaming X Hackintosh
Gigabyte-Z390-Gaming-X + 9600K + RX590
Stars: ✭ 47 (-14.55%)
Mutual labels:  efi
Teleport
THIS REPO IS ONLY A MIRROR: Native GTK app to share files on the local network
Stars: ✭ 51 (-7.27%)
Mutual labels:  gtk3
Youtubetospotify
A Python script to fetch tracks of music channels on Youtube, find them on Spotify and add them to a playlist
Stars: ✭ 33 (-40%)
Mutual labels:  python-script
Minimal
Minimal Linux Live (MLL) is a tiny educational Linux distribution, which is designed to be built from scratch by using a collection of automated shell scripts. Minimal Linux Live offers a core environment with just the Linux kernel, GNU C library, and Busybox userland utilities.
Stars: ✭ 1,014 (+1743.64%)
Mutual labels:  efi
Genius Lyrics Search
Python script for searching Genius.com API
Stars: ✭ 49 (-10.91%)
Mutual labels:  python-script
Rust Uefi Runtime Driver
Template for UEFI runtime drivers written in Rust with serial logging and debugging support.
Stars: ✭ 21 (-61.82%)
Mutual labels:  efi
Giti
Permanent observer of your git directories
Stars: ✭ 54 (-1.82%)
Mutual labels:  gtk3
Thinkpad E480 Hackintosh
macOS Catalina & Big Sur on ThinkPad E480 (Hackintosh)
Stars: ✭ 46 (-16.36%)
Mutual labels:  efi
Syncthing Gtk
GTK3 & python based GUI for Syncthing
Stars: ✭ 1,057 (+1821.82%)
Mutual labels:  gtk3
Peek
Peek makes it easy to create short screencasts of a screen area. It was built for the specific use case of recording screen areas, e.g. for easily showing UI features of your own apps or for showing a bug in bug reports. With Peek, you simply place the Peek window over the area you want to record and press "Record". Peek is optimized for generating animated GIFs, but you can also directly record to WebM or MP4 if you prefer.
Stars: ✭ 8,408 (+15187.27%)
Mutual labels:  gtk3
Stlwrt
A library which emulates many versions of GTK and visually resembles GTK+ 2
Stars: ✭ 41 (-25.45%)
Mutual labels:  gtk3
Thinkpad T460p Osx Efi
Hackintosh OSX EFI
Stars: ✭ 49 (-10.91%)
Mutual labels:  efi
Ec 471g
黑苹果配置 hackintosh dsdt clover v3489 e1 471g ec 471g v3 471g acer mac osx efi ssdt aml config plist hd4000 gt630m inter
Stars: ✭ 30 (-45.45%)
Mutual labels:  efi
Asciipy
translate images, videos and text to Ascii arts easy
Stars: ✭ 52 (-5.45%)
Mutual labels:  python-script
Clevo Nh50 Nh70 Hackintosh
OpenCore Bootloader for NH5xRD_RC_RA_RH(Q)/NH70RD_RC_RA_RH(Q) series.
Stars: ✭ 27 (-50.91%)
Mutual labels:  efi
Multibootusb
Create multiboot live Linux on a USB disk...
Stars: ✭ 1,042 (+1794.55%)
Mutual labels:  efi
Pylocky decryptor
Stars: ✭ 54 (-1.82%)
Mutual labels:  python-script
Gzipsimplehttpserver
A modification of the very useful SimpleHTTPServer python script to add gzip compression.
Stars: ✭ 52 (-5.45%)
Mutual labels:  python-script
Cti Taxii Server
OASIS TC Open Repository: TAXII 2 Server Library Written in Python
Stars: ✭ 50 (-9.09%)
Mutual labels:  python-script

efibootmgr-gui

Manage EFI boot loader entries with this simple GUI.

This is how it looks on my machine:
This is efibootmgr-gui in action

You can:

  • reorder, add, delete, enable or disable boot entries
  • choose what to boot into at the next reboot (NextBoot)
  • set the time to wait before the first entry (or the NextBoot one) is selected

Beware that efibootmgr acts on EFI variables and that could be dangerous on non-standard compliant implementations.

Dependencies

If you are using Debian GNU/Linux:

sudo apt install efibootmgr python3

Not all distros install pyhton-gobject automatically with Python3, but it is required to run this script.

For Arch users:

sudo pacman -S efibootmgr python3 python-gobject

Usage

$ python3 efibootmgr_gui.py

If the program is unable to correctly auto-detect the ESP (EFI System Partition) you can manually pass --disk and --part like this (assuming ESP is on /dev/sda1):

$ python3 efibootmgr_gui.py --disk /dev/sda --part 1

You can also report the issue, so that I can improve the auto-detection algorithm.

Contributing

Contributions are welcome. Development happens on the "main" branch.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].