From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1J4LB7-00083s-V3 for mharc-grub-devel@gnu.org; Mon, 17 Dec 2007 13:59:02 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J4LB5-00083W-Vk for grub-devel@gnu.org; Mon, 17 Dec 2007 13:58:59 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J4LB1-00081s-Gt for grub-devel@gnu.org; Mon, 17 Dec 2007 13:58:59 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J4LB1-00081o-Aq for grub-devel@gnu.org; Mon, 17 Dec 2007 13:58:55 -0500 Received: from smtp-vbr16.xs4all.nl ([194.109.24.36]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1J4LB0-0007Cg-WD for grub-devel@gnu.org; Mon, 17 Dec 2007 13:58:55 -0500 Received: from localhost.localdomain (249-174.surfsnel.dsl.internl.net [145.99.174.249]) by smtp-vbr16.xs4all.nl (8.13.8/8.13.8) with ESMTP id lBHIwqY4051892 for ; Mon, 17 Dec 2007 19:58:52 +0100 (CET) (envelope-from mgerards@xs4all.nl) From: Marco Gerards To: The development of GRUB 2 References: <20071216153046.GA11912@thorin> <87prx5nwd5.fsf@xs4all.nl> <1197915991.2541.3.camel@dv> Mail-Copies-To: mgerards@xs4all.nl Date: Mon, 17 Dec 2007 20:01:06 +0100 In-Reply-To: <1197915991.2541.3.camel@dv> (Pavel Roskin's message of "Mon, 17 Dec 2007 13:26:31 -0500") Message-ID: <87y7bt9mdp.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: by monty-python.gnu.org: FreeBSD 4.6-4.9 Subject: Re: moving ata initialisation to a command 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: Mon, 17 Dec 2007 18:59:00 -0000 Pavel Roskin writes: > On Mon, 2007-12-17 at 17:01 +0100, Marco Gerards wrote: >> A better solution, IMO, would be changing grub-mkrescue so it doesn't >> load all modules. > > Maybe grub-mkrescue should create a filesystem? Even FAT should be > fine. This way, it will be possible to load problematic modules from > the filesystem. The only problem would be dependency on filesystem > making tools. Fortunately, mtools is quite common. This sounds like a good plan. For the CDROM image, mkisofs can be used. -- Marco