PDA

View Full Version : How to replace the tux (pengwin) at boot ?



moran
02-10-2005, 09:39 AM
Hi,
Im booting my version with splash and console=tty2
it works great hiding all the booting process and looks good.

however the picture of tux is still poping up while booting.
anyone knows how i can replace this pic with something else ?

(Its not the logo.16 as the logo pic is changing the logo at boot prompt).

thanks

Nikolay
02-10-2005, 11:50 AM
Sorry for off topic, but can you please tell about how you manage to hide this kernel mesages during boot.

thanks

Nikolay

moran
02-10-2005, 03:10 PM
I added the arguments splash console=tty2

at the isolinux.cfg file,
this solved all the text issues,
however the tux symbol is still popping up and its not appropriate.

UnderScore
02-10-2005, 08:12 PM
Tux (the Linux penguin) is appearing at bootup because it was compiled into the framebuffer portion of the kernel. To remove this you need to either boot into plain vga mode:
knoppix vga=normal
or you need to recompile the kernel with the logo removed.
This google search (http://www.google.com/search?hl=en&lr=&c2coff=1&client=firefox-a&rls=org.mozilla%3Aen-US%3Aofficial_s&q=debian+kernel+tux+fb&btnG=Search) lead me to this (http://clue.denver.co.us/pipermail/clue-tech/2002-December/006412.html) and the comments here (http://www.debianplanet.com/node.php?id=664).
I hope this helps.
James

moran
02-16-2005, 09:41 AM
Thank you for the answers,

I was hoping there is a way to remove this logo without needing to recompile the kernel.

thanks

lorddecker
02-17-2005, 10:10 PM
Thank you for the answers,

I was hoping there is a way to remove this logo without needing to recompile the kernel.

thanks

there is, just append vga=normal to the end of the lilo/grub boot.

moran
02-17-2005, 10:35 PM
but then I cant run Xwindows as regular ? i think.

I guess ill have to go on compiling the kernel anyway :?

Doctor
02-18-2005, 03:51 AM
Pretend I don't speaka da english. (bad word day)

X != Frame Buffer

X has more drivers than Frame Buffer

Only Frame Buffer needed for X on certain platforms.

Nikolay
02-24-2005, 02:35 AM
I added the arguments splash console=tty2

at the isolinux.cfg file,
this solved all the text issues,
however the tux symbol is still popping up and its not appropriate.

Just one more question in which line did you add it? Should it be at the end of a config file or beginning? and syntaxis is it all in lower register?

thanks

Nikolay

Doctor
03-02-2005, 06:31 PM
goes inside the APPEND lines

I don't have an isolinux.cfg to look at right now, but for each boot choice theres like five lines. splash console=tty2 is the correct CaSeSeNsEtIvItY

moran
03-02-2005, 06:56 PM
yea, like doctor said.

you probably need to add it on the default line but if you dont know what is your default add it to each section.

but still you will have this ugly tux!