Re: HELP!! "Unable to open initial console"

Horst von Brand (vonbrand@inf.utfsm.cl)
Tue, 15 Dec 1998 09:30:42 -0300


Philip Blundell <philb@gnu.org> said:

> [Who was this?]
> >the wrong root partition on the LILO command line. (One wishes the
> >error message were more precise -- it could at least say why it can't
> >open it: "/dev/tty0 not found", "/dev/console not found", "/dev
> >directory missing".) This would be consistent with your suspicion that

> This is all done inside the kernel so you don't get much in the way of
> window dressing. An errno number could be arranged but that's about your
> lot. :-)

Come on, the application is certainly in a position to interpret the errno
for the user if it so wishes: It knows what it was doing, and if opening a
file (or whatever) fails, it can go look around what went wrong. Sure, it's
easier just to perror(3).

-- 
Dr. Horst H. von Brand                       mailto:vonbrand@inf.utfsm.cl
Departamento de Informatica                     Fono: +56 32 654431
Universidad Tecnica Federico Santa Maria              +56 32 654239
Casilla 110-V, Valparaiso, Chile                Fax:  +56 32 797513

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