LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 06-01-2003, 12:28 PM   #1
itsjustme
Senior Member
 
Registered: Mar 2003
Location: Earth
Distribution: Slackware, Ubuntu, Smoothwall
Posts: 1,571

Rep: Reputation: 47
How do I NOT get that little penguin at boot up.


When I boot up slackware 9.0, I get that little penguin at the top left corner of the screen. I get this whether I have vga=normal or vga=7nn in lilo.conf. (don't know if or why that matters) When that penguin is there, the top 5 or 6 lines of my display are not usable, even after doing a Ctrl-L to clear the screen. If I do a 'less /etc/lilo.conf', and hit the Home and End keys several times, the file disappears off into that missing five or 6 lines of twighlight zone space such that I have to quit out of less and start again.

How I do boot up without that penguin and with access to the top 5 or 6 lines of my display?

Here's my lilo.conf, if it's needed for this:

# LILO configuration file
# generated by 'liloconfig'
#
# Start LILO global section
boot = /dev/hda
message = /boot/boot_message.txt
prompt
timeout = 1200
# Override dangerous defaults that rewrite the partition table:
change-rules
reset
# VESA framebuffer console @ 1024x768x256
#vga = 773
# Normal VGA console
vga = normal
# VESA framebuffer console @ 1024x768x64k
# vga=791
# VESA framebuffer console @ 1024x768x32k
# vga=790
# VESA framebuffer console @ 1024x768x256
# vga=773
# VESA framebuffer console @ 800x600x64k
# vga=788
# VESA framebuffer console @ 800x600x32k
# vga=787
# VESA framebuffer console @ 800x600x256
# vga=771
# VESA framebuffer console @ 640x480x64k
# vga=785
# VESA framebuffer console @ 640x480x32k
# vga=784
# VESA framebuffer console @ 640x480x256
# vga=769
# End LILO global section
# Linux bootable partition config begins
image = /boot/vmlinuz
root = /dev/hda3
label = Linux
read-only
# Linux bootable partition config ends

Except for testing different vga= lines, I have not modified this file. It's just the way it was after install.

Thanks...

Last edited by itsjustme; 06-01-2003 at 04:04 PM.
 
Old 06-01-2003, 12:55 PM   #2
kazuni
Member
 
Registered: May 2003
Location: Hong Kong
Distribution: Android on HTC Hero
Posts: 256

Rep: Reputation: 30
set vga to vga=0x030C (132x50 lines, you won't get a chance to see the penguin)

if you still do, looks like you need to recompile the kernel with logo set to OFF
 
Old 06-01-2003, 04:03 PM   #3
itsjustme
Senior Member
 
Registered: Mar 2003
Location: Earth
Distribution: Slackware, Ubuntu, Smoothwall
Posts: 1,571

Original Poster
Rep: Reputation: 47
Ok, I tried the vga=0x030C and I didn't see any difference in the screen. The penguin is still there. The top few lines are unusable.

I tried using most of the vga= entries in lilo.conf, and I didn't see any difference in the screen for any of them??

I am not yet to the point where I can recompile a kernel. So, I guess I can just live with the goofy screen problem caused by the penguin logo for now.

thanks...

edit: I reckon that lilo.conf is the wrong place to be looking for this issue anyway. Or, there's something that has to happen before lilo.conf, possibly related to 'framebuffer'. And, I assume that is a kernel recompile issue.

Last edited by itsjustme; 06-01-2003 at 04:16 PM.
 
Old 06-01-2003, 08:57 PM   #4
kazuni
Member
 
Registered: May 2003
Location: Hong Kong
Distribution: Android on HTC Hero
Posts: 256

Rep: Reputation: 30
yes, framebuffer it is. sorry man, i use grub not lilo, so i guess the vga variable does not apply for lilo.conf =\
 
Old 06-02-2003, 01:21 AM   #5
apeekaboo
Member
 
Registered: Apr 2003
Location: Stockholm/Sweden
Distribution: Kubuntu, Debian, Slax
Posts: 91

Rep: Reputation: 16
This may sound trivial but... Did you execute /sbin/lilo after your changes?
 
Old 06-02-2003, 07:40 AM   #6
snocked
Member
 
Registered: Dec 2002
Location: St. Louis, MO
Distribution: Slackware 9.1
Posts: 482

Rep: Reputation: 30
After you change lilo you have to run /sbin/lilo for changes to take effect.
 
Old 06-02-2003, 11:49 AM   #7
itsjustme
Senior Member
 
Registered: Mar 2003
Location: Earth
Distribution: Slackware, Ubuntu, Smoothwall
Posts: 1,571

Original Poster
Rep: Reputation: 47
Well, I rebooted after each change. That accomplishes the same thing, right?

Or do I have to specifically run /sbin/lilo?

thanks...
 
Old 06-02-2003, 12:26 PM   #8
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
No.

Changes to lilo aren't applied until you run /sbin/lilo
 
Old 06-02-2003, 12:32 PM   #9
DaFrEQ
Member
 
Registered: Mar 2002
Location: Earth... for now
Distribution: SuSE9.2 AMD64; LFS; GentooAMD64; Ubuntu10.04; RHEL 5.5; Solaris10(SPARC)
Posts: 418

Rep: Reputation: 30
fancypiper is right.
once finished you have to set the changes by running lilo
lilo -v or just lilo i believe
 
Old 06-02-2003, 02:27 PM   #10
itsjustme
Senior Member
 
Registered: Mar 2003
Location: Earth
Distribution: Slackware, Ubuntu, Smoothwall
Posts: 1,571

Original Poster
Rep: Reputation: 47
Ok, I see.

I have to make the change in lilo.conf.
Then run /sbin/lilo.
Then reboot.

I was able to change to vga=normal and got rid of the penguin and reclaimed the top few lines of the display. However, I prefer the 1024x768xnn settings which gives me more lines to view. I would just like it without the penguin, because that still hoses up the top few lines of the display.

Maybe somebody else, who isn't an uptime freak could test this out. Set lilo.conf to vga=773, or 791, or whatever. Run /sbin/lilo, Reboot. Watch all the text scroll up under the penguin, which takes away the top few lines of the monitor. Then do a 'less /etc/lilo.conf'. Hit End and Home a few times. And watch the text eventually disappear under the penguin. Do a Cntrl-L and then do the less thing again. And watch the text eventually disappear under the penguin. And do some other stuff and watch the top few lines be hosed up, such as doing an 'ls -la'. The top few lines stay hosed up.

Thanks if you have the time.

regards...
 
Old 06-02-2003, 02:51 PM   #11
itsjustme
Senior Member
 
Registered: Mar 2003
Location: Earth
Distribution: Slackware, Ubuntu, Smoothwall
Posts: 1,571

Original Poster
Rep: Reputation: 47
Uh..
And getting back to kazuni's comment. This probably requires a recompile with logo set to OFF, possibly.

I just don't understand what's so 'cute' about the penguin when it hoses up the top of the screen.
 
Old 06-02-2003, 03:16 PM   #12
phishman3579
Member
 
Registered: May 2003
Posts: 161

Rep: Reputation: 32
Quote:
Originally posted by itsjustme
Uh..
And getting back to kazuni's comment. This probably requires a recompile with logo set to OFF, possibly.

I just don't understand what's so 'cute' about the penguin when it hoses up the top of the screen.
I don't think it screws around with mine or I have never noticed.
 
Old 06-02-2003, 05:07 PM   #13
kazuni
Member
 
Registered: May 2003
Location: Hong Kong
Distribution: Android on HTC Hero
Posts: 256

Rep: Reputation: 30
http://linux.tucows.com/preview/162516.html

a patch to get rid of the penguin, LOL :P
 
  


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
penguin @ boot? devoyage Slackware 19 07-14-2006 04:21 AM
penguin mascot during boot pcandpc Linux - Newbie 6 05-16-2005 09:29 AM
no kernel difference, but boot penguin gone six6 Debian 8 12-13-2004 12:30 PM
Penguin 2 Days Old + Fedora/XP Dual Boot aliasNIGMA LinuxQuestions.org Member Success Stories 1 09-21-2004 03:47 AM
boot penguin german Linux - General 4 09-18-2003 01:25 PM

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

All times are GMT -5. The time now is 11:38 AM.

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