Click to See Complete Forum and Search --> : Creating your own LILO picture


thoughtlover
11-17-2000, 05:57 PM
I recently installed RH 7.0 and discovered RH's LILO now comes with a GUI.. and a rather boring picture I might add.
I discovered through experimentation that it is possible to change this image without any code diving.
Heres what I have learned:

The PCX Image can be installed into LILO by:.
By creating a 320x200 pcx file less than 65535 bytes in size,
moving it into in the /boot directory,
changing the /etc/lilo.conf to include the line "message=/boot/HomerX2.pcx",
and running the "lilo" command.

Color Index Stats:
Index 0 - The color of the border around the picture.
Index 127 - The color of un-highlighted text.
Index 255 - The color of highlighted text.
Index 0-255 - All can be used for the LILO picture...but I'd suggest using only Indexes 0-127.. unless you want to get tricky...the reason is:
Whenever any color X in the index color range 0-127 is highlighted, it becomes the index color X+128. I assume the opposite occurs when the color-range 128-255 is highlighted (X-128), but I have not tried this yet.

My first attempt turned out fairly nice.
I used range 0-127 for my picture,
copied indexes 0-127 into indexes 128-255,
applied an offset of neg #000022 to range 128-255 (to give highlighting a yellow tinge),
set index 127 to black (some pixel juggling involved),
set index 255 to white,
and here is the result in pcx format... if anyone wants to try:
HomerX2.pcx (http://members.home.net/thoughtlover/HomerX2.pcx)

This one was only my Learning picture. I plan on making a Tux one when I get the chance. I will post it here when I do.

I also plan to do a little digging to see if there is any way to change the text location (If there isn't a way without source diving, it should be changed), and see if perhaps the font can be changed (It would be nice.. but not necessary).

thoughtlover
11-17-2000, 06:11 PM
Blast.. how many maor Posts til I lose this Jr. status =p=p=p

Paul Weaver
11-19-2000, 02:48 AM
somewhere is the region of 18 IIRC. 320*200, the same size as the "Loading windows 95" thing....

Paul Weaver
11-19-2000, 02:50 AM
somewhere is the region of 18 IIRC.

320*200, the same size as the "Loading windows 95" thing....

Sweede
11-19-2000, 07:50 PM
That is your lilo bootup picture !!
HOLY SHNIKIES !!

i dont like redhat 7.0, but im going to install that just to see that.

hehe

thoughtlover
11-22-2000, 10:40 PM
Here's another http://www.linuxnewbie.org/ubb/biggrin.gif
tux.pcx (http://members.home.net/thoughtlover/tux.pcx)

thoughtlover
11-23-2000, 12:19 AM
One last one.. Flutterbys from the game Black and White.
BlackAndWhite.pcx (http://members.home.net/thoughtlover/BlackAndWhite.pcx)
http://www.linuxnewbie.org/ubb/smile.gif http://www.linuxnewbie.org/ubb/redface.gif http://www.linuxnewbie.org/ubb/biggrin.gif http://www.linuxnewbie.org/ubb/wink.gif http://www.linuxnewbie.org/ubb/tongue.gif http://www.linuxnewbie.org/ubb/cool.gif http://www.linuxnewbie.org/ubb/rolleyes.gif

eddiewowen
11-27-2000, 12:55 AM
Originally posted by Sweede:
That is your lilo bootup picture !!
HOLY SHNIKIES !!

i dont like redhat 7.0, but im going to install that just to see that.

hehe

What's a SHNIKIES??

djv
11-27-2000, 04:34 AM
OK, I've installed the latest version of LILO distributed by 'drake, (21.5.1 I beleive) and I still can't get it to work. Is there a special argument (say, a vga=___) or something in your lilo.conf? Even better, just cat lilo.conf and post it here. TIA!

Nailz
11-29-2000, 02:59 PM
Holy Shnikies is a Chris Farley line from Tommy Boy.

mastersibn
11-29-2000, 03:10 PM
Originally posted by thoughtlover:
Blast.. how many maor Posts til I lose this Jr. status

45. http://www.linuxnewbie.org/ubb/biggrin.gif


------------------
grab my gnupg key (http://jove.prohosting.com/~msibn/sibn-p.asc) if you feel so inclined.


cAPS lOCK? wHAT cAPS lOCK?
I cna ytpe 300 wrods pre mniuet!!!
an operating system has not just advantages...

thoughtlover
11-30-2000, 04:14 PM
I did a little digging and found some pages leading me to believe Redhat's Gui Lilo is "an adopted graphical hack from Stormix/Debian".
I found this page detailing how to install it:
http://members.linuxstart.com/~zoyd/writeups/w11.php
(I have not tested this as Redhat cames with it by default)
Also, some student posted to Freshmeat.net under lilo comments that lilo version 21.6 has a graphical lilo built in... though I do not think this to be true *shrug*. I have not looked into this (and likely will not). Hope this helps. http://www.linuxnewbie.org/ubb/biggrin.gif

thoughtlover
11-30-2000, 04:32 PM
I will post my lilo.conf here soon. Funfortunatly, I am not at home right now =p Hehe.. one post closer to 45.

thoughtlover
11-30-2000, 11:18 PM
>cat /etc/lilo.conf
boot=/dev/hda
map=/boot/map
install=/boot/boot.b
prompt
timeout=50
message=/boot/BlackAndWhite.pcx
lba32
default="Red Hat"

image=/boot/vmlinuz-2.2.16-22
label="Red Hat"
read-only
root=/dev/hda7

image=/boot/vmlinuz-2.4.0-test11
label="Purple Hat"
read-only
root=/dev/hda7

other=/dev/hda1
label=Windows

f'lar
12-05-2000, 07:31 PM
I think you need 60 now.

mastersibn
12-15-2000, 02:54 AM
Shameless btt so I can come back in a few days and still have it here. http://www.linuxnewbie.org/ubb/biggrin.gif

------------------
grab my gnupg key (http://jove.prohosting.com/~msibn/sibn-p.asc) if you feel so inclined.


cAPS lOCK? wHAT cAPS lOCK?
I cna ytpe 300 wrods pre mniuet!!!
an operating system has not just advantages...

mrBen
12-16-2000, 10:44 AM
I used to use Caldera OpenLinux 2.3 which had a completely graphical boot-up, but I think they were using LoadLin instead. Anybody else seen this?

------------------
mrBen

compunuts
12-26-2000, 02:39 PM
Actually, Caldera use GURB.