[syslinux] hide all output

Gene Cumm gene.cumm at gmail.com
Thu Feb 19 18:59:56 PST 2009


On Tue, Feb 17, 2009 at 9:22 PM, Jason <jflatt at cox.net> wrote:
> I have been looking for a replacement bootloader that will hide all output and
> just boot the linux kernel.  I was using grub, but that output way too much
> information.  I just tried extlinux and am liking it a lot more than grub.  I
> would like to have absolutely no output at all though.  By setting the PROMPT
> to 0 it removes everything but the title.  Is there a setting that removes the
> EXTLINUX 3.20 3.20-pre8  Copyright (C) 1994-2005 H. Peter Anvin output?  I've
> already tried the CONSOLE 0 directive.
>

The version/copyright line is written before the configuration is
read.  This would require that you edit extlinux.asm to prevent it
from writing the text then recompile EXTLINUX.  The biggest issue with
such is that you will not know if anything works or fails until
something else outputs something to the console.

For this kind of a situation it may be easier to (by default) load a
COMBOOT/COM32 module that clears the screen (as simple as writing a
bunch of newlines) then runs another command that you pass to it.
This should be a simple extension of either my alias.c32 module or
Michael Brown's cmd.c32 module.

-- 
-Gene

"No one ever says, 'I can't read that ASCII E-mail you sent me.'"




More information about the Syslinux mailing list