From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1GcoRY-0001IH-0p for mharc-grub-devel@gnu.org; Wed, 25 Oct 2006 15:29:40 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GcoRW-0001H5-F4 for grub-devel@gnu.org; Wed, 25 Oct 2006 15:29:38 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GcoRV-0001GD-Nr for grub-devel@gnu.org; Wed, 25 Oct 2006 15:29:37 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GcoRV-0001G5-Gz for grub-devel@gnu.org; Wed, 25 Oct 2006 15:29:37 -0400 Received: from [212.27.42.35] (helo=smtp5-g19.free.fr) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GcoRV-0004H4-FU for grub-devel@gnu.org; Wed, 25 Oct 2006 15:29:37 -0400 Received: from saphi (boi78-1-82-232-198-173.fbx.proxad.net [82.232.198.173]) by smtp5-g19.free.fr (Postfix) with ESMTP id 6EBB727A94 for ; Wed, 25 Oct 2006 21:29:32 +0200 (CEST) Received: from gingold by saphi with local (Exim 3.36 #1 (Debian)) id 1GcoTc-0000ko-00 for ; Wed, 25 Oct 2006 21:31:48 +0200 Date: Wed, 25 Oct 2006 21:31:48 +0200 To: The development of GRUB 2 Message-ID: <20061025193148.GA2897@saphi> References: <1161796417.26235.28.camel@em2.my.own.domain> <87pscgwawa.fsf@xs4all.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87pscgwawa.fsf@xs4all.nl> User-Agent: Mutt/1.5.6+20040907i From: Tristan Gingold Subject: Re: [Fwd: Re: [LinuxBIOS] grub2 as payload 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: Wed, 25 Oct 2006 19:29:38 -0000 On Wed, Oct 25, 2006 at 07:41:41PM +0200, Marco Gerards wrote: > Svante Signell writes: > > > Any comments from the Grub development crew? > > > > -------- Forwarded Message -------- > >> From: Stefan Reinauer > >> To: Svante Signell , LinuxBIOS mailinglist > >> > >> Subject: Re: [LinuxBIOS] grub2 as payload [was: New wiki index page.] > >> Date: Wed, 25 Oct 2006 10:36:07 +0200 > >> > >> * Svante Signell [061025 09:05]: > >> > On Mon, 2006-10-09 at 23:35 +0200, Carl-Daniel Hailfinger wrote: > >> > > Great! > >> > > > >> > > Now the only thing we should fix is > >> > > http://www.linuxbios.org/index.php/Payloads > >> > > where the list of possible payloads does not list Linux. > >> > > >> > Sorry for jumping into this thread: What about grub2 (not grub legacy), > >> > does it qualify as payload for LinuxBIOS? > >> > >> In theory, yes, but grub2 is not there yet. > >> > >> Two things are required to do this though: > >> - add an ide driver in grub2. biosdisk is not the way to go. > > Right, it should not be that hard to add an IDE driver. You only have > to focus on IDE driver development, not too much on integrating it > into GRUB. If you are interested, I have written an IDE driver for grub. Not complete but working. Tristan.