From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1KD0ws-00072M-JK for mharc-grub-devel@gnu.org; Sun, 29 Jun 2008 13:44:26 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KD0wq-00071b-Tj for grub-devel@gnu.org; Sun, 29 Jun 2008 13:44:24 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KD0wp-00070h-6W for grub-devel@gnu.org; Sun, 29 Jun 2008 13:44:24 -0400 Received: from [199.232.76.173] (port=37720 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KD0wp-00070a-19 for grub-devel@gnu.org; Sun, 29 Jun 2008 13:44:23 -0400 Received: from mta-out.inet.fi ([195.156.147.13]:57349 helo=kirsi2.rokki.sonera.fi) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KD0wo-00026r-FV for grub-devel@gnu.org; Sun, 29 Jun 2008 13:44:22 -0400 Received: from [127.0.0.1] (88.193.32.97) by kirsi2.rokki.sonera.fi (8.5.014) id 4858893A00727AE8 for grub-devel@gnu.org; Sun, 29 Jun 2008 20:44:20 +0300 Message-ID: <4867C9FC.7000903@nic.fi> Date: Sun, 29 Jun 2008 20:44:28 +0300 From: =?UTF-8?B?VmVzYSBKw6TDpHNrZWzDpGluZW4=?= User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: The development of GRUB 2 References: <1214601899.9513.58.camel@dv> <20080629112911.GD2347@thorin> <48678CCC.9050305@nic.fi> <20080629173822.GB1982@thorin> In-Reply-To: <20080629173822.GB1982@thorin> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: Quoted-Printable X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) Subject: Re: [RFC PATCH] Sector 2 of non-embedded core.img: write early or patch later? 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: Sun, 29 Jun 2008 17:44:25 -0000 Robert Millan wrote: > On Sun, Jun 29, 2008 at 04:23:24PM +0300, Vesa J=C3=A4=C3=A4skel=C3=A4i= nen wrote: >> This also relates to problem with installing to MBR and there is no ro= om=20 >> for embedding core.img there. I have been using USB stick where there = is=20 >> not enough room for core.img what I want to store there. So only optio= n=20 >> is to leave core.img to filesystem and install MBR. >=20 > But then you can add an empty partition (type 0x00) starting at sector = 63, > and grub-setup will overwrite it. >=20 > Or you could leave that region unpartitioned. At least on my disks there is 32 KiB free space. But not ~50 KiB what my=20 core.img requires.