From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernhard Reutner-Fischer Date: Wed, 9 Sep 2009 20:29:17 +0200 Subject: [Buildroot] GRUB for i386 In-Reply-To: References: Message-ID: <20090909182917.GC17081@mx.loc> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net On Wed, Sep 09, 2009 at 01:16:23PM +0100, Raed Abu-Sanad wrote: > >Hi,, > >I managed to get a rootfs with all required packages for i386. I put the rootfs in a USB flash stick. >How can i install GRUB to boot from it?? (the GRUB was one if the selected packages when building buildroot) I once ?) had a hack for grub so you could install it into a loop device, not sure if that's needed any longer (and i suggest you try if upgrading to grub2 saves size). ?) http://repo.or.cz/w/buildroot.git?a=tree;f=target/x86/grub;hb=master HTH,