<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
<blockquote type="cite">
  <pre wrap="">On 12/21/05, jludwig <a class="moz-txt-link-rfc2396E"
 href="mailto:wralphie@comcast.net"><wralphie@comcast.net></a> wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap=""><span class="moz-txt-citetags">> </span>On Wednesday 21 December 2005 19:14, Rodrigo López Negrete de la Fuente wrote:
    </pre>
    <blockquote type="cite">
      <pre wrap=""><span class="moz-txt-citetags">> > </span>Hello,
<span class="moz-txt-citetags">> ></span>
<span class="moz-txt-citetags">> > </span>Does anybody know if rhgb (Red Hat Graphic Boot) can accept other options
<span class="moz-txt-citetags">> > </span>besides 'quiet'? The command is issued in the grub.conf file like this
<span class="moz-txt-citetags">> > </span>(second to last word):
<span class="moz-txt-citetags">> ></span>
<span class="moz-txt-citetags">> > </span>  kernel /vmlinuz-2.6.9-22.0.1.EL ro root=/dev/VolGroup00/LogVol00 rhgb
<span class="moz-txt-citetags">> > </span>quiet
<span class="moz-txt-citetags">> ></span>
<span class="moz-txt-citetags">> > </span>I was hoping to personalize the graphic boot, but i haven't been able to
<span class="moz-txt-citetags">> > </span>find a howto/manual for rhgb. If anybody knows where to find it I would
<span class="moz-txt-citetags">> > </span>really appreciate it.
<span class="moz-txt-citetags">> ></span>
<span class="moz-txt-citetags">> > </span>Thanks all!!
<span class="moz-txt-citetags">> > </span>--
<span class="moz-txt-citetags">> > </span>Rodrigo López Negrete
<span class="moz-txt-citetags">> > </span><a
 class="moz-txt-link-freetext" href="http://muon.blogdns.org/%7Erush/">http://muon.blogdns.org/~rush/</a>
      </pre>
    </blockquote>
    <pre wrap=""><span class="moz-txt-citetags">></span>
<span class="moz-txt-citetags">> </span>This is mine.
<span class="moz-txt-citetags">> </span>The vga=0x31a gives a smaller font for booting and "V" terminals.
<span class="moz-txt-citetags">> </span>The dunes.xpm.gz is my backround.
<span class="moz-txt-citetags">></span>
<span class="moz-txt-citetags">> </span>One big warning!!
<span class="moz-txt-citetags">> </span> If this file is not correct and all components exist where indicated the
<span class="moz-txt-citetags">> </span>system probably won't boot.
<span class="moz-txt-citetags">></span>
<span class="moz-txt-citetags">> </span># Note that you do not have to rerun grub after making changes to this file
<span class="moz-txt-citetags">> </span># NOTICE:  You have a /boot partition.  This means that
<span class="moz-txt-citetags">> </span>#          all kernel and initrd paths are relative to <i
 class="moz-txt-slash"><span class="moz-txt-tag">/</span>boot<span
 class="moz-txt-tag">/</span></i>, eg.
<span class="moz-txt-citetags">> </span>#          root (hd0,0)
<span class="moz-txt-citetags">> </span>#          kernel /vmlinuz-version ro root=/dev/hda2
<span class="moz-txt-citetags">> </span>#          initrd /initrd-version.img
<span class="moz-txt-citetags">> </span>#boot=/dev/hda
<span class="moz-txt-citetags">> </span>color=blue/light-gray
<span class="moz-txt-citetags">> </span>default=2
<span class="moz-txt-citetags">> </span>splashimage=/grub/dunes.xpm.gz
<span class="moz-txt-citetags">> </span>timeout=15
<span class="moz-txt-citetags">> </span>title Fedora Core (2.6.10-2.1.ll.rhfc3.ccrma)
<span class="moz-txt-citetags">> </span>        root (hd0,0)
<span class="moz-txt-citetags">> </span>        kernel /vmlinuz-2.6.10-2.1.ll.rhfc3.ccrma ro root=LABEL=/ vga=0x31a
<span class="moz-txt-citetags">> </span>        initrd /initrd-2.6.10-2.1.ll.rhfc3.ccrma.img
<span class="moz-txt-citetags">> </span>title Fedora Core (2.6.11-1.35_FC3)
<span class="moz-txt-citetags">> </span>        root (hd0,0)
<span class="moz-txt-citetags">> </span>        kernel /vmlinuz-2.6.11-1.35_FC3 ro root=LABEL=/ vga=0x31a
<span class="moz-txt-citetags">> </span>        initrd /initrd-2.6.11-1.35_FC3.img
<span class="moz-txt-citetags">> </span>title Fedora Core (2.6.12)
<span class="moz-txt-citetags">> </span>        root (hd0,0)
<span class="moz-txt-citetags">> </span>        kernel /vmlinuz-2.6.12 ro root=LABEL=/ vga=0x31a
<span class="moz-txt-citetags">> </span>        initrd /initrd-2.6.12.img
<span class="moz-txt-citetags">></span>
    </pre>
  </blockquote>
  <pre wrap=""><!---->
What you have posted "vga=0x31a" is a option for GRUB to set the
graphics adapter to a certain configuration.  "rhgb" is also an option
for GRUB which causes the Red Hat graphical boot utility to be
launched. For more information regarding GRUB do a "info grub" from
the command line.       

  </pre>
</blockquote>
<br>
Actually what I want to do is to personalize the graphical boot screen.
I wanted to use a personalized picture/splash screen... I've read about
using bootsplash (<a class="moz-txt-link-abbreviated" href="http://www.bootsplash.org">www.bootsplash.org</a>), but as I understood it requires
for me to recompile the kernel. This is too much trouble for a 'simple'
whim. So I wondered if there's a way to modify rhgb, or else I would
just leave it as it is.<br>
<br>
Thanks again!<br>
<br>
--<br>
Rodrigo López Negrete<br>
<span class="moz-txt-citetags"></span><span
 class="moz-txt-link-freetext"><a class="moz-txt-link-freetext" href="http://muon.blogdns.org/~rush/">http://muon.blogdns.org/~rush/</a></span><br>
<br>
<br>
<br>
<br>
</body>
</html>