LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 07-12-2005, 09:42 PM   #1
kriidler
Member
 
Registered: May 2005
Location: Potchefstroom SA
Distribution: Slackware
Posts: 85

Rep: Reputation: 15
Question Graphical Lilo?


Hi All.

Can anyone tell me is it possible to have a graphical lilo interface? If so, how do I go about changing my existing text lilo to a graphical one? And once that's done, how do I "customize" it?

K
 
Old 07-12-2005, 09:44 PM   #2
Matir
LQ Guru
 
Registered: Nov 2004
Location: San Jose, CA
Distribution: Debian, Arch
Posts: 8,507

Rep: Reputation: 128Reputation: 128
Just google for "Lilo Splash" and lilo-gfx and there are a number of relevant links.
 
Old 07-12-2005, 09:50 PM   #3
kencaz
Senior Member
 
Registered: Mar 2005
Location: Las Vegas, NV
Distribution: Mandriva Slackware FreeBSD
Posts: 1,468

Rep: Reputation: 48
that would be in your lilo.conf file "splash="

cat /etc/lilo.conf

Example:
append="acpi=ht resume=/dev/hda3 splash=silent"

Points to the splash file here:
/usr/share/bootsplash/themes/Mandrakelinux/images/silent-1024x768.jpg

remeber to re-run "lilo" from root when making any changes.

KC
 
Old 07-12-2005, 10:01 PM   #4
killerbob
Member
 
Registered: Oct 2004
Location: Ottawa, ON
Distribution: Slackware
Posts: 662

Rep: Reputation: 31
You're talking about bootsplash, ken. That's a kernel patch...

The OP appears to be asking about LILO Splash. Here's the best guide I could find: http://www.princessleia.com/liloSplash.php
 
Old 07-12-2005, 10:06 PM   #5
kriidler
Member
 
Registered: May 2005
Location: Potchefstroom SA
Distribution: Slackware
Posts: 85

Original Poster
Rep: Reputation: 15
Hi kencaz.
I got no "splash" or even "append" in the the lilo.conf.

can I just add, say, 'append="splash=silent"' to have lilo go graphical?

k
 
Old 07-12-2005, 10:07 PM   #6
Matir
LQ Guru
 
Registered: Nov 2004
Location: San Jose, CA
Distribution: Debian, Arch
Posts: 8,507

Rep: Reputation: 128Reputation: 128
Appending splash="silent" would be a splash for the kernel boot, not for lilo.
 
Old 07-12-2005, 10:11 PM   #7
gbonvehi
Senior Member
 
Registered: Jun 2004
Location: Argentina (SR, LP)
Distribution: Slackware
Posts: 3,145

Rep: Reputation: 53
Read lilo and lilo.conf man pages about bitmap option. I've been using it and have a nice Tux image when I choose the operating systems.

Edit: You can get the image i'm using and the corresponding .dat file from http://gbonvehi.com.ar/temp/

Last edited by gbonvehi; 07-12-2005 at 10:14 PM.
 
Old 07-12-2005, 10:42 PM   #8
kriidler
Member
 
Registered: May 2005
Location: Potchefstroom SA
Distribution: Slackware
Posts: 85

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by killerbob
Here's the best guide I could find: http://www.princessleia.com/liloSplash.php
Hi killerbob,
will give that a try, and let you know if I got it right.

Quote:
Originally posted by gbonvehi
Read lilo and lilo.conf man pages about bitmap option. I've been using it and have a nice Tux image when I choose the operating systems.[/B]
I know what those are, and yes, I've read them, and I'm still pretty much in the dark! (I'm not all that technically minded ) I've found that the man pages tells you what can be done and how to do it, but they don't tell you what needs to be done before you can do the next thing. If that makes any sense. Basically man pages are not generally tutorials, and that's what I'm looking for.

thanks anyway.
 
Old 07-12-2005, 10:46 PM   #9
kencaz
Senior Member
 
Registered: Mar 2005
Location: Las Vegas, NV
Distribution: Mandriva Slackware FreeBSD
Posts: 1,468

Rep: Reputation: 48
Quote:
Originally posted by killerbob
You're talking about bootsplash, ken. That's a kernel patch...

The OP appears to be asking about LILO Splash. Here's the best guide I could find: http://www.princessleia.com/liloSplash.php
Your exactly right Bob, I should have read the post more carefully. Great link though... I'll have to give it a try as well.

KC
 
Old 07-12-2005, 11:01 PM   #10
gbonvehi
Senior Member
 
Registered: Jun 2004
Location: Argentina (SR, LP)
Distribution: Slackware
Posts: 3,145

Rep: Reputation: 53
I think it's well explained if you read both man pages.

You basically create the image (remember it has to be 640x480x16).

Then modify your lilo.conf with these things:
- Comment out the message= option by adding a # at the beggining of the line.

- Add a line with bitmap=/pathto/bitmap.bmp . Example: bitmap=/boot/ins64a.bmp

- Add a line with bmp-colors=foregroundcolor,backgroundcolor,shadowcolor,highlightedforegroundcolor,highlightedbackgroundc olor,highlightedshadowcolor.
Example: bmp-colors = 14,11,,15,9,0 (the omitted color defaults to transparent or none)

- Add another line with bmp-table=x,y,numberofcolumns,numberofrows,characterbetweencolumns,maxrowsincolumn
Example: bmp-table = 21,284p,2,7,175p,4 (the p means their positions are pixel based).

- Finally one with: bmp-timer=x,y,foregroundcolor,backgroundcolor,shadowcolor
Example: bmp-timer = 73,29,12,8,0

Run: lilo -v -v -v

If you haven't noticed, the example values correspond with the image I gave as example earlier (I didn't made the image and I don't remember where I got it, if you know, let me know).

EDIT: I should've read the tutorial, it similar to this post

Last edited by gbonvehi; 07-12-2005 at 11:04 PM.
 
Old 07-12-2005, 11:33 PM   #11
kriidler
Member
 
Registered: May 2005
Location: Potchefstroom SA
Distribution: Slackware
Posts: 85

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by gbonvehi
I should've read the tutorial, it similar to this post
Ah, you see, there's my problem with the man pages. Neither in your post nor in the tutoral, is there any mention of things like "lilo -E /path to/bitmap/bmp" etc. No wonder I couldn't get my lilo splash to work, I did either TOO many things or I didn't do them in the right order.

Also, shloudn't I add a line with something like "install=/boot/boot-bmp.b " to the lilo.conf?
k
 
Old 07-12-2005, 11:37 PM   #12
gbonvehi
Senior Member
 
Registered: Jun 2004
Location: Argentina (SR, LP)
Distribution: Slackware
Posts: 3,145

Rep: Reputation: 53
Quote:
Originally posted by kriidler
Ah, you see, there's my problem with the man pages. Neither in your post nor in the tutoral, is there any mention of things like "lilo -E /path to/bitmap/bmp" etc. No wonder I couldn't get my lilo splash to work, I did either TOO many things or I didn't do them in the right order.
The -E is not necesary if you specify the file and data in lilo.conf. I actually don't remember the steps I took to make it work, tomorrow if you can't make it work I'll try to recreate them.

Quote:

Also, shloudn't I add a line with something like "install=/boot/boot-bmp.b " to the lilo.conf?
k
Nope, acording to the man page. "... 'menu' is now the default, unless the configuration file contains the 'bitmap=' specification."
 
Old 07-12-2005, 11:46 PM   #13
kriidler
Member
 
Registered: May 2005
Location: Potchefstroom SA
Distribution: Slackware
Posts: 85

Original Poster
Rep: Reputation: 15
Thanks gbonvehi. I have to log off now, but will try to create my lilo splash again, and let yoou all know how successful I was.
ciao for now.
k
 
Old 07-13-2005, 11:21 AM   #14
dive
Senior Member
 
Registered: Aug 2003
Location: UK
Distribution: Slackware
Posts: 3,467

Rep: Reputation: Disabled
This my lilo.conf:

bitmap = /boot/lilo2.bmp
bmp-colors = 15,0,;15,8,
bmp-table = 490p,230p,1,3,,
bmp-timer = 550p,445p,15,0,0

Got that black and white slackware logo from reading one of the stickies at top of forum
hope it helps
 
Old 07-13-2005, 01:00 PM   #15
kriidler
Member
 
Registered: May 2005
Location: Potchefstroom SA
Distribution: Slackware
Posts: 85

Original Poster
Rep: Reputation: 15
Success!

Hi people, guess what? My lilo splash is working! Thanks a mill!

kencaz, as to the boot screens .... If I can't find out how to do them from the forum, I'll post a new thread.

Thanks again. If I had webspace I'd upload it, so you could have a peek!
BTW, is there a default folder for lilo splashes? You know like kde themes are in ~/.kde/share/apps/kthememanager/themes/ ?
k
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Graphical LILO quesiton TomalakBORG Linux - Software 4 04-22-2005 04:19 PM
graphical lilo....doensn't go graphical -0- Slackware 3 02-01-2005 08:47 PM
Graphical LILO not working apocolipse Slackware 3 11-23-2004 12:15 AM
lilo graphical menu???? azathot Mandriva 3 02-24-2004 10:14 PM
Lilo graphical menu ernie Linux - General 2 01-02-2002 09:35 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 08:16 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration