<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<TITLE>Message</TITLE>
<META content="MSHTML 6.00.2800.1106" name=GENERATOR></HEAD>
<BODY>
<DIV>
<TABLE width="100%" border=1>
<TBODY>
<TR>
<TD>
<TABLE cellSpacing=0 cellPadding=10 width="100%" bgColor=#ffffff border=1
color="#ffffff">
<TBODY>
<TR>
<TD><FONT face=arial,sans-serif color=black size=-1>This is <B><FONT
color=#0039b6>G</FONT> <FONT color=#c41200>o</FONT> <FONT
color=#f3c518>o</FONT> <FONT color=#0039b6>g</FONT> <FONT
color=#30a72f>l</FONT> <FONT color=#c41200>e</FONT></B>'s <A
href="http://www.google.com/help/features.html#cached"><FONT
color=blue>cache</FONT></A> of <A
href="http://hints.linuxfromscratch.org/hints/lilo.txt"><FONT
color=blue>http://hints.linuxfromscratch.org/hints/lilo.txt</FONT></A>.<BR><B><FONT
color=#0039b6>G</FONT> <FONT color=#c41200>o</FONT> <FONT
color=#f3c518>o</FONT> <FONT color=#0039b6>g</FONT> <FONT
color=#30a72f>l</FONT> <FONT color=#c41200>e</FONT></B>'s cache is
the snapshot that we took of the page as we crawled the web.<BR>The
page may have changed since that time. Click here for the <A
href="http://hints.linuxfromscratch.org/hints/lilo.txt"><FONT
color=blue>current page</FONT></A> without highlighting.<BR>To link
to or bookmark this page, use the following url:
<CODE>http://www.google.com/search?q=cache:yfG7l1vHhPwC:hints.linuxfromscratch.org/hints/lilo.txt+boot-bmp.b&hl=en&ie=UTF-8</CODE></FONT><BR><BR>
<CENTER><FONT size=-2><I>Google is not affiliated with the authors
of this page nor responsible for its
content.</I></FONT></CENTER></TD></TR>
<TR>
<TD>
<TABLE cellSpacing=0 cellPadding=0 border=0>
<TBODY>
<TR>
<TD><FONT face=arial,sans-serif color=black size=-1>These
search terms have been highlighted: </FONT></TD>
<TD bgColor=#ffff66><B><FONT face=arial,sans-serif color=black
size=-1>boot </FONT></B></TD>
<TD bgColor=#ffff66><B><FONT face=arial,sans-serif color=black
size=-1>bmp </FONT></B></TD>
<TD bgColor=#ffff66><B><FONT face=arial,sans-serif color=black
size=-1>b </FONT></B></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE>
<HR>
<PRE>TITLE: Lilo beautified
LFS VERSION: 3.3
AUTHOR:         yoonsoo <yoonsoo@gmx.net>
                
SYNOPSIS:
        How to get a nice picture as boot prompt
HINT:
Version 0.3
23/07/2002
Contents
--------
1. What do you need ?
2. Copying the bmp-file
3. preparing lilo.conf
4. Finish
5. Additional Remarks and Warnings
1. What do you need
----------------
lilo-22.2
         or
         lilo-22.3.2
         nasm-0.98.34
         (just install nasm the way you usually install packages)
640x480x16 bmp file
2. Copying BMP
-----------
        You can use any BMP with the dimensions 640x480 and a colordepth
of 16Bit. If you decide to use one of the BMP's shipped with
the lilo-package, you can find them at lilo-src/sample/
Just copy one of them to /boot (or somewhere else if
you want to). Imho logo64a.bmp looks good so I will refer
to this on.
        
3. Preparing lilo.conf
-------------------
There are two ways
        a) set the symlink /boot/boot.b to /boot/<B style="COLOR: black; BACKGROUND-COLOR: #ffff66">boot-bmp.b</B>
b) add install=boot/<B style="COLOR: black; BACKGROUND-COLOR: #ffff66">boot-bmp.b</B> to lilo.conf
I prefer to change the symlink for several reasons, so you
will find no install= in my lilo.conf below
add the following lines to lilo.conf
------------------------------------------------------
bitmap = /boot/logo64a.bmp (or whatever bmp you took)
bmp-colors = 6,9,0,15,9,0
bmp-table = 59,5,1,18,
bmp-timer = 66,28,6,8,0
-----------------------------------------------------
bmp-colors: here is where you set the colors used in your menu
the first three entries belongs to the normal menu-text and the
last three entries specifies the colors of the highlighted
menu-text.
bmp-table: location of the menu-table. First two entries gives
the x, and y cooridiantes of the menu table. 59 means column 59,
you cal also use (eg) p400 to adress in pixels instead. The next
two entries are the numbers of the rows and columns in our menu table.
The last entry will specify the space between the columns if there are
more than one.
bmp-timer: location of the timer-box for the countdown. The first two
entries are the coordinates and the next last values specifies the colors
alternatively, if you use a lilo version greater than 22.3 you could also do:
add the followjng lines to lilo.conf
--------------------------------------------------------------
bitmap = /boot/logo64a.bmp (or whatever bmp you took)
-------------------------------------------------------------
cat > /boot/logo64a.dat << "EOF"
bmp-colors = 6,9,0,15,9,0
bmp-table = 59,5,1,18,
bmp-timer = 66,28,6,8,0
EOF
lilo -E /boot/logo64a.dat
(see the manpage and the README's shipped with your lilo-Source for
further details)
4. Finish
------
        run lilo and reboot
        Enjoy your new Boot-menu ;)
5. Additional Remarks & Warnings
-----------------------------
        As it can be very risky to use lilo you should always have a
working boot disk to 'repair' your boot image if things went
wrong, and it will go wrong for sure ;)
Be sure, that your bmp-file exists and will not be erased
accidently.
And last not least : never forget to run lilo after you have
made some changes.
        There are advantages and disadvantages which comes with
        upgrading to lilo-22.3. Just check which is more important for
        you.
------------------------------------------------------------------
If you have any ideas, suggestions or found a bug you can send a
mail to:
yoon soo <yoonsoo@gmx.net>
------------------------------------------------------------------
</PRE></DIV>
<BLOCKQUOTE style="MARGIN-RIGHT: 0px">
<DIV></DIV>
<DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left><FONT
face=Tahoma size=2>-----Original Message-----<BR><B>From:</B>
owner-nflug@nflug.org [mailto:owner-nflug@nflug.org] <B>On Behalf Of </B>Cyber
Source<BR><B>Sent:</B> Sunday, November 03, 2002 3:21 PM<BR><B>To:</B>
nflug@nflug.org<BR><B>Subject:</B> RedHat Lilo
Graphic<BR><BR></FONT></DIV>Hello All, <BR> Does anyone have an idea of
how to change the RedHat lilo graphic? I have read some from the man page of
lilo.conf in Mandrake and it lists, bitmap=<bitmap-file>
<BR>
Specifies use of a 640x480x16 bitmap file as the
<BR>
background on which a boot menu is displayed. May
<BR>
not be used if 'message=' is specified. Requires
<BR>
that 'install=' specify a boot-loader which is
<BR>
capable of displaying the bitmap; i.e., boot-bmp.b. <BR>as an option, however,
I am not sure of how to specify this bootloader and the man page of lilo.conf
in RedHat 8.0 does not mention this at all. Anyone had any experience with
this? <BR><BR><BR><BR></BLOCKQUOTE></BODY></HTML>