GRUB bootloader configuration checker — audit boot entries, kernel versions, and bootloader security
Project description
dargslan-grub-check
GRUB Bootloader Configuration Checker — Audit boot entries, installed kernels, UEFI/Secure Boot status, and bootloader security. Zero external dependencies.
Installation
pip install dargslan-grub-check
CLI Usage
dargslan-grub report # Full bootloader report
dargslan-grub entries # Boot menu entries
dargslan-grub kernels # Installed kernels
dargslan-grub defaults # GRUB default settings
dargslan-grub mode # UEFI/BIOS and Secure Boot
dargslan-grub issues # Configuration issues
dargslan-grub json # JSON output
Python API
from dargslan_grub_check import GrubCheck
gc = GrubCheck()
entries = gc.get_boot_entries()
kernels = gc.get_installed_kernels()
gc.print_report()
More from Dargslan
- Dargslan.com — Linux & DevOps eBook Store
- Free Cheat Sheets
- Blog & Tutorials
License
MIT — see LICENSE
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file dargslan_grub_check-1.0.0.tar.gz.
File metadata
- Download URL: dargslan_grub_check-1.0.0.tar.gz
- Upload date:
- Size: 5.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
408cf005c9da086f31a4cfa60afe44e70e426100289ce0ec8c13be4bad6fa629
|
|
| MD5 |
a1d8af17905516251c75bf7adcbe169f
|
|
| BLAKE2b-256 |
f5ff9131c226dfd8665575babdf301dd432b732506e30c00291406fafef57b26
|
File details
Details for the file dargslan_grub_check-1.0.0-py3-none-any.whl.
File metadata
- Download URL: dargslan_grub_check-1.0.0-py3-none-any.whl
- Upload date:
- Size: 5.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5165d05cb7f0582901e2fa577de9dec1302dd6cd2f815886458a152b927e8ba1
|
|
| MD5 |
e459f9693be0a040d01e186f6802350b
|
|
| BLAKE2b-256 |
da37a5c9fe16a91d4934fa15bb8a749b2e5866020b9dd8fb10f60c0773250103
|