Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itrooz/bootedit
Modify your UEFI entries from your OS
https://github.com/itrooz/bootedit
pyqt python qt uefi
Last synced: 25 days ago
JSON representation
Modify your UEFI entries from your OS
- Host: GitHub
- URL: https://github.com/itrooz/bootedit
- Owner: iTrooz
- License: gpl-2.0
- Created: 2023-06-13T12:29:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-29T01:18:04.000Z (11 months ago)
- Last Synced: 2023-12-29T02:25:11.468Z (10 months ago)
- Topics: pyqt, python, qt, uefi
- Language: Python
- Homepage:
- Size: 200 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BootEdit
Modify UEFI entries directly from your OS !
Supported platform: Linux and Windows. Interested in MacOS of someone wants to contribute it# Features
- move entries
- add a new entry
- select partition manually
- select file manually
- delete an entry
# Not done features
- Findind bootable files automatically ("Find .. file" buttons)# Contribute
I use poetry to manage my environement. These commands should get you started:
```sh
poetry init # create environment and
poetry shell # enter environement
sudo -E bash # elevate as root (but stay in the enviroment)
python main.py # run app
```# Screenshots
![image](https://user-images.githubusercontent.com/42669835/251552608-3edfd45b-ef23-49a9-9d46-335d9825bc50.png)
# Disclaimer
This program is offered AS IS, WITHOUT ANY GUARANTY.
Any failure from the software and any damage it could cause (for example, but not limited to, not being able to boot because the boot order is messed up) are your responsibilites, and not the developer's.