From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1VtegJ-00049p-SQ for mharc-grub-devel@gnu.org; Thu, 19 Dec 2013 09:34:31 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36643) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VtegA-000479-IM for grub-devel@gnu.org; Thu, 19 Dec 2013 09:34:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vteg3-00059F-6Z for grub-devel@gnu.org; Thu, 19 Dec 2013 09:34:22 -0500 Received: from mail.csclub.uwaterloo.ca ([129.97.134.52]:40454) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vteg3-00058i-2p for grub-devel@gnu.org; Thu, 19 Dec 2013 09:34:15 -0500 Received: from caffeine.csclub.uwaterloo.ca (caffeine.csclub.uwaterloo.ca [129.97.134.17]) by mail.csclub.uwaterloo.ca (Postfix) with SMTP id F2D4C30B78 for ; Thu, 19 Dec 2013 09:34:12 -0500 (EST) Received: by caffeine.csclub.uwaterloo.ca (sSMTP sendmail emulation); Thu, 19 Dec 2013 09:34:12 -0500 From: "Lennart Sorensen" Date: Thu, 19 Dec 2013 09:34:12 -0500 To: The development of GNU GRUB Subject: Re: [RFC] Allow separate boot block and core.img location? Message-ID: <20131219143412.GD17872@csclub.uwaterloo.ca> References: <20131219102816.110960@gmx.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20131219102816.110960@gmx.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 129.97.134.52 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Dec 2013 14:34:30 -0000 On Thu, Dec 19, 2013 at 05:28:16AM -0500, joe fresh wrote: > Isn't this as simple as: > > grub-install /dev/sda > dd if=/dev/sda of=/dev/sda1 bs=512 count=1 > followed by restoring DOS MBR... ? sda1 might not like having it's first sector overwritten. -- Len Sorensen