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

Notices


Reply
  Search this Thread
Old 09-09-2004, 01:55 PM   #1
vavoem
Member
 
Registered: Oct 2003
Location: Rotterdam, the Netherlands
Distribution: Debian Sarge
Posts: 102

Rep: Reputation: 15
Tux drinking beer?


In woody there used to be such a nice beer drinking tux while booting.
Why is he not there anymore in sarge.

Or better yet how can i get there?

Thnx a bunch
 
Old 09-10-2004, 02:01 AM   #2
myriad-zero
Member
 
Registered: Aug 2004
Location: /india/tn/chennai
Distribution: Debian
Posts: 38

Rep: Reputation: 15
What package you are talking about?
 
Old 09-10-2004, 02:19 AM   #3
vavoem
Member
 
Registered: Oct 2003
Location: Rotterdam, the Netherlands
Distribution: Debian Sarge
Posts: 102

Original Poster
Rep: Reputation: 15
When i installed debian woody there used to be in the text based part of booting a small penguin in the upper left corner holding a jug of beer.

Now i have installed the net-inst version of sarge and it's not there anymore
 
Old 09-10-2004, 06:18 AM   #4
HappyTux
Senior Member
 
Registered: Mar 2003
Location: Nova Scotia, Canada
Distribution: Debian AMD64
Posts: 4,170

Rep: Reputation: 244Reputation: 244Reputation: 244
Quote:
Originally posted by vavoem
When i installed debian woody there used to be in the text based part of booting a small penguin in the upper left corner holding a jug of beer.

Now i have installed the net-inst version of sarge and it's not there anymore
You are talking about using the framebuffer when you boot, you get it by putting something like this in your /etc/lilo.conf (although with the new installer your probably using grub) vga=791. Here's a table of the ones I know about.

Code:
Screen   640x480 800x600 1024x768 1280x1024 1600x1200 
Colors    --------------------------- -------------------------------------------
 256      | 769         771          773            775              796 
 32,768 | 784         787           790           793              797 
 65,536 | 785         788           791           794              798 
 16.8M   | 786        789           792           795              799
If you post the grub config file whatever it is we could possibly tell you where to put the option so you get this of course assuming I am correct and you are using grub if using lilo just change or uncomment the already existing line in the /etc/lilo.conf and then use a number from the above for the resolution and colour depth you want the run /sbin/lilo -v all this as root of course.
 
Old 09-10-2004, 07:00 AM   #5
m_yates
Senior Member
 
Registered: Aug 2003
Location: Upstate
Distribution: Debian, Mint, Mythbuntu
Posts: 1,249

Rep: Reputation: 101Reputation: 101
Quote:
Originally posted by HappyTux
You are talking about using the framebuffer when you boot....
It is the boot logo on the framebuffer. However, the Penguin logo has changed and Tux is no longer drinking beer You would probably have to patch the kernel somehow with the old beer drinking penguin, but I wouldn't know how it is done. Also, in recent (2.6.x) stock Debian kernel images, the boot logo is turned off, so you get no image even after enabling the framebuffer. You have to turn on the boot logo in the kernel configuration and recompile the kernel. If you do that, you will get a penguin, but no beer.
 
Old 09-10-2004, 07:25 AM   #6
HappyTux
Senior Member
 
Registered: Mar 2003
Location: Nova Scotia, Canada
Distribution: Debian AMD64
Posts: 4,170

Rep: Reputation: 244Reputation: 244Reputation: 244
Quote:
Originally posted by m_yates
It is the boot logo on the framebuffer. However, the Penguin logo has changed and Tux is no longer drinking beer You would probably have to patch the kernel somehow with the old beer drinking penguin, but I wouldn't know how it is done. Also, in recent (2.6.x) stock Debian kernel images, the boot logo is turned off, so you get no image even after enabling the framebuffer. You have to turn on the boot logo in the kernel configuration and recompile the kernel. If you do that, you will get a penguin, but no beer.
This part of the newbiedocs shows you how to do it, it is for the Debian logo but the principal should be the same when you get the penguin logo patch from Debian if they still have it that is. That kind of sucks no more Tux with the framebuffer never knew that I use only the kernel.org sources it works fine there thanks for the info.
 
Old 09-10-2004, 08:29 AM   #7
vavoem
Member
 
Registered: Oct 2003
Location: Rotterdam, the Netherlands
Distribution: Debian Sarge
Posts: 102

Original Poster
Rep: Reputation: 15
PFew looks like i have something to do this weekend
22 Pages of howto install and configure your kernel.

Since i have read the pages and it warns me about 3 times to make a backup on a floppy. i was wandering if i can also make a backup of the recent kernel to a cd since i was to cheap to buy a floppy drive

wich command should i use for that?

cdrecord mkboot path_to_kernel ?
 
Old 09-10-2004, 08:36 AM   #8
m_yates
Senior Member
 
Registered: Aug 2003
Location: Upstate
Distribution: Debian, Mint, Mythbuntu
Posts: 1,249

Rep: Reputation: 101Reputation: 101
I don't worry about the backup because I also don't have a floppy. What I do is keep a Knoppix CD on hand. If for some reason you can't boot into your computer, you can boot up in Knoppix. Once in Knoppix, you can chroot to your hard drive and fix whatever is wrong. Take a look at www.knoppix.net docs and forums for using Knoppix as a rescue CD. Most any other live CD can be used that way as well (Morphix, Mepis, etc.)
 
Old 09-10-2004, 08:57 AM   #9
vavoem
Member
 
Registered: Oct 2003
Location: Rotterdam, the Netherlands
Distribution: Debian Sarge
Posts: 102

Original Poster
Rep: Reputation: 15
Yes thats a smart idea indeed
I have a knoppix cd at hand

When i run into trouble i will post in this thread..
Lets get my feet wet! and do some kernel compiling OHHH JOY!!!!
 
Old 09-10-2004, 09:08 AM   #10
crashmeister
Senior Member
 
Registered: Feb 2002
Distribution: t2 - trying to anyway
Posts: 2,541

Rep: Reputation: 47
In short - keep always a kernel that is good in /boot - heck I got about 9 different kernel in there.Have to do some spring cleaning one day.
That howto is debian specific.I never built my kernels that way even with debian because it is imho just too complicated.I don't care what anybody says.
If you build a kernel the normal way you just download the source and unpack it to /usr/src then point the /usr/src/linux symlink to it and do cd /usr/src/linux - make menuconfig - configure the kernel - make bzImage - make modules_install copy /usr/src/linux/arch/i386/boot/bzImage to /boot and configure the boot loader.
End of story.
Oh - don't forget to pray to your favourite divine entity during reboot

Last edited by crashmeister; 09-10-2004 at 09:10 AM.
 
Old 09-11-2004, 12:22 PM   #11
vavoem
Member
 
Registered: Oct 2003
Location: Rotterdam, the Netherlands
Distribution: Debian Sarge
Posts: 102

Original Poster
Rep: Reputation: 15
the kernel upgrade patch worked out but check this out!
I found something way cooler than tux drinking beer!!!
You can make your own!

Check this out!
http://www.bootsplash.de/

that rocks
 
  


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
Quake 2 is gonna drive me to drinking... Berto Linux - Games 10 10-26-2004 12:37 PM
Drinking too much? korozion General 6 07-23-2004 03:02 PM
Got Beer? case1984 General 89 03-14-2004 07:45 PM
Drinking wine demmylls Linux - General 14 11-17-2003 04:45 PM
Underage drinking under supervisor of mom Eits0 General 24 08-28-2002 02:02 PM

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

All times are GMT -5. The time now is 07:44 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