Created
April 11, 2023 05:08
-
-
Save niksingh710/500b18ca7c0041ce0c180844768bfbe3 to your computer and use it in GitHub Desktop.
Grub modules list to be used when installing grub bootloader with sbct (Secure boot)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CD_MODULES=" | |
all_video | |
boot | |
btrfs | |
cat | |
chain | |
configfile | |
echo | |
efifwsetup | |
efinet | |
ext2 | |
fat | |
font | |
gettext | |
gfxmenu | |
gfxterm | |
gfxterm_background | |
gzio | |
halt | |
help | |
hfsplus | |
iso9660 | |
jpeg | |
keystatus | |
loadenv | |
loopback | |
linux | |
ls | |
lsefi | |
lsefimmap | |
lsefisystab | |
lssal | |
memdisk | |
minicmd | |
normal | |
ntfs | |
part_apple | |
part_msdos | |
part_gpt | |
password_pbkdf2 | |
png | |
probe | |
reboot | |
regexp | |
search | |
search_fs_uuid | |
search_fs_file | |
search_label | |
sleep | |
smbios | |
squash4 | |
test | |
true | |
video | |
xfs | |
zfs | |
zfscrypt | |
zfsinfo | |
" | |
# Platform-specific modules | |
CD_MODULES="$CD_MODULES | |
cpuid | |
play | |
tpm | |
" | |
GRUB_MODULES="$CD_MODULES | |
cryptodisk | |
gcry_arcfour | |
gcry_blowfish | |
gcry_camellia | |
gcry_cast5 | |
gcry_crc | |
gcry_des | |
gcry_dsa | |
gcry_idea | |
gcry_md4 | |
gcry_md5 | |
gcry_rfc2268 | |
gcry_rijndael | |
gcry_rmd160 | |
gcry_rsa | |
gcry_seed | |
gcry_serpent | |
gcry_sha1 | |
gcry_sha256 | |
gcry_sha512 | |
gcry_tiger | |
gcry_twofish | |
gcry_whirlpool | |
luks | |
lvm | |
mdraid09 | |
mdraid1x | |
raid5rec | |
raid6rec | |
http | |
tftp | |
" | |
# vim: ft=sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Make sure to source this file in your shell env.
Make sure to edit if needed