Skip to content

Instantly share code, notes, and snippets.

View andd1e's full-sized avatar

andd1e

  • Joined Oct 27, 2025
View GitHub Profile
@andd1e
andd1e / grub_modules_table
Last active October 27, 2025 10:35
grub modules in a table with their respective descriptions
# !!!NOTE!!!: MODULES WERE TAKEN FROM UBUNTU build-efi-images script (https://git.launchpad.net/~ubuntu-core-dev/grub/+git/ubuntu/tree/debian/build-efi-images?h=debian/2.06-2ubuntu12)
# DESCRIPTIONS (WITHOUT * IN THE 3RD COLUMN) WERE TAKEN FROM linux.org (https://www.linux.org/threads/understanding-the-various-grub-modules.11142/)
# DESCRIPTIONS (WITH * IN THE 3RD COLUMN) WERE GENERATED BY DEEPSEEK WITH SEARCH AND SHOULD BE TAKEN WITH A GRAIN OF SALT
# MODULES (WITH + IN THE 2ND COLUMN) WERE CHOSEN BY AUTHOR FOR THEIR OWN USE CASE, CHOOSE YOUR OWN MODULES FOR YOU SPECIFIC USE CASE OR ALL, IF YOU DO NOT NEED RELATIVE SPACE SAVINGS AND RELATIVELY FASTER BOOT TIMES
all_video | + | | Additional video and graphics support can be gained when the "all_video" module is loaded.
boot | + | * | Contains the core `boot` command, which is essential for starting an operating system.
btrfs | + | | This module provides support for the B-tree Filesystem.
ca