Skip to content

Instantly share code, notes, and snippets.

View transistor1's full-sized avatar

Steve Russo transistor1

View GitHub Profile
@williamhaley
williamhaley / README.md
Last active February 12, 2023 08:51
GRUB2 Theme With grub-mkstandalone

Problem

grub-mkstandalone creates an image designed to be held in memory. grub-mkstandalone comes with a --themes flag that could be used to specify a theme, but depending on the modules installed, you may encounter this error like I did.

grub-mkstandalone: error: core image is too big (0x1d71b3 > 0x78000).

This means that the image generated by grub-mkstandalone was too large.

One Solution