https://github.com/alexlnkp/easystub
EFISTUB entry generator for lazy people
https://github.com/alexlnkp/easystub
bash efi efistub
Last synced: 2 months ago
JSON representation
EFISTUB entry generator for lazy people
- Host: GitHub
- URL: https://github.com/alexlnkp/easystub
- Owner: alexlnkp
- License: other
- Created: 2024-05-03T03:23:51.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-08T04:44:38.000Z (6 months ago)
- Last Synced: 2024-12-19T18:42:09.204Z (6 months ago)
- Topics: bash, efi, efistub
- Language: Shell
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
An extremely simple EFISTUB entry generator. Made and tested on Arch, however it should work on other distros as well.
You could define environment variable `EASYSTUB_CONF_FILE_PATH` to the config filepath, or you could just set it to the path to the config inside the shell script itself, it's your choice.Getting started
1. Clone
2. `make install`
3. Modify the example.conf file so it works with your system
4. Run `easystub`You can also specify the config file as an argument for the easystub. e.g. `easystub ~/path/to/config/file.conf`, it will try to use it if the config is valid.
WARNING: easystub won't work "out-of-the-box". You still need to configure at least the root partition UUID and your system's main drive!
If you have a custom kernel, then you'll also need to configure the linux loader and initramfs paths.