There&#39;s also a limit to the number of colors that can be used. Any 12 or 16 with defined color palate index at 0=black, 15=white (or vice-versa?).<br><br><div class="gmail_quote">On Thu, Aug 19, 2010 at 2:56 PM, Michael B. Trausch <span dir="ltr">&lt;<a href="mailto:mike@trausch.us">mike@trausch.us</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div class="im">On Thu, 2010-08-19 at 13:07 -0400, Michael B. Trausch wrote:<br>
&gt; On Thu, 2010-08-19 at 12:38 -0400, <a href="mailto:wolf@wolfhalton.info">wolf@wolfhalton.info</a> wrote:<br>
&gt; &gt; I notice that my grub boot menu splash screen is a picture of the<br>
&gt; &gt; debian logo.  Is there a place to go to customize this graphic?<br>
&gt; There<br>
&gt; &gt; is nothing wrong with it.  I just want to be able to know how to<br>
&gt; &gt; change it.<br>
&gt;<br>
&gt; Check /etc/default/grub -- look for the &quot;GRUB_BACKGROUND&quot; line.<br>
<br>
</div>Oh, and another thing, you&#39;ll need to make sure that there is an<br>
&quot;insmod&quot; line for the type of image format that is being used.  If the<br>
image that you want to use is the same type as the existing one, all<br>
should be fine.<br>
<br>
After you update /etc/default/grub, don&#39;t forget to run the command to<br>
update GRUB&#39;s static configuration file:<br>
<br>
  $ sudo update-grub<br>
<br>
So that the changes will take effect.<br>
<br>
Note that you should update /etc/default/grub, and<br>
not /boot/grub/grub.cfg directly, because every time a new kernel update<br>
is pulled, APT will automatically run the update-grub command, which<br>
means that if you make any changes in /boot/grub/grub.cfg, they will be<br>
lost at the next kernel upgrade.<br>
<br>
As an example, let&#39;s say that GRUB is setup for a 640x480 graphics mode<br>
(e.g., &quot;GRUB_GFXMODE=640x480&quot; in /etc/default/grub), and you want to use<br>
a PNG graphic located in /boot/splash.png.  At the end<br>
of /etc/grub/default, you&#39;ll add the following lines (or if these lines<br>
exist you&#39;ll modify them as needed for what you want):<br>
<br>
  GRUB_BACKGROUND=&quot;/boot/splash.png&quot;<br>
  GRUB_PRELOAD_MODULES=&quot;png&quot;<br>
<br>
GRUB_PRELOAD_MODULES is a space delimited variable, so if you want to<br>
load multiple modules that are not loaded in the standard configuration,<br>
you&#39;ll put them listed one by one, for example:<br>
<br>
  GRUB_PRELOAD_MODULES=&quot;png mdraid lvm&quot;<br>
<br>
I don&#39;t have a complete list of what&#39;s loaded in the stock Ubuntu<br>
configuration at the moment, so some of those may never be necessary.<br>
At least in my case, I needed to create the variable with the png module<br>
so that I could use a PNG boot splash.<br>
<div><div></div><div class="h5"><br>
        --- Mike<br>
<br>
_______________________________________________<br>
Ale mailing list<br>
<a href="mailto:Ale@ale.org">Ale@ale.org</a><br>
<a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
See JOBS, ANNOUNCE and SCHOOLS lists at<br>
<a href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/listinfo</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>-- <br>James P. Kinney III<br>I would rather stumble along in freedom than walk effortlessly in chains.<br><br><br>