From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by monty-python.gnu.org with archive (Exim 4.34) id 1BRx2z-0001iX-HV for mharc-grub-devel@gnu.org; Sun, 23 May 2004 13:46:05 -0400 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.34) id 1BRx2v-0001gj-TX for grub-devel@gnu.org; Sun, 23 May 2004 13:46:02 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.34) id 1BRweW-0005hs-0n for grub-devel@gnu.org; Sun, 23 May 2004 13:21:21 -0400 Received: from [80.190.231.112] (helo=khepri.openbios.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1BRweV-0005gz-BN for grub-devel@gnu.org; Sun, 23 May 2004 13:20:47 -0400 Received: from stepan by khepri.openbios.org with local (Exim 4.22) id 1BRwhj-0003xO-Hs for grub-devel@gnu.org; Sun, 23 May 2004 19:24:07 +0200 Date: Sun, 23 May 2004 19:24:07 +0200 From: Stefan Reinauer To: The development of GRUB 2 Message-ID: <20040523172407.GA15176@openbios.org> References: <200405221621.51788.T.E.Baldwin99@members.leeds.ac.uk> <200405231903.10997.okuji@enbug.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200405231903.10997.okuji@enbug.org> X-Operating-System: Linux 2.6.5-12.7-smp on an x86_64 User-Agent: Mutt/1.5.5.1i X-Duff: Orig. Duff, Duff Lite, Duff Dry, Duff Dark, Raspberry Duff, Lady Duff, Red Duff, Tartar Control Duff, (Düff) Subject: Re: RISC OS/ARM port X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 May 2004 17:46:04 -0000 * Yoshinori K. Okuji [040523 19:03]: > On Saturday 22 May 2004 17:21, Timothy Baldwin wrote: > > How should console errors be handled? Currently they are fatal, and > > won't happen unless the console is redirected (assuming USB drivers > > don't complain). > > I don't know. Probably there is no other way than treating them as fatal > errors. What exactly does this mean for booting? The most fatal thing for a bootloader to be used by server machines are error messages like "no keyboard found. press f1 to continue". Basically, if no console is found by grub, it should continue to boot the default operating system. Bailing out is definitely no option. Stefan.