Re: Bootscreen

Alan Cox (alan@lxorguk.ukuu.org.uk)
28 Jan 2003 13:47:13 +0000


On Tue, 2003-01-28 at 13:09, Wichert Akkerman wrote:
> It takes a while before the kernel starts init though, especially if you
> have things like SCSI controllers to initialise. If you do not use fb
> you can have your bootloader setup a pretty bootscreen, but if you need
> fb I don't see how you can prevent the textscreen with kernel messages.

I'd not really pondered people who compile many drivers into their kernel
instead of into the initrd. I guess a few people still do that.

As to the messages, if you are in graphical mode then you are right, the
messages could be supressed and sent via user space but not directly. I
guess the other way then is to use a custom font, set the configuration to
not leave gaps between characters and draw a boot graphical view in that
font ?

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/