From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1E3XGE-0006Kf-EO for mharc-grub-devel@gnu.org; Fri, 12 Aug 2005 06:59:38 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1E3XFo-0006Ft-Ue for grub-devel@gnu.org; Fri, 12 Aug 2005 06:59:15 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1E3XFh-0006CE-PK for grub-devel@gnu.org; Fri, 12 Aug 2005 06:59:10 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E3XFg-00066f-4T for grub-devel@gnu.org; Fri, 12 Aug 2005 06:59:04 -0400 Received: from [64.233.170.194] (helo=rproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1E3XMu-0001wP-Ng for grub-devel@gnu.org; Fri, 12 Aug 2005 07:06:32 -0400 Received: by rproxy.gmail.com with SMTP id y7so446823rne for ; Fri, 12 Aug 2005 03:51:28 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:disposition-notification-to:date:from:user-agent:x-accept-language:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=KD4eCQwTtYjnrk9uOnJzrCNGlJVJwkq8z6NK5revVWEye52+QKYiezhRfVBwe8eom0U2hakR6L0XROvlq2aTtkiS7IrrVlpeVVqpoXjeo0bPoNLctaKPmUiQsNXzXi2S91UtCcSUJHkVbmNdnyS5gpVUXDjx5K3lrv+hoRAknGw= Received: by 10.38.78.22 with SMTP id a22mr999920rnb; Fri, 12 Aug 2005 03:51:28 -0700 (PDT) Received: from ?192.168.1.100? ([83.76.11.4]) by mx.gmail.com with ESMTP id k23sm8143067rnb.2005.08.12.03.51.27; Fri, 12 Aug 2005 03:51:28 -0700 (PDT) Message-ID: <42FC7F2D.8090406@gmail.com> Date: Fri, 12 Aug 2005 12:51:25 +0200 From: Vladimir Serbinenko User-Agent: Mozilla Thunderbird 1.0.2-1.3.2 (X11/20050324) X-Accept-Language: en-us, en MIME-Version: 1.0 To: The development of GRUB 2 References: <4219D62D.3000109@omniflux.com> <200503022233.18661.okuji@enbug.org> <42F94D30.7030204@omniflux.com> In-Reply-To: <42F94D30.7030204@omniflux.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: x86 serial support X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 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: Fri, 12 Aug 2005 10:59:27 -0000 >The only thing I can think of is to disable the menu and replace clear >screen with a newline, which is what Legacy does IIRC. > > > But GRUB Legacy has also a dumb menu support even if it's horrible. Perhaps we must do it like LILO does? Or should we do it more universally? I propose to make menus like terms: you can have multiple menus registered but only one chosen. Now we can have normal menu + lilo-like. Then we can implement eye-candy menu (in VESA mode, perhaps with mouse support). Another idea: it would be good if from normal menu one could go to lilo-like just with a key or key combination (what about 'l' key?) in case when there is no display attached or terminal problem. What do you think about this? Vladimir