From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1HylkJ-0004RN-SO for mharc-grub-devel@gnu.org; Thu, 14 Jun 2007 05:36:03 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HylkI-0004QP-Tw for grub-devel@gnu.org; Thu, 14 Jun 2007 05:36:02 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HylkH-0004Om-Cw for grub-devel@gnu.org; Thu, 14 Jun 2007 05:36:02 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HylkG-0004OG-W1 for grub-devel@gnu.org; Thu, 14 Jun 2007 05:36:01 -0400 Received: from smtp-vbr11.xs4all.nl ([194.109.24.31]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HylkG-0008AI-Cr for grub-devel@gnu.org; Thu, 14 Jun 2007 05:36:00 -0400 Received: from localhost.localdomain (249-174.surfsnel.dsl.internl.net [145.99.174.249]) by smtp-vbr11.xs4all.nl (8.13.8/8.13.8) with ESMTP id l5E9Zw36071896 for ; Thu, 14 Jun 2007 11:35:59 +0200 (CEST) (envelope-from mgerards@xs4all.nl) From: Marco Gerards To: The development of GRUB 2 References: <20070614034649.GA591@ws3.vdp.com> <20070614060809.GA27145@aragorn> <20070614062451.GA591@ws3.vdp.com> Mail-Copies-To: mgerards@xs4all.nl Date: Thu, 14 Jun 2007 11:42:24 +0200 In-Reply-To: <20070614062451.GA591@ws3.vdp.com> (bean123@126.com's message of "Thu, 14 Jun 2007 14:24:51 +0800") Message-ID: <871wgex473.fsf@xs4all.nl> User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Scanned: by XS4ALL Virus Scanner X-detected-kernel: FreeBSD 4.6-4.9 Subject: Re: Command extension suggestions 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, 14 Jun 2007 09:36:03 -0000 Bean writes: [...] >> That sounds much cleaner IMHO. But IIRC (md) is already in use by the >> RAID/LVM stuff ? >> > > Maybe (mem) ? When would this be useful? > Also, I don't know if GRUB2 kernel support initrd. You can start grub4dos > like this: > > kernel /grub.exe > initrd /aa.img > > Inside grub4dos, the initrd can be access using (rd). It would be nice if > grub2 support this kind of usage. You can use the loopback command to do this, if you want to access a filesystem image. loopback (loop) /foo/bar.img ls -l (loop)/ -- Marco