From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Cs0Ej-0004Ml-HM for mharc-grub-devel@gnu.org; Fri, 21 Jan 2005 09:58:09 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Cs0Bu-0003PB-U7 for grub-devel@gnu.org; Fri, 21 Jan 2005 09:55:16 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Cs0Bh-0003Jl-JL for grub-devel@gnu.org; Fri, 21 Jan 2005 09:55:02 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Cs0Bh-0003BG-2y for grub-devel@gnu.org; Fri, 21 Jan 2005 09:55:01 -0500 Received: from [212.43.237.68] (helo=kotoba.storever.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Crzrh-0008O4-5P for grub-devel@gnu.org; Fri, 21 Jan 2005 09:34:21 -0500 Received: from ASSP-nospam (localhost [127.0.0.1]) by kotoba.storever.com (Postfix) with ESMTP id AA8AEF8DE7E5 for ; Fri, 21 Jan 2005 15:34:20 +0100 (CET) Received: from 127.0.0.1 ([127.0.0.1] helo=localhost) by ASSP-nospam ; 21 Jan 05 14:34:20 -0000 From: "Yoshinori K. Okuji" Organization: enbug.org To: The development of GRUB 2 Date: Fri, 21 Jan 2005 15:34:41 +0100 User-Agent: KMail/1.7.1 References: <87mzv3vdvt.fsf@marco.marco-g.com> <200501211432.54494.okuji@enbug.org> <87is5qg9jc.fsf@marco.marco-g.com> In-Reply-To: <87is5qg9jc.fsf@marco.marco-g.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200501211534.41680.okuji@enbug.org> Subject: Re: Loopback device 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, 21 Jan 2005 14:58:07 -0000 On Friday 21 January 2005 15:07, Marco Gerards wrote: > Can someone suggest a good image (bochs or so) that has multiple > partitions and filesystems so I can test this? I prefer ext2. You can make it yourself very easily. Try parted. Okuji