Grub2
Revision as of 12:23, 23 April 2016 by Rafahsolis (talk | contribs)
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
Some images that will work:
Boot order and default
/boot/grub/grub.cfg
Repair broken grub2 ubuntu
Boot from life usb
sudo add-apt-repository ppa:yannubuntu/boot-repair sudo apt-get update sudo apt-get install -y boot-repair boot-repair
Ubuntu server resolution
Edit /etc/default/grub and set:
GRUB_CMDLINE_LINUX_DEFAULT="splash vga=789" ?? GRUB_CMDLINE_LINUX_DEFAULT="splash vga=792" # 1024x768@24bit
Save and run:
sudo update-grub sudo reboot