I am trying to get a nice grub splash with my now mostly understood grub2 bootloader.
I followed these instructions, well at least the last ones.:
http://blogs.koolwal.net/2008/12/16/...splash-images/
I took my desktop background, changed the size accordingly and saved to /boot/images/backgroundfintan1.tga
I the edited the /etc/grub.d/05_debian_theme file to point to /boot/images:
and did :
When reboot I get the default blue box.
I wonder if it has anything to do with my video card?
I followed these instructions, well at least the last ones.:
http://blogs.koolwal.net/2008/12/16/...splash-images/
I took my desktop background, changed the size accordingly and saved to /boot/images/backgroundfintan1.tga
I the edited the /etc/grub.d/05_debian_theme file to point to /boot/images:
for i in {/boot/grub,/boot/images/}/backgroundfintan1.{png,tga} ; do
Code:
sudo update-grub
fintan@fintanws3:~$ sudo update-grub
Generating grub.cfg ...
Found Debian background: backgroundfintan1.tga
Found linux image: /boot/vmlinuz-2.6.31-4-generic
Found initrd image: /boot/initrd.img-2.6.31-4-generic
Found memtest86+ image: /memtest86+.bin
Found Ubuntu 9.04 (9.04) on /dev/sda1
done
fintan@fintanws3:~$
Generating grub.cfg ...
Found Debian background: backgroundfintan1.tga
Found linux image: /boot/vmlinuz-2.6.31-4-generic
Found initrd image: /boot/initrd.img-2.6.31-4-generic
Found memtest86+ image: /memtest86+.bin
Found Ubuntu 9.04 (9.04) on /dev/sda1
done
fintan@fintanws3:~$
I wonder if it has anything to do with my video card?
VGA compatible controller: Intel Corporation 82852/855GM Integrated Graphics Device
Comment