| Name | efibootdude JSON |
| Version |
0.5.3
JSON |
| download |
| home_page | None |
| Summary | A visual wrapper for efibootmgr |
| upload_time | 2025-10-17 12:19:12 |
| maintainer | None |
| docs_url | None |
| author | None |
| requires_python | >=3.8 |
| license | None |
| keywords |
app
installer
manager
appimages
|
| VCS |
 |
| bugtrack_url |
|
| requirements |
No requirements were recorded.
|
| Travis-CI |
No Travis.
|
| coveralls test coverage |
No coveralls.
|
# EfiBootDude
`efibootdude` presents a visual (curses) interface to `efibootmgr` which allows editing the bios
boot menu and parameters while running Linux.
* Install `efibootdude` using `pipx install efibootdude`, or however you do so.
* Prerequisites: install [rhboot/efibootmgr](https://github.com/rhboot/efibootmgr)
* For example, on a Debian derived distro, use `sudo apt install efibootmgr`.
`efibootdude` covers only the most commonly used capabilities of `efibootmgr` including:
* reordering boot entries,
* removing boot entries,
* setting the boot entry for the next boot only,
* setting boot entries active or inactive, and
* setting the boot menu timeout value (until it boots the default entry).
To be sure, there are many other esoteric uses of `efibootmanager` including adding
a new boot entry; for such needs, just use `efibootmgr` directly.
## Usage
After running `efibootdude` and making some changes, you'll see a screen comparable to this:
.
At this point
* The "current" line starts with `>` and is highlighted.
* The top line shows actions for the current line; type the underscored letter
to effect its action.
* Type `?` for a more complete explanation of the keys, navigation keys, etc.
* **ALWAYS** view the help at least once if unfamiliar with this tool,
it navigation, and/or uncertain of keys not shown on top line.
* With this current line, we can:
* Type `u` or `d` to move it up or down in the boot order.
* Type `t` to relabel the boot entry.
* Type `r` to remove the boot entry.
* And so forth.
* The entries with `*` on the left are active boot entries; toggle whether
active by typing `*` for the corresponding entries.
* Press `ESC` key to abandon any changes and reload the boot information.
* When ready to write the changes to the BIOS, enter `w`.
* When writing the changes, `efibootdude` drops out of menu mode so you can
verify the underlying commands, error codes, and error messages.
* After you write changes, type `b` to reboot, if you wish and the boot menu looks OK.
* BTW, the top-line keys vary per context; e.g.:
* `w` is only shown with pending changes, and
* `b` is only shown w/o pending changes.
## Caveats
* Some operations may not work permanently even though there is no indication from `efibootmgr`
(e.g., on my desktop, I cannot re-label boot entries).
* Some operations may only work (again) after re-booting (e.g., you might find activating
an entry does not work, but it does so after a reboot).
## About this Project
This project was inspired by [Elinvention/efiboots](https://github.com/Elinvention/efiboots). Relative to that project, the aims of `efibootdude` are:
* to be easier to install especially when not in your distro's repos.
* to clearly present the partition of the boot entries (as a mount point if mounted and, otherwise, the device pathname).
* to show the underlying commands being run for education, for verification, and for help on investigating issues.
Raw data
{
"_id": null,
"home_page": null,
"name": "efibootdude",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "app, installer, manager, appimages",
"author": null,
"author_email": "Joe Defen <joedef@duck.com>",
"download_url": "https://files.pythonhosted.org/packages/98/82/22eac7fe8663b9813caf2bb45bce3d1babe3d30b8edf8d7a691170a297f1/efibootdude-0.5.3.tar.gz",
"platform": null,
"description": "# EfiBootDude\n`efibootdude` presents a visual (curses) interface to `efibootmgr` which allows editing the bios\nboot menu and parameters while running Linux.\n\n* Install `efibootdude` using `pipx install efibootdude`, or however you do so.\n* Prerequisites: install [rhboot/efibootmgr](https://github.com/rhboot/efibootmgr)\n * For example, on a Debian derived distro, use `sudo apt install efibootmgr`.\n\n\n`efibootdude` covers only the most commonly used capabilities of `efibootmgr` including:\n* reordering boot entries,\n* removing boot entries,\n* setting the boot entry for the next boot only,\n* setting boot entries active or inactive, and\n* setting the boot menu timeout value (until it boots the default entry).\n\nTo be sure, there are many other esoteric uses of `efibootmanager` including adding\na new boot entry; for such needs, just use `efibootmgr` directly.\n \n## Usage\nAfter running `efibootdude` and making some changes, you'll see a screen comparable to this:\n\n.\n\nAt this point\n* The \"current\" line starts with `>` and is highlighted.\n* The top line shows actions for the current line; type the underscored letter\n to effect its action.\n* Type `?` for a more complete explanation of the keys, navigation keys, etc.\n * **ALWAYS** view the help at least once if unfamiliar with this tool,\n it navigation, and/or uncertain of keys not shown on top line.\n* With this current line, we can:\n * Type `u` or `d` to move it up or down in the boot order.\n * Type `t` to relabel the boot entry.\n * Type `r` to remove the boot entry.\n * And so forth.\n* The entries with `*` on the left are active boot entries; toggle whether\n active by typing `*` for the corresponding entries.\n* Press `ESC` key to abandon any changes and reload the boot information.\n* When ready to write the changes to the BIOS, enter `w`.\n* When writing the changes, `efibootdude` drops out of menu mode so you can\n verify the underlying commands, error codes, and error messages.\n* After you write changes, type `b` to reboot, if you wish and the boot menu looks OK.\n* BTW, the top-line keys vary per context; e.g.:\n * `w` is only shown with pending changes, and\n * `b` is only shown w/o pending changes.\n\n## Caveats\n* Some operations may not work permanently even though there is no indication from `efibootmgr`\n (e.g., on my desktop, I cannot re-label boot entries).\n* Some operations may only work (again) after re-booting (e.g., you might find activating\n an entry does not work, but it does so after a reboot).\n\n## About this Project\nThis project was inspired by [Elinvention/efiboots](https://github.com/Elinvention/efiboots). Relative to that project, the aims of `efibootdude` are:\n* to be easier to install especially when not in your distro's repos.\n* to clearly present the partition of the boot entries (as a mount point if mounted and, otherwise, the device pathname).\n* to show the underlying commands being run for education, for verification, and for help on investigating issues.\n",
"bugtrack_url": null,
"license": null,
"summary": "A visual wrapper for efibootmgr",
"version": "0.5.3",
"project_urls": {
"Bug Tracker": "https://github.com/joedefen/efibootdude/issues",
"Homepage": "https://github.com/joedefen/efibootdude"
},
"split_keywords": [
"app",
" installer",
" manager",
" appimages"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "20a57ce4adab0cfb7e7286e2d58c441b52f6c734530dcefa7d8d959c4889827a",
"md5": "816aac7ae44fbe392be94e399b90e4e4",
"sha256": "5143ac45d429813111046afa1b11ee5202b6dbbe2d6d2982df90cdcae8d1a273"
},
"downloads": -1,
"filename": "efibootdude-0.5.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "816aac7ae44fbe392be94e399b90e4e4",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 9116,
"upload_time": "2025-10-17T12:19:10",
"upload_time_iso_8601": "2025-10-17T12:19:10.517249Z",
"url": "https://files.pythonhosted.org/packages/20/a5/7ce4adab0cfb7e7286e2d58c441b52f6c734530dcefa7d8d959c4889827a/efibootdude-0.5.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "988222eac7fe8663b9813caf2bb45bce3d1babe3d30b8edf8d7a691170a297f1",
"md5": "89f61b74d7c95bc5e917af78741221d8",
"sha256": "b84f7616e51221d465850384ceda5cfea962808528924b065828099067881fbe"
},
"downloads": -1,
"filename": "efibootdude-0.5.3.tar.gz",
"has_sig": false,
"md5_digest": "89f61b74d7c95bc5e917af78741221d8",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 57096,
"upload_time": "2025-10-17T12:19:12",
"upload_time_iso_8601": "2025-10-17T12:19:12.461205Z",
"url": "https://files.pythonhosted.org/packages/98/82/22eac7fe8663b9813caf2bb45bce3d1babe3d30b8edf8d7a691170a297f1/efibootdude-0.5.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-10-17 12:19:12",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "joedefen",
"github_project": "efibootdude",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "efibootdude"
}