Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I have Fedora Core 2 instaled on my machine. It's nice that when booting (init 5) there is a picture etc (it starts X and shows the picture and everything) ...
What I was wandering is how do I configure linux to boot in init 3 mode and to avoid all the messages that it gives. I want to hide all the messages so that the user isn't bodered with all the stuff written on the monitor. I guess that I would have to do something in the kernel too, so every idea is very welcome.
I'm also trying to change the stuff from BIOS to a nice picture, but that would be my problem.
I'm sorry I wasn't very clear. My knowledge of English is not great, and even less great of Linux.
I know how to change my inittab etc and to boot in init 3...
What I want to do from my computer is a TV. So from init 3 I start X and then tvtime (fullscreen) and that is OK, but I'm trying to get all messages like (I'm at work and don't know them :-)):
Booting
Fedora Core 2
Uncompresing Linux...
Messages about loading modules and then (OK) or (ERROR) etc...
login:
password:
etc...
What I want is to turn on the computer, some Welcome screen (while loading everithing), then X and tvtime.
I hope I make it clear this time.
And the picture that BIOS would give is like all the computers like DELL, HP etc... You don't get anything that to an ordinary user doesn't even understand.
I've found that there are scripts in /etc/rc.d/rc3.d that writes all this messages, so you can just edit the scripts and get rid of the text (boot and shutdown messages almost all). Also there are rc and rc.sysinit containing some text in /etc/rc.d.
NOTE: Make backup of every file you edit (You cannot boot if you erase something that you should not!!! (I made that mistake ))
I didn't get rid from the first several messages from the kernel I guess.
I could not download bootsplash, but I'll see about that too.
And Masand please tell me where can I set up boot logo you were talking about. (I'm running kernel 2.6.5)
there are several different thing which would print messages
the computers bios on first boot
the boot loader
the kernel
and the startup scripts
in the bios you may have an option to display a logo and avoid the messages, or you may not
the boot loader i dont know about but you could try "man lilo" or "man grub" or whatever it is your using
probaly grub i suppose
now for the rest i'm not certain of the actual command
but in options to pass to the kernel when its loaded you might be able to redirect all the output to /dev/null
which is the end of all things unix
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.