Difference between revisions of "Grub2"
Jump to navigation
Jump to search
Rafahsolis (talk | contribs) (Created page with "== Change Grub2 background image == # Choose a background image following this criteria: * Format: PNG | JPG | JPEG | TGA * JPG/JPEG images must be 8-bit (256 color) * Imag...") |
Rafahsolis (talk | contribs) |
||
| Line 1: | Line 1: | ||
== Change Grub2 background image == | == Change Grub2 background image == | ||
# Choose a background image following this criteria: | # Choose a background image following this criteria: | ||
| − | + | #*Format: PNG | JPG | JPEG | TGA | |
| − | + | #*JPG/JPEG images must be 8-bit (256 color) | |
| − | + | #*Images should be non-indexed, RGB | |
# Copy to Default folder: /usr/share/images/desktop-base/ or other folder | # Copy to Default folder: /usr/share/images/desktop-base/ or other folder | ||
# Edit /etc/default/grub | # Edit /etc/default/grub | ||
| − | + | #* Add: GRUB_BACKGROUND="/path/to/the/image.jpg" | |
| + | # Run: | ||
| + | update-grub | ||
Revision as of 19:15, 30 November 2015
Change Grub2 background image
- Choose a background image following this criteria:
- Format: PNG | JPG | JPEG | TGA
- JPG/JPEG images must be 8-bit (256 color)
- Images should be non-indexed, RGB
- Copy to Default folder: /usr/share/images/desktop-base/ or other folder
- Edit /etc/default/grub
- Add: GRUB_BACKGROUND="/path/to/the/image.jpg"
- Run:
update-grub