From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by monty-python.gnu.org with archive (Exim 4.30) id 1B4SZy-0001uH-HH for mharc-grub-devel@gnu.org; Fri, 19 Mar 2004 17:35:02 -0500 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1B4SZu-0001sb-Sl for grub-devel@gnu.org; Fri, 19 Mar 2004 17:34:58 -0500 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1B4SZJ-0001dg-3O for grub-devel@gnu.org; Fri, 19 Mar 2004 17:34:52 -0500 Received: from [145.74.66.11] (helo=mail-cn.han.nl) by monty-python.gnu.org with esmtp (Exim 4.30) id 1B4SZI-0001d9-Fu for grub-devel@gnu.org; Fri, 19 Mar 2004 17:34:20 -0500 Received: from localhost (charlie.han.nl [145.74.66.9]) by mail-cn.han.nl (Postfix) with ESMTP id 3FCB18583 for ; Fri, 19 Mar 2004 23:34:22 +0100 (CET) Received: from mail-cn.han.nl ([145.74.66.11]) by localhost (charlie.han.nl [145.74.66.9]) (amavisd-new, port 10024) with ESMTP id 01170-04 for ; Fri, 19 Mar 2004 23:34:19 +0100 (CET) Received: from mail.han.nl (mail.han.nl [145.74.103.11]) by mail-cn.han.nl (Postfix) with ESMTP id B16528083 for ; Fri, 19 Mar 2004 23:34:19 +0100 (CET) Received: from marco.marco-g.com (1Cust102.tnt37.rtm1.nld.da.uu.net [213.116.168.102]) by mail.han.nl (Postfix) with ESMTP id 97C17C045 for ; Fri, 19 Mar 2004 23:34:12 +0100 (CET) Mail-Copies-To: metgerards@student.han.nl To: The development of GRUB 2 References: <405B68BD.6050305@ciam.ru> <87ekrocx7u.fsf@marco.marco-g.com> <405B6F61.3010001@ciam.ru> From: Marco Gerards Date: Fri, 19 Mar 2004 23:35:46 +0100 In-Reply-To: <405B6F61.3010001@ciam.ru> (Sergey Matveychuk's message of "Sat, 20 Mar 2004 01:08:33 +0300") Message-ID: <8765d0cvnh.fsf@marco.marco-g.com> User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Scanned: by amavisd-new@vscan-cn.han.nl Subject: Re: GRUB2: booting Linux 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: Fri, 19 Mar 2004 22:35:00 -0000 Sergey Matveychuk writes: > I can't see it on the 'help' command. > But what with a 'kernel' command? > And why 'chainloader +1' says "invalid signature"? It is weird that it does not show up in the help. I will have a look at that really soon. I do not remember any problem with the chainloader. From what I can derive from the sourcecode, it checks if the block is a valid block with bootcode. It seems to be possible to use --force to ignore the result of this test. I assume you understand that --force can lead to unpredictable results. -- Marco