Changes

Jump to navigation Jump to search
17 bytes added ,  19:15, 30 November 2015
no edit summary
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

Navigation menu