2003-01-28 10:01:12

by Raphael Schmid

[permalink] [raw]
Subject: AW: Bootscreen

> try init=/bin/bash in kernel command line.
Maybe I have a bad aura towards Linux or
something, but I can *still* press Alt-Fx.

You know, I've thought about the Bootscreen
thingy again, and also had a quick peek (on
Windows here) at those patches.

2.5 is all nice and fluffy, but you shouldn't
use it for any end user software really.

Would it be possible/easy (i.e.: the least
way of resistance) to modify the kernel so
that console initialization does not happen
until everything is up and running? What I
was up to in the first place was getting into
X as fast as possible, and without too many
different screens. I've even been thinking
of setting the hostname, bringing up loop-
back networking and calling xinit directly
from within the kernel (init/main.c or where
was it?).

So if Linux would not do *anything* to the
screen (as in: just leave alone whatever the
bootloader put there) just one command before
xinit is called, I'd be the most happy guy
on the planet and you'd see me jump around
in circles :-)

- Raphael


2003-01-28 10:22:40

by John Bradford

[permalink] [raw]
Subject: Re: AW: Bootscreen

> Would it be possible/easy (i.e.: the least
> way of resistance) to modify the kernel so
> that console initialization does not happen
> until everything is up and running? What I
> was up to in the first place was getting into
> X as fast as possible, and without too many
> different screens.

There is a boot option to do this, but I can't remember what it is :-)

It's something like boot=silent, or something.

then, you just get:

LILO loading linux...
Uncompressing the kernel...

Welcome to Linux 2.4.20
login:

John.

2003-01-28 10:36:36

by Alex Riesen

[permalink] [raw]
Subject: Re: AW: Bootscreen

John Bradford, Tue, Jan 28, 2003 11:32:34 +0100:
> > Would it be possible/easy (i.e.: the least
> > way of resistance) to modify the kernel so
> > that console initialization does not happen
> > until everything is up and running? What I
> > was up to in the first place was getting into
> > X as fast as possible, and without too many
> > different screens.
>
> There is a boot option to do this, but I can't remember what it is :-)
>
> It's something like boot=silent, or something.

"quiet"
It sets console log level to maximum.

> then, you just get:
>
> LILO loading linux...
> Uncompressing the kernel...
>
> Welcome to Linux 2.4.20
> login:
>
> John.
> -