Hi all,
I wrote a little script that automates the process of changing just the initial GRUB picture, of the bootmenu, as Mint uses grub-gfxmenu you can put virtually any picture on your bootmenu, yours, your dog, really cool, i made the .deb package of the script to ease my life porting it to my workplaces, and friends houses. I hope community enjoys it too, take a look:
# How to get out if your grub picture becomes crapped :
turn the link /boot/gfxmenu/default.message to /boot/gfxmenu/gnome.message (mint's default)
http://www.samircury.eng.br/gfxgrub-change-0.3.6.deb
for installation and usage :
#dpkg -i gfxgrub-change-0.3.6.deb
#gfxgrub-change -i image.jpg
As i'm studiyng about gfxboot i'm looking for the possibility of adding some music too hehehe
I'm sending attached a screenshot of the results i was testing on my VM (Ubuntu) i'm trying to make this work with Ubuntu, that's a pity that it doesn't have grub-gfxboot as default, so some extra steps are needed, but nevermind, we're on Mint.
Important notes
if you got your image at boot not on the entire screen, or bigger than that, it shouldn't happen, the command detects which resolution of GRUB gfxmenu is being used and resizes the image to that size. If you get wrong, report the bug here.
Options (by now) :
I included an option -c (custom) so you can pass your customized resolution (your bet of which size of the picture will fit your boot screen) example:
gfxgrub-change -c 1024x768 -i Desktop/myimage.jpg
Also, if you got black screen at boot, is some kind of spec of the image that didn't fit, still figuring out why, worst case you got a black-screen GRUB, so i made this option -f (fix) example:
#gfxgrub-change -f
This should repair to Mint's default.



