Difference between revisions of "Grub2"

From RHS Wiki
Jump to navigation Jump to search
(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...")
 
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
+
#*Format: PNG | JPG | JPEG | TGA
* JPG/JPEG images must be 8-bit (256 color)
+
#*JPG/JPEG images must be 8-bit (256 color)
* Images should be non-indexed, RGB
+
#*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"
+
#* Add: GRUB_BACKGROUND="/path/to/the/image.jpg"
 +
# Run:
 +
update-grub

Revision as of 19:15, 30 November 2015

Change Grub2 background image

  1. 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
  2. Copy to Default folder: /usr/share/images/desktop-base/ or other folder
  3. Edit /etc/default/grub
    • Add: GRUB_BACKGROUND="/path/to/the/image.jpg"
  4. Run:
update-grub