From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1EL4MV-0003n0-Bf for mharc-grub-devel@gnu.org; Thu, 29 Sep 2005 15:46:35 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EL4Ln-0003TQ-KB for grub-devel@gnu.org; Thu, 29 Sep 2005 15:45:52 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EL4Lc-0003Lh-TW for grub-devel@gnu.org; Thu, 29 Sep 2005 15:45:45 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EL4LZ-0003IC-Pg for grub-devel@gnu.org; Thu, 29 Sep 2005 15:45:37 -0400 Received: from [212.85.152.101] (helo=kotoba.storever.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EL4LZ-0004Oj-7G for grub-devel@gnu.org; Thu, 29 Sep 2005 15:45:37 -0400 Received: from ASSP-nospam (localhost [127.0.0.1]) by kotoba.storever.com (Postfix) with ESMTP id E01833C009648 for ; Fri, 30 Sep 2005 00:08:02 +0200 (CEST) Received: from 127.0.0.1 ([127.0.0.1] helo=ip6-localhost) by ASSP-nospam ; 29 Sep 05 22:08:02 -0000 From: "Yoshinori K. Okuji" Organization: enbug.org To: The development of GRUB 2 Date: Thu, 29 Sep 2005 21:45:31 +0200 User-Agent: KMail/1.7.2 References: <874q861b0z.fsf@student.han.nl> <200509290112.15925.okuji@enbug.org> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509292145.31458.okuji@enbug.org> Subject: Re: booting GRUB2 from GRUB Re: AFFS 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: Thu, 29 Sep 2005 19:46:30 -0000 On Thursday 29 September 2005 04:12 am, Brian Sammon wrote: > With GRUB1, it could be loaded from another bootloader by installing it on > the boot sector of a partition and chainloading it. Is this not the case > with GRUB 2? For chain-loading, one must install a boot loader to somewhere. This is not always feasible. In fact, I have only one XFS partition, so all I can use for boot loaders is the MBR. Okuji