¹é±×¶ó¿îµå·Î »ç¿ëÇÒ À̹ÌÁö ´Ù¿î
# cat /etc/default/grub
GRUB_DEFAULT=0
GRUB_TIMEOUT=3
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="nomodeset"
GRUB_CMDLINE_LINUX=""
GRUB_BACKGROUND="/root/profile.jpg"
root@ubuntu:~# update-grub2
Generating grub configuration file ...
Found background: /root/profile.jpg
Found background image: /root/profile.jpg
Found linux image: /boot/vmlinuz-3.13.0-24-generic
Found initrd image: /boot/initrd.img-3.13.0-24-generic
Found memtest86+ image: /boot/memtest86+.elf
Found memtest86+ image: /boot/memtest86+.bin
done
# root@ubuntu:~# reboot
Âü°í
http://www.unixmen.com/change-grub-background-themes-ubuntu-linux-mint/