From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1JRwXv-0004DE-Hj for mharc-grub-devel@gnu.org; Wed, 20 Feb 2008 16:32:07 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JRwXt-0004CZ-Sv for grub-devel@gnu.org; Wed, 20 Feb 2008 16:32:05 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JRwXt-0004CH-F5 for grub-devel@gnu.org; Wed, 20 Feb 2008 16:32:05 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JRwXt-0004CB-AW for grub-devel@gnu.org; Wed, 20 Feb 2008 16:32:05 -0500 Received: from ns39764.ovh.net ([91.121.25.85] helo=nexedi.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JRwXt-0001Hn-0O for grub-devel@gnu.org; Wed, 20 Feb 2008 16:32:05 -0500 Received: from [10.8.0.46] (unknown [10.8.0.46]) by nexedi.com (Postfix) with ESMTP id 4A6FD3D92A for ; Wed, 20 Feb 2008 22:40:02 +0100 (CET) From: "Yoshinori K. Okuji" Organization: enbug.org To: The development of GRUB 2 Date: Wed, 20 Feb 2008 22:32:03 +0100 User-Agent: KMail/1.9.4 References: <1203454607.6203.28.camel@dv> In-Reply-To: <1203454607.6203.28.camel@dv> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200802202232.03455.okuji@enbug.org> X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) Subject: Re: Starting grub 2 from grub legacy? 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: Wed, 20 Feb 2008 21:32:06 -0000 On Tuesday 19 February 2008 21:56, Pavel Roskin wrote: > But it made me think whether it's right for the "multiboot" command to > try ELF if multiboot fails. It is wrong. No fallback, please. If someone wants a fallback, it should be accomplished with scripting. Okuji