From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Iqt5w-0000ng-J0 for mharc-grub-devel@gnu.org; Sat, 10 Nov 2007 11:22:04 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Iqt5u-0000mw-RW for grub-devel@gnu.org; Sat, 10 Nov 2007 11:22:02 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Iqt5t-0000mQ-7a for grub-devel@gnu.org; Sat, 10 Nov 2007 11:22:02 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Iqt5t-0000mJ-2H for grub-devel@gnu.org; Sat, 10 Nov 2007 11:22:01 -0500 Received: from smtp-vbr5.xs4all.nl ([194.109.24.25]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Iqt5s-0005Zd-Nl for grub-devel@gnu.org; Sat, 10 Nov 2007 11:22:01 -0500 Received: from localhost.localdomain (249-174.surfsnel.dsl.internl.net [145.99.174.249]) by smtp-vbr5.xs4all.nl (8.13.8/8.13.8) with ESMTP id lAAGLxZK081558 for ; Sat, 10 Nov 2007 17:21:59 +0100 (CET) (envelope-from mgerards@xs4all.nl) From: Marco Gerards To: The development of GRUB 2 References: <460f92b70711060924qa5c9ea2tdb9c5a8240f64ba1@mail.gmail.com> <20071107202443.GD10337@thorin> <460f92b70711080436g79b28fc2wb0cad3197ae26e67@mail.gmail.com> <20071108211930.GA4405@thorin> Mail-Copies-To: mgerards@xs4all.nl Date: Sat, 10 Nov 2007 17:22:33 +0100 In-Reply-To: <20071108211930.GA4405@thorin> (Robert Millan's message of "Thu, 8 Nov 2007 22:19:30 +0100") Message-ID: <871waygjee.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: grub-setup: error: Non-sector-aligned data is found in the core file 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: Sat, 10 Nov 2007 16:22:03 -0000 Robert Millan writes: > On Thu, Nov 08, 2007 at 02:36:28PM +0200, UrJiZ wrote: >> On 11/7/07, Robert Millan wrote: >> >> > For building a floppy use grub-mkrescue instead. >> > >> >> Used ./grub-mkrescue, but it: >> a) seems not to create a filesystem on the disk image (how can i put >> grub.cfg on the disk?) > > I was thinking we could have some way to embed filesystems in a GRUB image > (we might need this for LinuxBIOS port). We could just add files using grub-mkimage. If a file isn't a module, it won't be loaded but accessible. We can use (host) or so for this... -- Marco